Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Date: Fri, 30 Aug 2002 00:03:11 +0200 From: "Gerrit P. Haase" Organization: Esse keine toten Tiere X-Priority: 3 (Normal) Message-ID: <149269520199.20020830000311@familiehaase.de> To: Tommy Butler CC: cygwin AT cygwin DOT com Subject: Re: Problems with Perl LWP and CYGSSL.DLL In-Reply-To: <3D6E40B9.9040406@atrixnet.com> References: <3D6E40B9 DOT 9040406 AT atrixnet DOT com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hallo Tommy, Am Donnerstag, 29. August 2002 um 17:41 schriebst du: > I'm having problems using LWP.pm (libwww extension for Perl) with my cygwin Perl > binary. [...] >>C:\cygwin\bin\perl -w testLWPcookies.pl > C:\CYGWIN\BIN\PERL.EXE: *** couldn't allocate memory 0x10000(4128768) for > 'C:\CYGWIN\BIN\CYGSSL.DLL' alignment, Win32 error 8 > > 290 [main] perl 1804607 sync_with_child: child -1760391(0xE4) died before > initialization with status code 0x1 > 380 [main] perl 1804607 sync_with_child: *** child state child loading dlls > C:\CYGWIN\BIN\PERL.EXE: *** couldn't allocate memory 0x10000(4128768) for > 'C:\CYGWIN\BIN\CYGSSL.DLL' alignment, Win32 error 8 Looks like the problem which was discussed in another thread recently, C. Faylor suggested that there may be two (different) cygwin1.dll's on your system. > How do I go about fixing this? You know that you are still using "This is perl, v5.6.1 built for cygwin-multi" but also have C:\cygwin\bin\cygperl5_8_0.dll installed? Which from the SSL modules do you use? There are two possibilities, I installed Crypt::SSLeay (0.45) to do the test which works for me with perl-5.8 (NT4): $ ./perllwp.pl HTTP/1.1 200 OK Cache-Control: must-revalidate Connection: close Date: Thu, 29 Aug 2002 21:50:40 GMT Server: Apache/1.3.26 (Unix) PHP/4.1.2 mod_ssl/2.8.9 OpenSSL/0.9.6b Content-Type: text/html Content-Type: text/html; charset=iso-8859-1 Expires: Wed, 11 Nov 1998 11:11:11 GMT Client-Date: Thu, 29 Aug 2002 21:52:14 GMT Client-Response-Num: 1 Client-SSL-Cert-Issuer: /C=ZA/ST=Western Cape/L=Cape Town/O=Thawte Consulting cc/OU=Certification Services Division/CN=Thawte Server CA/Email=server-certs AT thawte DOT com Client-SSL-Cert-Subject: /C=US/ST=California/L=Fremont/O=VA Software Inc./OU=SourceForge/CN=sourceforge.net Client-SSL-Cipher: EDH-RSA-DES-CBC3-SHA Client-SSL-Warning: Peer certificate not verified Client-Transfer-Encoding: chunked Link: ; rel="stylesheet"; type="text/css" Link: ; rel="SHORTCUT ICON" Title: SourceForge.net: Login X-Powered-By: PHP/4.1.2 Gerrit -- =^..^= -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/