On 06/08/2013 10:55 AM, lux-integ wrote: > I NOW do > > I passsed --libdir=/lib as I thought since they were copied to > /lib as per the blfs book > > here is configure > > ###--------configure options > ./configure \ > --prefix=/usr \ > --disable-static \ > --libdir=/lib \ > --docdir=/usr/share/doc/pcre-8.33 \ > --enable-utf \ > --enable-unicode-properties \ > --enable-pcregrep-libz \ > --enable-pcregrep-libbz >
Just don't use --libdir switch. I removed it for exactly the same reason - not to install *.so, *.a and pkgconfig directory into /lib, but in /usr/lib. It was easier just to move versioned .so.whatever files to /lib than pkgconfig dir, static and shared library to /usr/lib while leaving wrong path in the pkgconfig file. -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
