Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SSH Comile Error libcrypto not found

Status
Not open for further replies.

AIX5L

Technical User
Jul 27, 2001
228
CH
Hello

I've installed openssl-0.9.6m-1 on AIX 5.2
I wont to compile openssh-3.8p1-chroot.

I've the following Error on ./configure

configure: error: *** Can't find recent OpenSSL libcrypto (see config.log for details) ***

My SSL Installation is in:

rpm -ql openssl-0.9.6m-1 | grep lib
/opt/freeware/lib/libcrypto.a
/opt/freeware/lib/libcrypto-static.a
/opt/freeware/64/lib/libcrypto.a
/opt/freeware/64/lib/libcrypto-static.a
/opt/freeware/64/lib
/opt/freeware/64/lib/libcrypto.a
/opt/freeware/64/lib/libssl.a
/opt/freeware/lib/libcrypto.a
/opt/freeware/lib/libssl.a
/usr/linux/lib/libcrypto.a
/usr/linux/lib/libssl.a
/var/ssl/lib


I've found more libcrypto Files:

root.system@aixlab
/opt/security/openssh-3.8p1-chroot #
find / -name libcrypto*
/usr/opt/ibm/gskta/icc/osslib/libcrypto.so.0.9.7
/usr/opt/ibm/gsksa/icc/osslib/libcrypto.so.0.9.7
/usr/linux/lib/libcrypto.a
/usr/linux/lib/libcrypto-static.a
/usr/local/lib/libcrypto-static.a
/usr/local/lib/libcrypto.a
/usr/local/ssl/lib/libcrypto.a

What i need to do to compile my Version successfully ?
I can only use this Version, i know that there are newer Versions !


Thanks



 
Are the paths to your libraries correctly set up? Have you thought about just installing the binary you can get from
Regarding "configure: error: *** Can't find recent OpenSSL libcrypto (see config.log for details) ***" --
What does the config.log say?
 
Hi

As you can see the Version is patched ( chroot )
And i dont like the bull packages.

Here is the config.log

configure:9292: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/ssl/include -L/usr/local/ssl
/lib conftest.c -lcrypto -lz >&5
collect2: /usr/local/ssl/lib/libcrypto.a: not a COFF file
configure:9295: $? = 1

.....

configure:9292: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/ssl/include -L/usr/local/ssl
/lib conftest.c -lcrypto -lz >&5
collect2: /usr/local/ssl/lib/libcrypto.a: not a COFF file
configure:9295: $? = 1
configure: failed program was:
#line 9273 "configure"
#include "confdefs.h"


 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top