RE: Problem with installing Crypt::SSLeay

2001-11-02 Thread Feng, James

Josh,

Thanks. After I installed gcc3, I have successfully installed SSLeay.
Thanks again. 

 -Original Message-
 From: Joshua Chamas [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, November 01, 2001 1:57 PM
 To: Feng, James
 Cc: [EMAIL PROTECTED]; Keary Suska
 Subject: Re: Problem with installing Crypt::SSLeay
 
 
 Feng, James wrote:
  
  I cannot find such a file, libgcc_s.so.1, in my Solaris 8 
 box. I only
  found libgcc.a. Does it mean I need to reinstall or compile 
 gcc on my
  box? You help is deeply appreciated.
  
 
 I don't know, but I would certainly try to fix your compiler 
 installation if that file isn't there.  This file seems
 to be referenced on this page:
 
   http://www.sunfreeware.com/programlistintel8.html
 
 included in this libgcc-3.0-sol8-intel-local.gz package.
 
 --Josh
 
__
OpenSSL Project http://www.openssl.org
User Support Mailing List[EMAIL PROTECTED]
Automated List Manager   [EMAIL PROTECTED]



Problem with installing Crypt::SSLeay

2001-10-31 Thread Feng, James

Hi All,

When I tried to install Crypt::SSLeay on a Solaris 8 box, I
got the following error at doing make test.

PERL_DL_NONLAZY=1 /usr/local/bin/perl -Iblib/arch -Iblib/lib
-I/usr/local/lib/perl5/5.6.1/sun4-solaris
-I/usr/local/lib/perl5/5.6.1 -e 'use Test::Harness
qw(runtests $verbose); $verbose=0; runtests @ARGV;' t/*.t
t/ssl_context...Can't load
'blib/arch/auto/Crypt/SSLeay/SSLeay.so' for module
Crypt::SSLeay: ld.so.1: /usr/local/bin/perl: fatal:
libgcc_s.so.1: open failed: No such file or directory at
/usr/local/lib/perl5/5.6.1/sun4-solaris/DynaLoader.pm line 206.
 at blib/lib/Crypt/SSLeay/CTX.pm line 2
Compilation failed in require at blib/lib/Crypt/SSLeay/CTX.pm line 2.
Compilation failed in require at
blib/lib/Crypt/SSLeay/MainContext.pm line 9.
BEGIN failed--compilation aborted at
blib/lib/Crypt/SSLeay/MainContext.pm line 9.
Compilation failed in require at t/ssl_context.t line 3.
BEGIN failed--compilation aborted at t/ssl_context.t line 3.
t/ssl_context...dubious

Test returned status 255 (wstat 65280, 0xff00)
FAILED--1 test script could be run, alas--no output ever seen
make: *** [test_dynamic] Error 2
 
I have installed openssl 0.9.6 and tried to install Crypt::SSLeay 0.31.
Please help and thanks in advance.

James Feng
Systems Architect
Covisint
Tel: (248)827-6031
Cell: (248)219-2565
Fax: (248)827-1731
e-mail: [EMAIL PROTECTED]

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



RE: Problem with installing Crypt::SSLeay

2001-10-31 Thread Feng, James

Hi Keary,

After I recompiled perl 5.6.1, I installed modules, URI, MIME-Base64,
HTML-Parser, libnet and Digest-MD5, then I installed libwww-perl. When I
tried to install SSLeay, at the point of 'make test' I still got the
error I previously got but this time I did 'make install' any way. It
looked like installed the module without complain. Unfortunately when I
tried to use LWP call to a https site I got the following error. Any
ideas? Thanks.

Error:501 Can't locate object method new via package
LWP::Protocol::https (perhaps you forgot to load
LWP::Protocol::https?) 

 -Original Message-
 From: Keary Suska [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, October 31, 2001 1:26 PM
 To: [EMAIL PROTECTED]; Feng, James
 Subject: Re: Problem with installing Crypt::SSLeay
 
 
 It appears that the SSLeay loadable is not being created:
 'blib/arch/auto/Crypt/SSLeay/SSLeay.so'
 If this file isn't there, try just running 'make' and look 
 again. You could
 also do a 'find' in the source tree to see if it is being 
 created elsewhere,
 but it shouldn't. Perhaps the makfile isn't making before 
 make test.
 
 Keary Suska
 Esoteritech, Inc.
 Leveraging Open Source for a better Internet
 
  From: Feng, James [EMAIL PROTECTED]
  Reply-To: [EMAIL PROTECTED]
  Date: Wed, 31 Oct 2001 11:02:33 -0500
  To: [EMAIL PROTECTED]
  Subject: Problem with installing Crypt::SSLeay
  
  Hi All,
  
  When I tried to install Crypt::SSLeay on a Solaris 8 box, I
  got the following error at doing make test.
  
  PERL_DL_NONLAZY=1 /usr/local/bin/perl -Iblib/arch -Iblib/lib
  -I/usr/local/lib/perl5/5.6.1/sun4-solaris
  -I/usr/local/lib/perl5/5.6.1 -e 'use Test::Harness
  qw(runtests $verbose); $verbose=0; runtests @ARGV;' t/*.t
  t/ssl_context...Can't load
  'blib/arch/auto/Crypt/SSLeay/SSLeay.so' for module
  Crypt::SSLeay: ld.so.1: /usr/local/bin/perl: fatal:
  libgcc_s.so.1: open failed: No such file or directory at
  /usr/local/lib/perl5/5.6.1/sun4-solaris/DynaLoader.pm line 206.
  at blib/lib/Crypt/SSLeay/CTX.pm line 2
  Compilation failed in require at 
 blib/lib/Crypt/SSLeay/CTX.pm line 2.
  Compilation failed in require at
  blib/lib/Crypt/SSLeay/MainContext.pm line 9.
  BEGIN failed--compilation aborted at
  blib/lib/Crypt/SSLeay/MainContext.pm line 9.
  Compilation failed in require at t/ssl_context.t line 3.
  BEGIN failed--compilation aborted at t/ssl_context.t line 3.
  t/ssl_context...dubious
  
  Test returned status 255 (wstat 65280, 0xff00)
  FAILED--1 test script could be run, alas--no output ever seen
  make: *** [test_dynamic] Error 2
  
  I have installed openssl 0.9.6 and tried to install 
 Crypt::SSLeay 0.31.
  Please help and thanks in advance.
  
  James Feng
  Systems Architect
  Covisint
  Tel: (248)827-6031
  Cell: (248)219-2565
  Fax: (248)827-1731
  e-mail: [EMAIL PROTECTED]
  
  
 __
  OpenSSL Project 
http://www.openssl.org
 User Support Mailing List[EMAIL PROTECTED]
 Automated List Manager   [EMAIL PROTECTED]
 

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