Page 1 of 1

single problem in simutrans how do i get it sorted

PostPosted: Aug 11th, '11, 17:00
by ind-pc_student
hello everybody

I successfully downloaded Simutrans experimental for 64 bit Linux in two parts

Part one the simutrans experimental windows.zip -- contains: objects, packs and complete config files had to delete the .exe file
Part two the precompiled 64bit ./simutrans file

opened the konsole application and did this command "ldd ./simutrans and found a missing file: libbz2.so.1.0 => not found

searched for this libbz on the MG control Center and the result was Lib64bzip2.1 however there is a red symbol just like the no entry sign on the highway code.

what can I do to make it available again, is this a bug?

previously on the mandriva linux it was available and lib64bzip2_1 had sorted the issue libbz2.so.1.0 => not found

i know it is a long question but it is only one!!
thank you in advance for any recommendations you can give me.

P.S. Do not give me the go back to mdv advise if you please...

Re: single problem in simutrans how do i get it sorted

PostPosted: Aug 11th, '11, 17:20
by isadora
Means you have it on the system already, and cannot remove it for it's a standard package needed for the distribution.

Re: single problem in simutrans how do i get it sorted

PostPosted: Aug 11th, '11, 17:23
by ind-pc_student
thank you,

I think i was wrong this time

Has anyone have an idea on how to resolve the libbz2.so.1.0 => not found issue

thanks

Re: single problem in simutrans how do i get it sorted

PostPosted: Aug 11th, '11, 18:14
by wintpe
mageia has the library /usr/lib/libbz2.so.1 and /usr/lib/libbz2.so.1.0.0

and 64 bit will have similar in lib64

simply create a link to them in that directory.

ie ln -s /usr/lib/libbz2.so.1 /usr/lib/libbz2.so.1.0

regards peter

Re: single problem in simutrans how do i get it sorted

PostPosted: Aug 15th, '11, 15:19
by ind-pc_student
thanks peter however did not resolve the issue have to ask developers where the game goes to search for that libbz2.so.1.0

i will keep you posted as soon as i get the answer

Re: single problem in simutrans how do i get it sorted

PostPosted: Aug 15th, '11, 16:47
by doktor5000
On a 64bit system the command would rather be
Code: Select all
ln -s /usr/lib64/libbz2.so.1 /usr/lib64/libbz2.so.1.0

that's why Peter only wrote that you would need to create a link and gave a small example.

Aside from ldd, did you test simutrans itself if it runs?

Re: single problem in simutrans how do i get it sorted

PostPosted: Jan 13th, '12, 18:55
by ind-pc_student
no problems will try again after 2.0 launch and see what updates to this issues are there...