Page 1 of 1

libguichan_sdl-0.8.1.so.1: cannot open shared object file

Posted: 08 May 2008, 19:48
by zeeli
Hi.

I am trying the 0.0 branch, however when I run tmw, I get:
tmw: error while loading shared libraries: libguichan_sdl-0.8.1.so.1: cannot open shared object file: No such file or directory
I've just installed the guichan 0.8.1


Regards,
zEeLi

Re: libguichan_sdl-0.8.1.so.1: cannot open shared object file

Posted: 08 May 2008, 22:11
by Jaxad0127
Did you install the development package as well (if your distro does that thing)? It should have a similar name with "devel" or something like it attached.

Re: libguichan_sdl-0.8.1.so.1: cannot open shared object file

Posted: 09 May 2008, 00:29
by Sanga
It sounds like the dynamic linker (ld.so) is unable to locate the library.

Try running the command "ldconfig" and see if that helps. Note that you'll need root permissions to do so ("sudo ldconfig" for systems that have sudo).

If that *doesn't* help, then there's probably a misconfiguration in the file "/etc/ld.so.conf". Exactly what this should look like varies from system to system, so posting your OS and version would be helpful.

Re: libguichan_sdl-0.8.1.so.1: cannot open shared object file

Posted: 09 May 2008, 07:39
by zeeli
Thanks Sanga! Running ldconfig helped.


Regards,
zEeLi