From: https://launchpad.net/~mije Date: Wed, 14 Sep 2016 17:44:06 +0000 (-0400) Subject: add libfuse-dev for building afsd.fuse X-Git-Url: http://git.openafs.org/?p=openafs-wiki.git;a=commitdiff_plain;h=608373e40ada5c51ad772a63d71a40a0e6f5a12d;hp=356c7185501cc8aea1f628f62507896b2ecc37d4 add libfuse-dev for building afsd.fuse --- diff --git a/archive/HowToBuildOpenAFSFromSource.mdwn b/archive/HowToBuildOpenAFSFromSource.mdwn index c12ded2..032dbb2 100644 --- a/archive/HowToBuildOpenAFSFromSource.mdwn +++ b/archive/HowToBuildOpenAFSFromSource.mdwn @@ -134,6 +134,7 @@ The following development libraries are needed: - perl - ncurses (optional, needed to build scout/afsmonitor) - pam (optional) +- libfuse (optional) - kernel headers The ncurses libraries are needed to build the ncurses based admin tools @@ -150,8 +151,9 @@ build dependencies, On a Debian 6, the required packages can be install with the following commands apt-get commands, - $ sudo apt-get install git autoconf automake libtool make gcc flex bison - $ sudo apt-get install libc6-dev libkrb5-dev libperl-dev libncurses5-dev linux-headers-$(uname -r) + $ sudo apt-get install git autoconf automake libtool make gcc flex bison \ + libc6-dev libkrb5-dev libperl-dev libncurses5-dev libfuse-dev \ + linux-headers-$(uname -r) ### Linux RPM Packages ###