FS#13899 - [Elinks]: error while loading shared libraries: libssl.so.0

Attached to Project: Arch Linux
Opened by Sebastien Vasey (svasey) - Saturday, 21 March 2009, 10:25 GMT
Last edited by Allan McRae (Allan) - Saturday, 21 March 2009, 11:16 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture i686
Severity High
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

After installing the latest version of elinks and trying to run it, the following error message is produced:

$ elinks --help
elinks: error while loading shared libraries: libssl.so.0: cannot open shared object file: No such file or directory

I definitely have libssl installed:

$ ls -l /usr/lib/libssl*
-rw-r--r-- 1 root root 438104 2009-01-07 16:47 /usr/lib/libssl.a
lrwxrwxrwx 1 root root 15 2009-01-07 16:47 /usr/lib/libssl.so -> libssl.so.0.9.8
-r-xr-xr-x 1 root root 321007 2009-01-07 16:47 /usr/lib/libssl.so.0.9.8
-rwxr-xr-x 1 root root 209433 2008-12-21 12:41 /usr/lib/libssl3.so

But no libssl.so.0 file however.

I have tried building the package myself from the PKGBUILD, and it works fine afterward.

Additional info:
* package version: elinks-0.11.5-1

Steps to reproduce:

$ pacman -Sy elinks
$ elinks --help
This task depends upon

Closed by  Allan McRae (Allan)
Saturday, 21 March 2009, 11:16 GMT
Reason for closing:  Not a bug
Comment by Allan McRae (Allan) - Saturday, 21 March 2009, 10:49 GMT
We have had several people not replicate this on irc. Can you try reinstalling openssl and elinks?
Comment by Sebastien Vasey (svasey) - Saturday, 21 March 2009, 10:58 GMT
Actually I had an old version of elinks in /usr/local/bin/elinks which superseded the arch linux one in /usr/bin/elinks .

Changing my $PATH solved the problem.

Sorry for wasting your time.

Loading...