X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:to:from:subject:date:message-id:references :mime-version:content-type:content-transfer-encoding :in-reply-to; q=dns; s=default; b=kyfGJbL7nZNYe2PkFLs5n1fFg54wrk U4BnxTSQyn9wV9yctJ/7mXPueaG3ab5kFwKsHJa50M1KKjKXYVn5hu1oW7jHVHg+ 0a1Z1A2AsJ5WUfCcJvMQBlOnvMRtJ2k4TD9HNfGyamVLuXTr80g/1klW36k/77HY beMOdkPr/+kRQ= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:to:from:subject:date:message-id:references :mime-version:content-type:content-transfer-encoding :in-reply-to; s=default; bh=TFav3vSO7VQUeCbp9+vOA0ROhhE=; b=My5+ 5LAabByU/FqcL5k3h5utkR8/7BhSVAKA+XrH+viYxdnjSJEYJdVjO+TyZgx0RQ9+ Y26fsKFtVO/iHi0M32sYRVMGGw/Pb82asj58GOOCybwhgYM2lh1PRrdZj3Mj/fXw JJWfbZ//21lGRLeCdmrW3cqWn747borQ9I9/2y0= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: 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 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.1 required=5.0 tests=AWL,BAYES_50,RCVD_IN_DNSWL_LOW,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 X-HELO: plane.gmane.org To: cygwin AT cygwin DOT com From: Daniel Subject: Re: perl 5.14 perl5/5.14/i686-cygwin-threads-64int/auto/IO/IO.dll missing or broken Date: Fri, 19 Jun 2015 07:34:43 +0200 Lines: 59 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit User-Agent: Thunderbird 1.5.0.14 (Windows/20071210) In-Reply-To: X-IsSubscribed: yes William J. Schilp, PhD wrote: > i updated to the latest version of perl on cygwin and i get the > following failure: > > Can't load '/usr/lib/perl5/5.14/i686-cygwin-threads-64int/auto/IO/IO.dll' > for module IO: No such process at /usr/lib/perl5/5.14/XSLoader.pm line > 71. > at /usr/lib/perl5/5.14/i686-cygwin-threads-64int/IO.pm line 11 > Compilation failed in require at > /usr/lib/perl5/5.14/i686-cygwin-threads-64int/IO/Handle.pm line 266. > BEGIN failed--compilation aborted at > /usr/lib/perl5/5.14/i686-cygwin-threads-64int/IO/Handle.pm line 266. > Compilation failed in require at > /usr/lib/perl5/5.14/i686-cygwin-threads-64int/IO/Seekable.pm line 101. > BEGIN failed--compilation aborted at > /usr/lib/perl5/5.14/i686-cygwin-threads-64int/IO/Seekable.pm line 101. > Compilation failed in require at > /usr/lib/perl5/5.14/i686-cygwin-threads-64int/IO/File.pm line 133. > BEGIN failed--compilation aborted at > /usr/lib/perl5/5.14/i686-cygwin-threads-64int/IO/File.pm line 133. > Compilation failed in require at /usr/lib/perl5/5.14/FileHandle.pm line 9. > > i've searched through google for this issue but haven't found anything > relevant. is this a known problem? is there a work around? > I have the same problem (I'm on 32bit). The IO module is broken: $ ldd /usr/lib/perl5/5.14/i686-cygwin-threads-64int/auto/IO/IO.dll ntdll.dll => /cygdrive/c/WINDOWS/system32/ntdll.dll (0x7c900000) kernel32.dll => /cygdrive/c/WINDOWS/system32/kernel32.dll (0x7c800000) ??? => ??? (0x6f0f0000) ??? => ??? (0x61000000) The others are fine, Cwd for instance: $ ldd /usr/lib/perl5/5.14/i686-cygwin-threads-64int/auto/Cwd/Cwd.dll ntdll.dll => /cygdrive/c/WINDOWS/system32/ntdll.dll (0x7c900000) kernel32.dll => /cygdrive/c/WINDOWS/system32/kernel32.dll (0x7c800000) cygwin1.dll => /usr/bin/cygwin1.dll (0x61000000) cygssp-0.dll => /usr/bin/cygssp-0.dll (0x6f5e0000) cygperl5_14.dll => /usr/bin/cygperl5_14.dll (0x62d80000) cygcrypt-0.dll => /usr/bin/cygcrypt-0.dll (0x44000000) cyggcc_s-1.dll => /usr/bin/cyggcc_s-1.dll (0x6fd30000) Or GDBM_File: $ ldd /usr/lib/perl5/5.14/i686-cygwin-threads-64int/auto/GDBM_File/GDBM_File.dll ntdll.dll => /cygdrive/c/WINDOWS/system32/ntdll.dll (0x7c900000) kernel32.dll => /cygdrive/c/WINDOWS/system32/kernel32.dll (0x7c800000) cygwin1.dll => /usr/bin/cygwin1.dll (0x61000000) cyggdbm-4.dll => /usr/bin/cyggdbm-4.dll (0x6fd00000) cygperl5_14.dll => /usr/bin/cygperl5_14.dll (0x62d80000) cygcrypt-0.dll => /usr/bin/cygcrypt-0.dll (0x44000000) cyggcc_s-1.dll => /usr/bin/cyggcc_s-1.dll (0x6fd30000) cygssp-0.dll => /usr/bin/cygssp-0.dll (0x6f5e0000) -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple