Hmm, Could be an error on my part somewhere. I don't recall how it got there. Geoclue ended up there somehow. It isn't populated much. Should I move the contents to /usr/lib and edit the pkgconfig files to point to /usr/lib?
Chris On Fri, Jan 3, 2020 at 12:39 AM Bruce Dubbs via blfs-support <[email protected]> wrote: > > On 1/2/20 9:34 PM, Chris Gorman via blfs-support wrote: > > It appears that pkg-config doesn't look in /usr/lib64 by default. > > WebKitGtk looks for geoclue-2.0 and can't find the .pc file in > > /usr/lib64. Adding /usr/lib64 to the PKG_CONFIG_PATH allows for the > > WebKitGtk configure to complete. > > > > The following fixes the problem for me. > > > > cat > /etc/profile.d/lib64.sh << EOF > > # Begin /etc/profile.d/lib64.sh > > > > pathappend /usr/lib64/pkgconfig PKG_CONFIG_PATH > > > > # End /etc/profile.d/lib64.sh > > EOF > > We don't use lib64 in LFS/BLFS. If you are creating a multilib system, > then that is significantly different from the BLFS instructions. > > -- Bruce > > > -- > http://lists.linuxfromscratch.org/listinfo/blfs-support > FAQ: http://www.linuxfromscratch.org/blfs/faq.html > Unsubscribe: See the above information page -- http://lists.linuxfromscratch.org/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
