Le samedi 28 février 2009 à 22:14 -0600, Tom Browder a écrit : > On Sat, Feb 28, 2009 at 7:42 PM, Morten Welinder <[email protected]> wrote: > ... > > Fixed. > > Thanks, Morten. > > Now I have another problem while building gtk+-2: it can't find > libgio (which I can see is in /usr/local/lib): > > make[5]: Entering directory `/usr/local/src/gtk+-2.15.4/gdk-pixbuf' > /usr/local/src/gtk+-2.15.4/gdk-pixbuf/.libs/lt-gdk-pixbuf-query-loaders: error > while loading shared libraries: libgio-2.0.so.0: cannot open shared object > file: No such file or directory > > Any ideas?
Try running "ldconfig" (as root), and then "ldconfig -p | grep libgio" to see if the library is seen by the system. Regards, Jean _______________________________________________ gnumeric-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gnumeric-list
