X-Spam-Check-By: sourceware.org To: cygwin AT cygwin DOT com From: =?ISO-8859-1?Q?Ren=E9_Berber?= Subject: Re: Error when attempting to start inetd Date: Thu, 16 Aug 2007 01:32:57 -0500 Lines: 44 Message-ID: References: <50CE7006E600436094BB38557755DE38 AT FAMILYROOM> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) In-Reply-To: <50CE7006E600436094BB38557755DE38@FAMILYROOM> OpenPGP: url=hkp://wwwkeys.pgp.net X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: 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 Michael Grand wrote: > I added uw-imapd.exe, uw-ipop2d.exe and uw-ipop3d.exe to the exceptions > and I made sure that /var/mail and /var/spool/mail are the same > directory. When I attempt to run uw-imapd, it still gives no output. I > also tried disabling AVG's Email Scanner, but still nothing. If it > matters, /var/spool/mail is a link to /var/mail No output and terminates immediately? This needs more extensive debugging, `strace -o imap-debug.log /usr/sbin/uw-imapd` or with gdb if you have it. But first: Change your environment variable to empty, currently you have "CYGWIN =3D s= erver" according to your cygcheck.out, but you are not running cygserver so that setting does nothing useful, I'm not sure if it interferes. Also from your cygcheck.out I see you have the latest openssl, 0.9.8, but t= he dependencies on the uw-imapd.exe I have are: $ ldd /usr/sbin/uw-imapd.exe uw-imapd.exe -> /usr/sbin/uw-imapd.exe cygcrypto-0.9.7.dll -> /usr/bin/cygcrypto-0.9.7.dll cygwin1.dll -> /usr/bin/cygwin1.dll cygssl-0.9.7.dll -> /usr/bin/cygssl-0.9.7.dll kernel32.dll -> /c/WINDOWS/system32/kernel32.dll ntdll.dll -> /c/WINDOWS/system32/ntdll.dll advapi32.dll -> /c/WINDOWS/system32/advapi32.dll rpcrt4.dll -> /c/WINDOWS/system32/rpcrt4.dll I have both openssl libraries, and this old version of imap depends on the = 0.9.7 version of openssl. There is a separate package named openssl097, perhaps t= he imap package has the wrong dependency and only checked for the latest opens= sl... if so, then you found a bug in the installation database. --=20 Ren=E9 Berber -- 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/