ssl, part2: Shared object "libssl.so.3" not found...

Jeff D. Hamann jeff.hamann at forestinformatics.com
Fri Sep 23 10:04:38 PDT 2005


I was attempting to install subversion on the new amd64 machine and ran into 
the following error.

/libexec/ld-elf.so.1: Shared object "libssl.so.3" not found, required by 
"lt-svnversion"
*** Error code 1

Stop in /usr/ports/devel/subversion/work/subversion-1.2.1.
*** Error code 1

Stop in /usr/ports/devel/subversion.
bobby# man openssl

... reports.....
...blah, blah, blah....
... and the version....
0.9.8                             2004-01-04 
OPENSSL(1)
bobby#

and

bobby# openssl
OpenSSL> version
OpenSSL 0.9.7e 25 Oct 2004
OpenSSL> quit
bobby#

and

bobby# ls -la /usr/local/lib/libssl*.*
-rw-r--r--  1 root  wheel  497864 Sep 23 10:11 /usr/local/lib/libssl.a
lrwxr-xr-x  1 root  wheel      11 Sep 23 10:11 /usr/local/lib/libssl.so -> 
libssl.so.4
-r--r--r--  1 root  wheel  307573 Sep 23 10:11 /usr/local/lib/libssl.so.4
lrwxr-xr-x  1 root  wheel      12 Sep 16 09:59 /usr/local/lib/libssl3.so -> 
libssl3.so.1
-r-xr-xr-x  1 root  wheel  155344 Sep 16 10:00 /usr/local/lib/libssl3.so.1
bobby#

So what happens now?

Thanks,
Jeff.


----- Original Message ----- 
From: "Dirk Meyer" <dirk.meyer at dinoex.sub.org>
To: "Jeff D. Hamann" <jeff.hamann at forestinformatics.com>
Sent: Wednesday, September 21, 2005 10:02 PM
Subject: Re: 17900:error:02001002:system library:fopen?


> Hallo Jeff D. Hamann,
>
>> [...] I got the last step in the FAQ's "..installing a real SSL
>> server certificate..."
>> When I typed the following command:
>> bobby# openssl x509 -noout -text -in server.crt
>>
>> I got the following results:
>> Error opening Certificate server.crt
>> 17900:error:02001002:system library:fopen:No such file or
>> directory:/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/bio/bss
>> _file.c:278:fopen('server.crt','r')
>
>> which would normally be no prob (mismatched path, etc.) but I've never
>> looked at the openssl code so I thought I should ask the pro...
>
> This is a mismatched path, openssl can't find the file "server.crt"
> You have to create it.
>
>> Is this a bug in the openssl? FreeBSD 60BETA, the openssl FreeBSD port, 
>> or
>> me? I installed the openssl port as normally I would. I went to
>> /usr/ports/security/openssl and types "make install" and everything went
>> just fine...
>
> openssl 0.9.7 is already part of the FreeBSD 60BETA.
> openssl 0.9.8 can be used from the port.
>
> kind regards Dirk
>
> - Dirk Meyer, Im Grund 4, 34317 Habichtswald, Germany
> - [dirk.meyer at dinoex.sub.org],[dirk.meyer at guug.de],[dinoex at FreeBSD.org]
> 



More information about the freebsd-amd64 mailing list