Welcome
|
FAQ
|
Downloads
|
Wiki
Tiny Core Linux
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
Tinycore
is here 12/1/2008!
Welcome
visitors.
Home
Help
Login
Register
Tiny Core Linux
»
Tiny Core Extensions
»
TCE Bugs
»
Links Fails to Run
« previous
next »
Print
Pages: [
1
]
Go Down
Author
Topic: Links Fails to Run (Read 1643 times)
SamK
Hero Member
Posts: 713
Links Fails to Run
«
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"
Logged
Juanito
Administrator
Hero Member
Posts: 14790
Re: Links Fails to Run
«
Reply #1 on:
July 26, 2010, 02:46:03 AM »
This is in the bzip2-lib extension
Logged
SamK
Hero Member
Posts: 713
Re: Links Fails to Run
«
Reply #2 on:
July 26, 2010, 02:52:21 AM »
Should it be listed as a dependency? Apps Audit->Dependecies->Display all with Missing Dependencies does not report bzip2-lib.
Logged
Juanito
Administrator
Hero Member
Posts: 14790
Re: Links Fails to Run
«
Reply #3 on:
July 26, 2010, 03:00:40 AM »
You can list all the dependencies using:
Code:
[Select]
$ 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.
Logged
Jason W
Retired Admins
Hero Member
Posts: 9730
Re: Links Fails to Run
«
Reply #4 on:
July 26, 2010, 05:41:13 AM »
bzip2-lib.tcz added to dep file, installing bzip2-lib.tcz will make it work.
Logged
Print
Pages: [
1
]
Go Up
« previous
next »
Tiny Core Linux
»
Tiny Core Extensions
»
TCE Bugs
»
Links Fails to Run