(or, libcap2 as the book, like debian, calls it)

 Failed to install 2.22 last night, so dropped back to 2.19.
make -C progs install
make[1]: Entering directory `/usr/src/libcap-2.22/progs'
mkdir -p -m 0755 /usr/sbin
for p in getpcaps capsh getcap setcap ; do \
        install -m 0755 $p /usr/sbin ; \
done
/usr/sbin/setcap cap_setfcap=i /usr/sbin/setcap
Failed to set capabilities on file `/usr/sbin/setcap' (Operation not
supported)
usage: setcap [-q] [-v] (-r|-|<caps>) <filename> [ ...
(-r|-|<capsN>) <filenameN> ]

 Note <filename> must be a regular (non-symlink) file.
make[1]: *** [install] Error 1

 Today, for the first time in weeks, I managed to connect to fedora
gitweb to see what they are doing.  Fixed my build with

 make RAISE_SETFCAP=no install

 I also noticed that the lib went into /lib (or, technically, /lib64
on x86_64) instead of /usr/lib - I'd previously been using
 make prefix=/usr lib=lib install
: makes no odds to me where it goes.

ĸen
-- 
das eine Mal als Tragödie, das andere Mal als Farce
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to