This is the mail archive of the guile-gtk@sources.redhat.com mailing list for the Guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: ERROR: In procedure dynamic-link:


On Wednesday 14 November 2001 23:25, Bo Forslund wrote:
> Hello!
>
> Guile-gtk used to work but after I installed Mandrake 8.1 i get this
> error messages if I try to use it.
>
> ERROR: In procedure dynamic-link:
> ERROR: file not found
>
> Whats wrong?
>
> guile is guile-1.4-14mdk
>
> Thanks
> Bo

  Hi Bo, i had the same error in Mandrake 8.1, in Mandrake 8.0 everything was 
fine. I sent an email about this to lists guile-gtk@sourceware.cygnus.com and 
guile-gtk@sources.redhat.com. But both lists seem dead.
  Do this as a temporary workaround. Gtk and gnome libs look for libraries 
without the .so prefix so you must create this symbolic links inside 
/usr/lib:

  ln -s libglade.so libglade
  ln -s libguileglade.so libguileglade
  ln -s libguilegnome.so libguilegnome
  ln -s libguilegtk-1.2.so libguilegtk-1.2

  You may need to run strace to know if you need to symlink more libraries. 
Maybe a better fix would be to edit the scheme file that loads the libs.

  Good luck,

  Alexey

P.S. Are you having any problem with gnome-guile loading glade files?


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]