Tiny Core Linux
Tiny Core Extensions => TCE Bugs => Topic started by: SamK on July 26, 2010, 02:44:07 AM
-
Using version added to repo 2010/07/25.
Links fails to run from Applications menu. When tried to start from terminal it also fails with message:
"links: error while loading shared libraries: libbz2.so.1.0: cannot open shared object file: No such file or directory"
-
This is in the bzip2-lib extension
-
Should it be listed as a dependency? Apps Audit->Dependecies->Display all with Missing Dependencies does not report bzip2-lib.
-
You can list all the dependencies using:
$ ldd `which links`
If links needs the bzip lib to run, I guess it should either be listed as a dep or links could perhaps be recompiled so as not to depend on the bzip lib.
-
bzip2-lib.tcz added to dep file, installing bzip2-lib.tcz will make it work.