I posted this question previously and had only a single response. My hope
is that someone else has seen this problem and might be so kind as to offer
some suggestion for resolution. I'm trying to install the Crypt::SSLeay
module and have a problem with the make in that I receive a failure
indicating that library -lssl can't be found. I've checked an there is a
libssl.a is in /usr/local/ssl/lib. The default library that I use is
/usr/local/ssl. The full results of the make are included below. I would
appreciate any and all commented regarding this problem. BTW. I'm trying to
install this module on HPUX 10.2 and have the latest drop of the openssl
installed on the machine.
Checking if your kit is complete...
Looks good
Note (probably harmless): No library found for -lgcc
Note (probably harmless): No library found for -lRSAglue
Note (probably harmless): No library found for -lrsaref
Writing Makefile for Crypt::SSLeay
# make
mkdir blib
mkdir blib/lib
mkdir blib/lib/Crypt
mkdir blib/arch
mkdir blib/arch/auto
mkdir blib/arch/auto/Crypt
mkdir blib/arch/auto/Crypt/SSLeay
mkdir blib/lib/auto
mkdir blib/lib/auto/Crypt
mkdir blib/lib/auto/Crypt/SSLeay
mkdir blib/man3
cp lib/Crypt/SSLeay/Conn.pm blib/lib/Crypt/SSLeay/Conn.pm
cp lib/Crypt/SSLeay/X509.pm blib/lib/Crypt/SSLeay/X509.pm
cp lib/Crypt/SSLeay/CTX.pm blib/lib/Crypt/SSLeay/CTX.pm
cp lib/Net/SSL.pm blib/lib/Net/SSL.pm
cp lib/Crypt/SSLeay/Err.pm blib/lib/Crypt/SSLeay/Err.pm
cp SSLeay.pm blib/lib/Crypt/SSLeay.pm
cp lib/Crypt/SSLeay/MainContext.pm blib/lib/Crypt/SSLeay/MainContext.pm
/usr/bin/perl -I/opt/perl5/lib/5.00503/PA-RISC1.1 -I/opt/perl5/lib/5.00503
/opt/perl5/lib/5.00503/ExtUtils/xsubpp -typemap
/opt/perl5/lib/5.00503/ExtUtils/typemap -typemap typemap SSLeay.xs >xstmp.c && mv
xstmp.c SSLeay.c
cc -c -I/usr/local/ssl/include -Ae -O +Onolimit -DVERSION=\"0.18\"
-DXS_VERSION=\"0.18\" +z -I/opt/perl5/lib/5.00503/PA-RISC1.1/CORE
SSLeay.c
Running Mkbootstrap for Crypt::SSLeay ()
chmod 644 SSLeay.bs
LD_RUN_PATH="/usr/local/ssl/lib" ld -o blib/arch/auto/Crypt/SSLeay/SSLeay.sl
-b -s -a shared SSLeay.o -L/usr/local/ssl/lib -lssl -lcrypto
ld: Can't find library for -lssl
*** Error exit code 1
Stop.
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]