View Single Post
Estel's Avatar
Posts: 5,028 | Thanked: 8,613 times | Joined on Mar 2011
#129
//Edit: Solved, see last edit, left post for records.

Originally Posted by AapoRantalainen View Post
Do you have the same?
Code:
apt-cache policy liblzo2-2 liblzma1
liblzo2-2:
  Installed: 2.03-1maemo3
  Candidate: 2.03-1maemo3
  Version table:
 *** 2.03-1maemo3 0
        500 https://downloads.maemo.nokia.com ./ Packages
        500 https://downloads.maemo.nokia.com ./ Packages
        100 /var/lib/dpkg/status
liblzma1:
  Installed: 4.999.9beta+20091116-1maemo1
  Candidate: 4.999.9beta+20091116-1maemo1
  Version table:
 *** 4.999.9beta+20091116-1maemo1 0
        500 http://repository.maemo.org fremantle/free Packages
        100 /var/lib/dpkg/status
Yea, same here (with "500" listed 2 times):
Code:
apt-cache policy liblzo2-2 liblzma1
liblzo2-2:
  Installed: 2.03-1maemo3
  Candidate: 2.03-1maemo3
  Version table:
 *** 2.03-1maemo3 0
        500 https://downloads.maemo.nokia.com ./ Packages
        500 https://downloads.maemo.nokia.com ./ Packages
        100 /var/lib/dpkg/status
liblzma1:
  Installed: 4.999.9beta+20091116-1maemo1
  Candidate: 4.999.9beta+20091116-1maemo1
  Version table:
 *** 4.999.9beta+20091116-1maemo1 0
        500 http://repository.maemo.org fremantle/free Packages
        500 http://repository.maemo.org fremantle/free Packages
       100 /var/lib/dpkg/status
Is your error really:
Code:
liblzma.se.0: cannot open shared object file: No such file or directory
Or is it liblzma.so.0?
Of course liblzma.so.0 . Stupid typo from my side, sorry.

Originally Posted by AapoRantalainen View Post
How about these:
Code:
md5sum /opt/maemo/usr/lib/liblzma.so.0.0.0 /usr/games/openttd
498f39800e398551962e17d1ecbd569e  /opt/maemo/usr/lib/liblzma.so.0.0.0
8f6805b0e07e4dcc60587c999896643b  /usr/games/openttd
/opt/maemo/usr/lib/liblzma* - no such file or directory (by * I mean that there is nothing with this name, including any wildcard). for OpenTTD, md5sum is OK.

Will check rest tomorrow, yet, it seems obvious that missing liblzma.so* is the case of problem. How come?

/Estel

// Edit
dpkg -L liblzma1
...then --purge'ing it, then removing any leftovers from list and installing again solved problem. I got NFC why it was looking like that... Thanks for help with hammering this out!
__________________
N900's aluminum backcover / body replacement
-
N900's HDMI-Out
-
Camera cover MOD
-
Measure battery's real capacity on-device
-
TrueCrypt 7.1 | ereswap | bnf
-
Hardware's mods research is costly. To support my work, please consider donating. Thank You!

Last edited by Estel; 2012-04-08 at 03:50.