error while loading shared libraries: libpython2.4.so.1.0

Problems and solutions for installing or running FreeOrion, including discussion of bugs if needed before posting a bug report on GitHub. For problems building from source, post in Compile.

Moderator: Oberlus

Locked
Message
Author
iceprince
Space Floater
Posts: 19
Joined: Wed May 14, 2008 6:26 am
Location: Norway

error while loading shared libraries: libpython2.4.so.1.0

#1 Post by iceprince »

Freeorion works to the pint where it starts to generate universe an AI, but it freezes.. i start it with ./freeorion from the command line.
text output:
Following into my basedir
CWD: /home/isprins/freeorion/application
/home/isprins/freeorion/application/freeorionca: error while loading shared libraries: libpython2.4.so.1.0: cannot open shared object file: No such file or directory
HumanClientApp::HandleMessage(HOST_SP_GAME)
/home/isprins/freeorion/application/freeorionca: error while loading shared libraries: libpython2.4.so.1.0: cannot open shared object file: No such file or directory

User avatar
kroddn
Static Linker
Posts: 347
Joined: Thu Jun 28, 2007 10:28 am

Re: error while loading shared libraries: libpython2.4.so.1.0

#2 Post by kroddn »

Install python 2.4, see viewtopic.php?f=25&t=2227

Locked