Gnutella Forums

Gnutella Forums (https://www.gnutellaforums.com/)
-   Gtk-Gnutella (Linux/Unix/Mac OSX/Windows) (https://www.gnutellaforums.com/gtk-gnutella-linux-unix-mac-osx-windows/)
-   -   New to Linux... GTK help needed (https://www.gnutellaforums.com/gtk-gnutella-linux-unix-mac-osx-windows/13291-new-linux-gtk-help-needed.html)

Unregistered July 6th, 2002 11:44 AM

New to Linux... GTK help needed
 
Alright, I've been running Mandrake for a total of about half a week now so please bear with me if this is a bit of a newbie question.

I tried to install the GTK so I can run Gnutella, so first I set up GLIB (I'm using tarballs, btw) and there were no problems I couldn't work around myself. Now I'm trying to install ATK, it tells me it can't find GLIB. I get the following error:
"The test compiled, but did not run. This usually means that the runtime linker is not finding GLIB or finding the wrong version of glib. If it is not finding GLIB, you'll need to set your LD_LIBRARY_PATH variable environment variable, or edit ld.so.conf to point to the installed location. Also, make sure you have run ldconfig if that is required on your system.
If you have an older version installed, it is best to remove it. although you may also be able to get things working by modifying LD_LIBRARY_PATH"

So here's what I did:
-Went looking for ld.so.conf, which I found, but didn't really know how I'm supposed to edit it, becase it tells me it can't make a backup so the file remains unchanged.
-went looking for where I could change LD_LIBRARY_PATH but I have no clue a) where I'm looking for it or b) what path I need to change it to. I was originally under the assumption that if I installed the most recent version of GLIB to whichever default directory it wanted to, ATK and ultimately the GTK would recognize it there, wouldn't it? (For the record, the GTK _does_ recognize it there...).

Can anybody offer me any help? If you can't respond here, could you e-mail me at ebbomega@silliness.8m.com

Thanks for your help

Unregistered July 7th, 2002 12:48 PM

Re: New to Linux... GTK help needed
 
Get the latest gtk and glib tarballs. If it complains about something missing, get tarballs for that too.

unpack glib and go into it's directory.
do:

./configure
make install

unpack gtk and go into it's directory.
do:

export LD_LIBRARY_PATH=/usr/local/lib
ldconfig
./configure
make install

unpack gtk-gnutella's tar file and go into it's directory.
do:

ldconfig
./configure
make install-strip


All times are GMT -7. The time now is 08:39 AM.

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
SEO by vBSEO 3.6.0 ©2011, Crawlability, Inc.

Copyright © 2020 Gnutella Forums.
All Rights Reserved.