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 From: "Dave Korn" To: Subject: RE: cygwin1.dll crash Date: Tue, 8 Feb 2005 14:37:23 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit In-Reply-To: <1e0bab0205020805402111a4b0@mail.gmail.com> Message-ID: X-OriginalArrivalTime: 08 Feb 2005 14:37:23.0417 (UTC) FILETIME=[B3C0F490:01C50DEB] > -----Original Message----- > From: cygwin-owner On Behalf Of Lannoye Xavier > Sent: 08 February 2005 13:40 > Hi > > here you have a syscheck log Let's take a look Path: C:\oracle\ora90\bin C:\oracle\ora90\Apache\Perl\5.00503\bin\mswin32-x86 Ah. A version of Perl. And not ActiveState perl. Very likely compiled and running under cygwin. An old version of the dll, most likely. If my theory is right, you're going to have trouble as long as both the Oracle directories and the cygwin directories are in your PATH setting at the same time. Would you mind posting back the output you get from running "dir /w C:\oracle\ora90\Apache\Perl\5.00503\bin\mswin32-x86 C:\oracle\ora90\bin" in a DOS shell? I'd like to see. To fix the cygwin installation, you could shut down all oracle-related software, including Apache if that's running, then move C:\cygwin\bin to the front of your PATH, and re-run setup.exe; that should update your installation OK. But then you might later have trouble running oracle stuff. So the best solution would probably be to remove cygwin from your PATH altogether, and add the command "PATH C:\cygwin\bin;%PATH%" to your C:\cygwin\Cygwin.bat startup file. cheers, DaveK -- Can't think of a witty .sigline today.... -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/