> Date: Wed, 18 Oct 2000 13:38:09 -0700 (PDT)
> From: Rich Shepard <[EMAIL PROTECTED]>
> 
> > look for multiple versions of: libgtk.so.1.2.x
> > 
> > where x may not be 3 or 8.
> > 
> > Do a:
> > locate libgtk
> > (assuming you've let the cron job that runs at 4AM create your locate
> > database).
> > 
> > and see what it finds.  I'll bet you'll find multiple version (not
> > counting the symlinks).
> 
> Dave,
> 
>   I did this before, and removed all earlier libs. I just did the locate
> again and have attached the results in the file "search.results". Tell me,
> please, if you see earlier versions in it.
> 
> Thanks,
> 
> Rich

It would have been easier if you just sent plain text rather than an
encoded attachment, but I'm pretty certain here are the offending
lines.

/lib/libgtk-1.2.so.0
/lib/libgtk-1.2.so.0.2.1

The new one is in:
/opt/gtk+-1.2.8/gtk/.libs/libgtk-1.2.so.0.5.3
/opt/gtk+-1.2.8/gtk/.libs/libgtk-1.2.so.0

and
/usr/local/lib/libgtk-1.2.so.0.5.3
/usr/local/lib/libgtk.a

but the one in /lib is an older version.

Either remove the files in /lib or change your LD_LIBRARY_PATH so that
/lib is after /usr/local/lib and I think it will work (don't forget to
rm config.cache for the program you're trying to compile).

Dave



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to