I'm getting the following error when compiling either Crypt::SSLeay or
Net::SSLeay on a Cobalt Raq-2 (RedHat 6.2 on MIPS):

  collect2: ld terminated with signal 6 [Aborted], core dumped
  make: *** [blib/arch/auto/Crypt/SSLeay/SSLeay.so] Error 1

For Crypt::SSLeay, it happens at this point in the make process:

  LD_RUN_PATH="/usr/local/openssl/lib" cc -0
  blib/arch/auto/Crypt/SSLeay/SSLeay.so  -shared -L/usr/local/lib SSLeay.o
  -L/usr/local/openssl/lib -lssl -lcrypto

For Net::SSLeay, it's here:

  LD_RUN_PATH="/usr/local/openssl/lib" cc -o
  blib/arch/auto/Net/SSLeay/SSLeay.so  -shared -L/usr/local/lib SSLeay.o
  -L/usr/local/openssl -L/usr/local/openssl/lib -lssl -lcrypto

Here's what the MakeMake file for Crypt::SSLeay told me when I first ran it:

  Found OpenSSL (version OpenSSL 0.9.6) installed at /usr/local/openssl
  Which OpenSSL build path do you want to link against? [/usr/local/openssl]
  writing PL_sv_undef symbol at Makefile.PL line 103.
  
  ========================================
  BUILD INFORMATION
  ========================================
  
  ssl dir:        /usr/local/openssl
  libraries:      -lssl -lcrypto -lgcc -lRSAglue -lrsaref
  include dir:    /usr/local/openssl/include
  ssl header:     openssl/ssl.h
  
  ========================================
  
  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

No errors when compiling and installing openssl.  Any idea what I could try?

-Frederik

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to