> I'm automating some of the BLFS build and after installing attr-2.4.46 and 
> linux-pam-1.1.5, the reinstallation of shadow-4.1.5 halted the script with - 
> 
> libtool: link: cannot find the library `/usr/usr/lib/libattr.la' or unhandled 
> argument 
> `/usr/usr/lib/libattr.la'
> make[2]: *** [useradd] Error 1
> make[2]: Leaving directory `/usr/src/core/shadow/shadow-4.1.5/src'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/usr/src/core/shadow/shadow-4.1.5'
> make: *** [all] Error 2
> 
> libattr.la is in /usr/lib where it should be.
> 
Ah, I changed
INSTALL_USER=root  \
INSTALL_GROUP=root \

to

INSTALL_USER=attr  \
INSTALL_GROUP=attr \

because I'm installing as package user attr. 
Is that the problem?

jb

                                          
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to