Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't run game - liblzma.so.2 #4729

Closed
DorpsGek opened this issue Aug 16, 2011 · 3 comments
Closed

Can't run game - liblzma.so.2 #4729

DorpsGek opened this issue Aug 16, 2011 · 3 comments
Labels
flyspray This issue is imported from FlySpray (https://bugs.openttd.org/)

Comments

@DorpsGek
Copy link
Member

Koapa opened the ticket and wrote:

I can't run the game in version 1.1.2.
I got the error : error while loading shared libraries: liblzma.so.2: cannot open shared object file: No such file or directory

Version 1.1.1 was working normally. I have Fedora 15 64-bit system.
There is no package, which should provide this package. (packages lzma, lzop and all similar are installed)

Reported version: 1.1.2
Operating system: Linux


This issue was imported from FlySpray: https://bugs.openttd.org/task/4729
@DorpsGek
Copy link
Member Author

Alberth wrote:

Confirmed. The binary build fails on liblzma.so.2:

$ ldd ~/Download/openttd-1.1.2-linux-generic-amd64/openttd
...
liblzma.so.2 => not found
...

When I build from source
$ ldd ~/openttd/play/bin/openttd
...
liblzma.so.5 => /usr/lib64/liblzma.so.5 (0x00000030d5c00000)
...

which gets pulled from xz-libs:

$ rpm -qf /usr/lib64/liblzma.so.5
xz-libs-5.0.1-2.fc15.x86_64


This comment was imported from FlySpray: https://bugs.openttd.org/task/4729#comment10197

@DorpsGek
Copy link
Member Author

Rubidium wrote:

So the generic binaries weren't statically linked like they used to be. Yet nobody noticed that in the last two months the compile farm was producing these binaries.


This comment was imported from FlySpray: https://bugs.openttd.org/task/4729#comment10198

@DorpsGek
Copy link
Member Author

Rubidium closed the ticket.

Reason for closing: Fixed

The CF should build correct generic binaries once again. New binaries will come when a new compile is made though.


This comment was imported from FlySpray: https://bugs.openttd.org/task/4729

@DorpsGek DorpsGek added flyspray This issue is imported from FlySpray (https://bugs.openttd.org/) Build system labels Apr 7, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
flyspray This issue is imported from FlySpray (https://bugs.openttd.org/)
Projects
None yet
Development

No branches or pull requests

1 participant