On 02/22/2015 09:07 AM, Paul Rogers wrote: > > Here is what happens in install: > ... > make install-data-hook > make[4]: Entering directory `/usr/local/src/gtk+-2.24.25/modules/input' > /bin/sh /usr/local/src/gtk+-2.24.25/install-sh -d /etc/gtk-2.0 > /usr/local/bin/gtk-query-immodules-2.0 > > /usr/local/lib/gtk-2.0/2.10.0/immodules.cache > /usr/local/bin/gtk-query-immodules-2.0: error while loading shared > libraries: libgtk-x11-2.0.so.0: cannot open shared object file: No such > file or directory > make[4]: *** [install-data-hook] Error 127 > make[4]: Leaving directory `/usr/local/src/gtk+-2.24.25/modules/input' > make[3]: *** [install-data-am] Error 2 > make[3]: Leaving directory `/usr/local/src/gtk+-2.24.25/modules/input' > make[2]: *** [install-am] Error 2 > make[2]: Leaving directory `/usr/local/src/gtk+-2.24.25/modules/input' > make[1]: *** [install-recursive] Error 1 > make[1]: Leaving directory `/usr/local/src/gtk+-2.24.25/modules' > make: *** [install-recursive] Error 1 >
You need to export LD_LIBRARY_PATH=/usr/local/lib before make install. Libraries in /usr/local/lib won't be picked up until you run "ldconfig" which isn't run by the make install process as it seems. -- Note: My last name is not Krejzi.
signature.asc
Description: OpenPGP digital signature
-- http://lists.linuxfromscratch.org/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
