Click to See Complete Forum and Search --> : GTK radiant needing a library. Where to get and where to put?
I got GTK Radiant installed on my box. But when I run it; it says:
./radiant.x86: error while loading shared libraries: libgtkglext-x11-1.0.so.0: cannot open shared object file: No such file or directory
Where would I find this directory, and where would I put it? I'm clueless.
bwkaz
02-22-2004, 02:54 PM
Second result from a Google search for "gtkglext":
http://freshmeat.net/projects/gtkglext/
sharth
02-22-2004, 02:56 PM
debian package's search results...
http://packages.debian.org/cgi-bin/search_contents.pl?word=libgtkglext-x11&searchmode=searchfilesanddirs&case=insensitive&version=unstable&arch=i386
Any clue of how to install it? OR of where to put it?
sharth
02-22-2004, 09:57 PM
well... I could easily tell you how to install it for your distro, but I don't know what distro that is.
sharth
02-23-2004, 08:12 AM
apt-get install libgtkglext1-dev
what i did to find it is this...
i installed apt-file. and then ran...
sharth@mini-sharth:~$ apt-file search libgtkglext-x11-1.0.so.0
libgtkglext1: usr/lib/libgtkglext-x11-1.0.so.0
libgtkglext1: usr/lib/libgtkglext-x11-1.0.so.0.0.0
Got it working :D
Thanks for your help :D
Hmse