RE: Problem with installing Crypt::SSLeay

2001-11-02 Thread Feng, James
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

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);

Re: Problem with installing Crypt::SSLeay

2001-10-31 Thread Keary Suska
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

RE: Problem with installing Crypt::SSLeay

2001-10-31 Thread Feng, James
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

Re: Problem with installing Crypt::SSLeay

2001-10-31 Thread Joshua Chamas
Feng, James wrote: 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

RE: Problem with installing Crypt::SSLeay

2001-10-31 Thread Mark Strong
]]On Behalf Of Feng, James Sent: Thursday, 1 November 2001 7:49 To: Keary Suska Cc: [EMAIL PROTECTED] Subject: RE: Problem with installing Crypt::SSLeay 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

Re: Problem with installing Crypt::SSLeay

2001-10-31 Thread Keary Suska
: RE: Problem with installing Crypt::SSLeay Looks like your loader can't find libgcc_s.so.1 which is used by SSLeay.so, make a sym link to a lib path that it will look in (like /usr/local/lib). And then recompile Crypt::SSLeay Then make test should work. -Original Message- From