Re: shared library problem (post-compilation)



Chris Mayes wrote:
> 
> Greetings, one and all.  Well, since I wanted to optimize the Gnome
> (1.0.1) stuff to my own (P-100, 48 MB RAM) box, and I am also obsessed
> with configure scripts (mmmm... dependency verifications...), I decided
> to compile all of the Gnome stuff myself (RH 5.2, Kernel 2.2.1).  After
> much waiting and compiling, I finally had the basics compiled without
> any apparent errors.  However, whenever I try to run anything that I
> had compiled, I'd get a shared library error.  Here's an example:
> 
> [root@cmayes gnome-libs-1.0.1]# /usr/local/bin/gnome-session
> iceauth:  creating new authority file /root/.ICEauthority
> SESSION_MANAGER=local/cmayes:/tmp/.ICE-unix/31179,tcp/cmayes:2893
> /usr/local/bin/gnome-session: error in loading shared libraries
> /usr/local/lib/libgnomeui.so.32: undefined symbol: gdk_imlib_get_cache_info
> 
> ...and here's another...
> 
> [cmayes@cmayes bin]$ gnorpm
> gnorpm: error in loading shared libraries
> /usr/local/lib/libgnomeui.so.32: undefined symbol: gdk_imlib_get_cache_info
> 
> Yeah, it's the same thing, but I wanted to be thorough ;-)  So, if
> anyone has seen this or has any suggestions, please let me know.
> 

I had the same problem.  the gdk_imlib... line should tip you off that
it is an imlib problem.  make sure you have the newest imlib (1.9.4)
installed and if you do that it is the one being loaded i.e. do a
ldconfig -v and look for any version of imlib other than 1.9.4 and
remove the necessary files.  Hope this helps.

-- 
James Collins                                   ICQ#-5354525
"One World, One Web, One Program" - Microsoft Promotional Ad
"Ein Volk, Ein Reich, Ein Fuhrer" - Adolf Hitler



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]