|
|
因为需要NET:SSLeay模块,openssl已安装,但在安装 Crypt-SSLeay-0.51模块时按手册中介绍的通用安装方法
[HTML]perl Makefile.PL &&
make &&
make test[/HTML]
无法安装
错误提示
[HTML]LFS6:root | 06/15/06 11:01:09 | /home/share/Crypt-SSLeay-0.51
# perl Makefile.PL && make && make test
Found OpenSSL (version OpenSSL 0.9.7) installed at /usr
Which OpenSSL build path do you want to link against? [/usr]
================================================
BUILD INFORMATION
================================================
ssl dir: /usr
libraries: -lssl -lcrypto -lgcc -lRSAglue -lrsaref
include dir: /usr/include
ssl header: openssl/ssl.h
ssl candidate: /usr; /usr/include/openssl; OpenSSL 0.9.7
================================================
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: Warning: File `/usr/lib/perl5/5.8.7/i686-linux/Config.pm' has modification time 2.1e+04 s in the future
Makefile out-of-date with respect to /usr/lib/perl5/5.8.7/i686-linux/Config.pm / usr/lib/perl5/5.8.7/i686-linux/CORE/config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1 || /bin/sh -c true
/usr/bin/perl Makefile.PL
Found OpenSSL (version OpenSSL 0.9.7) installed at /usr
Which OpenSSL build path do you want to link against? [/usr]
================================================
BUILD INFORMATION
================================================
ssl dir: /usr
libraries: -lssl -lcrypto -lgcc -lRSAglue -lrsaref
include dir: /usr/include
ssl header: openssl/ssl.h
ssl candidate: /usr; /usr/include/openssl; OpenSSL 0.9.7
================================================
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
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make: *** [Makefile] Error 1
[/HTML] |
|