[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-developers] Raq3 Crypt::SSLeay Install?



>> Anyone done a Crypt::SSLeay install? I can not seem to get this Perl module
>> installed on a Raq3.... If you have done gotten this installed, I would
>> appreciate any tips.
> 
> What is the problem?

I installed the latest OpenSSL and try to do the following:

[Crypt-SSLeay-0.49]# perl Makefile.PL
/usr/local/openssl/lib does not seem to contain the SSLeay library files
Found the following OpenSSL installations:
                /usr/local/openssl
        OpenSSL 0.9.7   /usr/local
        OpenSSL 0.9.3   /usr
Which OpenSSL build path do you want to link against? [/usr/local/openssl]
/usr/local

================================================
BUILD INFORMATION
================================================

ssl dir:        /usr/local
libraries:      -lssl -lcrypto -lgcc -lRSAglue -lrsaref
include dir:    /usr/local/include
ssl header:     openssl/ssl.h
ssl candidate:  /usr/local; /usr/local/include/openssl; OpenSSL 0.9.7

================================================

Note (probably harmless): No library found for -lgcc
Note (probably harmless): No library found for -lrsaref
Writing Makefile for Crypt::SSLeay
[Crypt-SSLeay-0.49]# make
make: *** No rule to make target
`/usr/lib/perl5/5.00503/i386-linux/CORE/opnames.h', needed by `SSLeay.o'.
Stop.
[Crypt-SSLeay-0.49]#

Has anyone built the Crypt::SSLeay Perl module and lived to tell the tale?

John Keegan