pombreda / google-gadgets-for-linux

Automatically exported from code.google.com/p/google-gadgets-for-linux
Apache License 2.0
0 stars 0 forks source link

Error when trying to run ggl-gtk #114

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Well

I`m using Ubuntu 8.04 and I was successful   doing the "./configure",
"make" and "sudo make install"

But, when I try to run "ggl-gtk" it shows me that error:

$ ggl-gtk
ggl-gtk: error while loading shared libraries: libggadget-1.0.so.0: cannot
open shared object file: No such file or directory

Original issue reported on code.google.com by thibell...@gmail.com on 4 Jun 2008 at 3:44

GoogleCodeExporter commented 9 years ago
I get the same error on Slackware 12.0, any help?

Original comment by Chris...@gmail.com on 4 Jun 2008 at 4:29

GoogleCodeExporter commented 9 years ago
try running ldconfig as root

# sudo ldconfig

Original comment by vortechs...@gmail.com on 4 Jun 2008 at 4:41

GoogleCodeExporter commented 9 years ago
You need to configure your LD_LIBRARY_PATH environment variable...you can add 
it to
/etc/profile for global use or just add it to your ~/.bashrc file:
export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH

/usr/local/lib should be the place where the libggadget-1.0.so.0 file is 
located...if
not find where it is and add the directory to your LD_LIBRARY_PATH

Original comment by bped...@gmail.com on 4 Jun 2008 at 4:56

GoogleCodeExporter commented 9 years ago
Thanks,that fixed it.

Original comment by Chris...@gmail.com on 4 Jun 2008 at 4:56

GoogleCodeExporter commented 9 years ago
That`s fixed for me too =P

But, studying the folder after "make" I found it more easier to run it directly 
from
that point than to do an "make install"
That`s my hint for everybody who gets the same problem as me

just run './google-gadgets-for-linux-0.9.1/hosts/gtk/ggl-gtk' and it will run 
properly!

Original comment by thibell...@gmail.com on 4 Jun 2008 at 5:27

GoogleCodeExporter commented 9 years ago
works fine with 0.9.2

Original comment by hfigui...@gmail.com on 7 Jun 2008 at 5:37

GoogleCodeExporter commented 9 years ago

Original comment by james...@gmail.com on 7 Jun 2008 at 6:10