On 02/12/2014 10:52 PM, Ken Moffat wrote:
>  Based on my recent postings, you guys may need to be file this under
> "I _don't_ want whatever he's drinking", but just in case :
> 
>  With libcap-2.24, the commands
> 
> chmod -v 755 /usr/lib/libcap.so &&
> mv -v /usr/lib/libcap.so.* /lib &&
> 
>  appear to be redundant.  It looks as if, on x86_64, it installs to
> /lib64 (i.e. /lib because of the symlink).
> 
> ĸen
> 

make prefix=/usr \
     SBINDIR=/sbin \
     PAM_LIBDIR=/lib \
     RAISE_SETFCAP=no install

prefix=/usr makes it install libs to /usr. There was a BLFS ticket
regarding unversioned .so and .a files being installed in /lib which
addressed this.

-- 
Note: My last name is not Krejzi.
-- 
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