Message-ID: <43798E58.6010901@certum.pl> Date: Tue, 15 Nov 2005 08:29:28 +0100 From: Jacek Trzcinski User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; PL; rv:1.7.10) Gecko/20050716 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: SSHD problem References: <43787CDD DOT 9090304 AT certum DOT pl> <43789647 DOT 8080707 AT byu DOT net> <43789F28 DOT 906 AT certum DOT pl> <20051114144722 DOT GB25484 AT trixie DOT casa DOT cgf DOT cx> In-Reply-To: <20051114144722.GB25484@trixie.casa.cgf.cx> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-IsSubscribed: yes 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 Użytkownik Christopher Faylor napisał: >On Mon, Nov 14, 2005 at 03:28:56PM +0100, Jacek Trzcinski wrote: > > >>U??ytkownik Eric Blake napisa??: >> >> >> >>>-----BEGIN PGP SIGNED MESSAGE----- >>>Hash: SHA1 >>> >>>According to Jacek Trzcinski on 11/14/2005 5:02 AM: >>> >>> >>> >>> >>>>Hi everybody ! >>>>After a lot of time I decided to upgrade my very old version of Cygwin >>>>to latest release. >>>>Unfortunately there is something wrong when I try to execute sshd sever >>>>by for example "net start sshd". Any trial ends with message: >>>>"Entry point of procedure _impure_ptr not found in library cygwin1.dll". >>>>I utilize Windows 2000 with SP4. >>>>What is solution of my proble ? >>>> >>>> >>>> >>>> >>>Possibly just a reboot, but more likely a rerun of setup.exe with all >>>services stopped. Although you did not follow these reporting directions: >>> >>> >>> >>> >>> >>>>Problem reports: http://cygwin.com/problems.html >>>> >>>> >>>it looks like your cygwin1.dll was not upgraded because it was in use >>>at the time. Therefore, when the new sshd tries to use features of the >>>new cygwin, but the old cygwin is still in use, you get the mentioned >>>crash. >>> >>> >>> >>Thanks for response but: 1) Rebooting did not resolve the problem 2) >>Cygwin1.dll is from July 2005 so I guess it is new. As a matter of >>fact I removed all cygwin files from Cygwin directory and installed >>latest version of Cygwin to other partition on my disk. Situation did >>not changed. >> >> > >Nevertheless, your problem is an indication of the existence of another, >older cygwin1.dll on your system, either in a directory in your PATH or >in a windows system directory. There is no other explanation. > >cgf > >-- >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/ > > > Thanks . It turned out that I had cygwin1.dll in AVR gcc compiler and it caused errors. It is a little bit strange because LoadLibrary function ( I assume Cygwin executable call that function to load Cygwin1.dll ) should first take dll from pointed path or directory where executable started. Searching in "path" environment should be carried in the end. Thanks again. Best regards Jacek -- 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/