Page 1 of 1
liballeg.so.4.1 not found
Posted: 17 Aug 2004, 17:30
by e
hi,
i followed the offical TMW installation guide (

), but "./ManaWorld" fails:
Code: Select all
[e@localhost mana]$ ./ManaWorld
./ManaWorld: error while loading shared libraries: liballeg.so.4.1: cannot open shared object file: No such file or directory
where do i have to put liballeg.so.4.1 to satisfy manaworld ?
note:
Code: Select all
[e@localhost mana]$ locate liballeg.so.4.1
/usr/local/lib/liballeg.so.4.1
[e@localhost mana]$
Posted: 18 Aug 2004, 10:06
by nym
e:
What you need to do is set up a symlink called liballeg.so (in /usr/local/lib) which points to liballeg-4.0.3.so. Or if you are using allegro 4.1 (latest but still unstable), point the link to liballeg.so.4.1.
If you dont know how to do this, here is how:
su to root then:
cd /usr/local/lib
ln -sf liballeg-4.0.3.so liballeg.so
ldconfig
logout of root then you are free to build TMW

Posted: 18 Aug 2004, 12:05
by e
does not work

do i have to rebuild TMW ?
Code: Select all
[e@localhost mana]$ ls /usr/local/lib/
4.1 liballeg-4.1.14.so liballeg.so liballeg_unsharable.a
allegro liballeg.4.1.14.so liballeg.so.4.1 pkgconfig
Posted: 18 Aug 2004, 13:09
by Guest
add the line /usr/local/lib to your /etc/ld.so.conf
then rerun ldconfig
Posted: 19 Aug 2004, 11:08
by e
ah fine
.. but there is still a problem :
Code: Select all
[e@localhost mana]$ ./ManaWorld
Shutting down Allegro due to signal #11
Speicherzugriffsfehler
[e@localhost mana]$
// speicherzugriffsfehler = segmentation fault
Posted: 21 Aug 2004, 14:04
by Chetic
Try now with the latest CVS

Posted: 23 Aug 2004, 09:17
by e
yeah ! runs
.. is the login-server down ?
i cannot connect

Posted: 23 Aug 2004, 14:31
by ElvenProgrammer
Probably I made some mistakes while updating the CVS. Open up "the Mana World.ini" in the main folder and replace the current host with
animesites.de or
themanaworld.homeip.net. If you want to check if the first one is online just check the server status page on the web site
http://themanaworld.sourceforge.net/server.html
Posted: 23 Aug 2004, 18:42
by e
works

fine. thx !