Hello, /psoft/scripts/lwp/Crypt-SSLeay-0.51(NO SID)$ make I'm trying to compile on HP-UX B.11.11 U 9000/800 and I'm getting this error. Would you be able to shed some light as to what happened?
=========================================
cc -c -I/apps/openssl/include +z -D_HPUX_SOURCE
-I/usr/local/include -Ae -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 +O2
+Onolimit -DVERSION=\"0.51\" -DXS_VERSION=\"0.51\" +Z
"-I/apps/perl/lib/5.8.0/PA-RISC2.0/CORE" SSLeay.c
cc: "/usr/include/sys/socket.h", line 504: warning 562: Redeclaration of
"sendfile" with a different storage class specifier: "sendfile" will have
internal linkage.
cc: "/usr/include/sys/socket.h", line 505: warning 562: Redeclaration of
"sendpath" with a different storage class specifier: "sendpath" will have
internal linkage.
Running Mkbootstrap for Crypt::SSLeay ()
chmod 644 SSLeay.bs
rm -f blib/arch/auto/Crypt/SSLeay/SSLeay.sl
LD_RUN_PATH="/apps/openssl/lib" /usr/bin/ld -b -s -a shared
SSLeay.o -o blib/arch/auto/Crypt/SSLeay/SSLeay.sl -L/apps/openssl/lib
-lssl -lcrypto
/usr/bin/ld: Can't find library: "ssl"
*** Error exit code 1
=========================================
The perl installation on this machine is /apps/perl
and the installation of openssl-0.9.7d is in /apps/openssl
I've modified the Makefile.PL with these changes
<<Makefile.PL>>
Would really appreciate a reply.
Thanks Tons,
Melven
Makefile.PL
Description: Binary data
