From: sven g. <sgo...@ja...> - 2000-01-24 20:14:55
|
sl...@cc... wrote: > You should check, if XShmQueryVersion is inside your libXext.so ! Try: nm libXext.so | grep XShmQueryVersion > Sven, > I found that also. So I tried setting a symbolic link to my > /usr/lib library where my libGL4Java*.so.* files are. It couldn't find > it. I tried copying the libGL4Java*.so.* files to my /usr/X11R6/lib > directory where libXext.so.6 is located and added /usr/X11R6/lib to my > LD_LIBRARY_PATH. It still couldn't find it. I'm still kind of new at > linux, so if you or anyone on the list has any suggestions, please let me > know. Thanks! > > -------------------------------------------------------------- > Steven Park > Utah State University > Computer Science undergrad student > sl...@cc... > > Send me quotes that I can put here. If I like it, I'll use it! > > On Mon, 24 Jan 2000, sven goethel wrote: > > > sl...@cc... wrote: > > > > > > > Hi Steve, > > > > I have found the following: > > > > >nm libXext.so | grep XShmQueryVersion > > 00004e60 T XShmQueryVersion > > > > where /usr/X11R6/lib/libXext.so.6: > > libc.so.6 (GLIBC_2.0) => /lib/libc.so.6 > > > > and I use XFree86 Version 3.3.5 / X Window System > > (protocol Version 11, revision 0, vendor release 6300) > > Release Date: August 23 199 > > > > Linux glibc2.1 > > Linux version 2.2.13 (root@phalanx) (gcc version egcs-2.91.66 > > 19990314/Linux (egcs-1.1.2 release)) #2 Mon Dec 13 20:58:07 CET 1999 > > > > If somebody now the problem, please response ! > > > > Yours, Sven |