Problems with 2.6.1 on Linux - command line error

Girard Damien dam-pro.girard at laposte.net
Tue Nov 8 12:09:37 EST 2005


Hi,

The error is that runrev doesn't find GTK+ library (since Revolution
2.5, the native look and feel under linux is GTK+, but he doesn't work
at all on my computer with a lot of linux distrobution).

For remove this error message, you must make some symbolic link.

Runrev try to look at these file:
/usr/lib/libgtk-x11-2.0.so
/usr/lib/libgdk-x11-2.0.so
/usr/lib/libgobject-2.0.so

Under Redhat linux, these files are in /usr/lib, under
Suse, /opt/gnome/lib.

Under Suse Linux 10, I have got these file, and I have done these
commands.
ln -sf /opt/gnome/lib/libgobject-2.0.so.0 /usr/lib/libgobject-2.0.so
ln -sf /opt/gnome/lib/libgtk-x11-2.0.so.0 /usr/lib/libgtk-x11-2.0.so
ln -sf /opt/gnome/lib/libgdk-x11-2.0.so.0 /usr/lib/libgdk-x11-2.0.so

You can also set these environment variable.
  REV_GDK_PATH
  REV_GTK_PATH
  REV_GOBJECT_PATH

And after, Runrev doesn't work, because he find GTK+ library. :(

If runrev work after set these link (or variable), you have got luck,
else, please confirm my bug report here:
http://support.runrev.com/bugdatabase/show_bug.cgi?id=2667

Regards,

---------
Damien Girard
Email: dam-pro.girard at laposte.net


Le mardi 08 novembre 2005 à 04:46 +0000, biodan at comcast.net a écrit :
> I'm having problems running Revolution from the command
> line on RH Enterprise Linux v 4.
> 
> Installing from either the .tgz or rpm, i seem to be lacking
> linuxgate.so.1. This causes any script run from the command line
> to yield an error.
> 
> Here is my test script that gives errors on linux when run from
> a command line. Mind you, it does run the script, but prepends
> the output with the libgdk error. The GUI mostly works fine (with
> a notable exception that i will post separately).
> Has anyone had a similar problem? I just dont want to be 
> encumbered to parse the error msg all the time.
>  
>  #!/opt/revolution26/revolution.x86
> on startup
>         put "hello world"
>  end startup
> 
>  > Could not open libgdk-x11-2.0.so: libgobject-2.0.so: cannot open shared
>  > object file: No such file or directory
> > hello world
> _______________________________________________
> use-revolution mailing list
> use-revolution at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-revolution
> MI104 bytes




More information about the use-livecode mailing list