[PD] Gem load problem

ian esten deviant at custard.org
Thu Mar 25 19:26:49 CET 2004


having two libglut.so.3, one in /usr/lib and the other in /usr/local/lib
makes it sound like you have two versions of libglut installed. it looks
like the linker might be getting confused about which one to use, as
there are two libglut.so.3 in the library paths. try "rpm -qf
/usr/lib/libglut.so.3.8.0" and "rpm -qf /usr/local/lib/libglut.so.3.7"
to see what packages they belong to. i would then remove the one that
/usr/local/lib/libglut.so.3.7 belongs to.
i once got into a mess like this with rpm having two versions of glibc
installed (after an upgrade!), and it completely hosed my system...
hope this helps,
ian


On Thu, 2004-03-18 at 12:25, thewade wrote:
> Is this a gem problem or a glut problem?  I thought glut was optional.
> 
> /usr/local/lib/pd/extra/Gem.pd_linux: /usr/local/lib/libglut.so.3: undefined symbol: XmuLookupStandardColormap
> Gem: can\'t load library
> 
> I have two libglut.so.3 on my machine. Is there a way to force which one is used?
> [wade at transport wade]$ ls -l /usr/lib/libglut.so.3
> lrwxrwxrwx  1 root root 16 Mar 15 11:30 /usr/lib/libglut.so.3 -> libglut.so.3.8.0
> [wade at transport wade]$ ls -l /usr/local/lib/libglut.so.3
> lrwxrwxrwx  1 root root 14 Mar  4 09:26 /usr/local/lib/libglut.so.3 -> libglut.so.3.7
> 
> Thanks,
> -thewade
> 
> _______________________________________________
> PD-list mailing list
> PD-list at iem.at
> http://iem.at/cgi-bin/mailman/listinfo/pd-list





More information about the Pd-list mailing list