On 06/14/2013 04:03 PM, lux-integ wrote: > > if one installs LinuxPAM-1.1.6 on an pure64-bit (non-multilib) setup using the > blfs instructions > http://www.linuxfromscratch.org/blfs/view/svn/postlfs/linux-pam.html > (i.e. no --libdir specified ) it puts the libraries in /lib64 and then shadow > cant find the pam-libraries > > to compile linuxPAM, and avoid the /lib64 installation should'nt a --libdir= > switch be deployed and if so should it be > --libdir=/usr/lib ? > or > --libdir=/lib ? > > > > > thanks in advance > luxInteg >
/lib64 should be a symlink to /lib anyways. And yes, PAM *.so files reside in /lib, but the linker should be able to pick them. PAM doesn't ship any pkgconfig files. -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
