|
|
|
|
| Problems With Installing Openssh4.2 |
|
|
|
[Original]
[Print]
[Top]
|
hello all
I'm running SuSE 9.3. I have a up and running OpenSSH3.9. I wanted to upgrade to OpenSSH4.2. But I'm having a problem configuring it. I get an error message that looks like this:
'can't find recent OpenSSL libcrypto'
I have the following file: '/usr/lib/libcrypto.so.0.9.7'. I found the following file: 'openssl-0.9.7a-35.1.src.rpm' when I tried looking for the 'libcrypto.so.0.9.7' library file. It seems to be the same version. By the way, that seems to be the newest version. If such, why am I getting an error message saying that Open SSH can't find a recent libcrypto library. How can I bypass that error message and have the kernel to compile the OpenSSH4.2? Thanks.
|
|
|
[Original]
[Print]
[Top]
|
|
[Original]
[Print]
[Top]
|
Hi,
did you try to remove old version and after install new instead of upgrading ?
|
|
|
----
Linux is like sex, it's better when it's free... My WebPage
|
|
[Original]
[Print]
[Top]
|
|
[Original]
[Print]
[Top]
|
here's the solution to the problem:
- replace the older version of SSL (0.9.7e) with a newer one (0.9.8a) - there will be no problem with installation - replace the older version of SSH (3.9p1) with a newer one (4.2p1) - there will be a problem with installation ; when 'make' is invoked, you will get the following error message dso_dlfcn.c: undefined reference to 'dlsym'
- you need to './configure --with-libs=-ldl' when configuring ssh. After that run 'make & make install' with no problems
hope that helps
r.
|
|
|
[Original]
[Print]
[Top]
|
|
|