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

Ask for help regarding any technical issue or report any bug or OS independent issues.
Post Reply
User avatar
zeeli
Peon
Peon
Posts: 20
Joined: 07 Jan 2008, 16:09
Location: Finland

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

Post 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
User avatar
Jaxad0127
Manasource
Manasource
Posts: 4209
Joined: 01 Nov 2007, 17:35
Location: Internet

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

Post 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.
Image
User avatar
Sanga
Novice
Novice
Posts: 70
Joined: 16 Mar 2008, 21:57

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

Post 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.
User avatar
zeeli
Peon
Peon
Posts: 20
Joined: 07 Jan 2008, 16:09
Location: Finland

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

Post by zeeli »

Thanks Sanga! Running ldconfig helped.


Regards,
zEeLi
Post Reply