Tiny Core Linux

Tiny Core Extensions => TCE Bugs => Topic started by: uggla on November 09, 2010, 12:13:46 PM

Title: [fixed] K3b - liblzma.so.0 error
Post by: uggla on November 09, 2010, 12:13:46 PM
I get the following error when I try to launch K3b:

k3b: error while loading shared libraries: liblzma.so.0: cannot open shared object file: No such file or directory

/Uggla
Title: Re: K3b - liblzma.so.0 error
Post by: robc on November 09, 2010, 12:59:06 PM
I've seen this too. I forgot which extension exactly. liblzma is in the xz extension.

The xz extension needs a symlink for liblzma.so.0 to liblzma.so.

installing xz and running this should fix it:
Code: [Select]
~$ sudo ln -s /usr/local/lib/liblzma.so /usr/local/lib/liblzma.so.0
Title: Re: K3b - liblzma.so.0 error
Post by: uggla on November 09, 2010, 01:31:44 PM
I've seen this too. I forgot which extension exactly. liblzma is in the xz extension.

The xz extension needs a symlink for liblzma.so.0 to liblzma.so.

installing xz and running this should fix it:
Code: [Select]
~$ sudo ln -s /usr/local/lib/liblzma.so /usr/local/lib/liblzma.so.0
No, it didn't work.
Title: Re: K3b - liblzma.so.0 error
Post by: robc on November 09, 2010, 01:36:47 PM
I've seen this too. I forgot which extension exactly. liblzma is in the xz extension.

The xz extension needs a symlink for liblzma.so.0 to liblzma.so.

installing xz and running this should fix it:
Code: [Select]
~$ sudo ln -s /usr/local/lib/liblzma.so /usr/local/lib/liblzma.so.0
No, it didn't work.
Did you also use:
Code: [Select]
~$ sudo ldconfigI forgot to add that to my last post.
Title: Re: K3b - liblzma.so.0 error
Post by: uggla on November 09, 2010, 01:38:51 PM
Yes, now it works. Thanks.
Title: Re: K3b - liblzma.so.0 error
Post by: Arslan S. on November 09, 2010, 02:45:44 PM
an update to kdelibs coming soon, it will also fix this issue