Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
From: Ralf Habacker <ralf.habacker@freenet.de>
To: tosch <_tosch_@yahoo.com>, cygwin@cygwin.com
Subject: Re: Cannot load libphp4.dll into server: dlopen: Win32 error 998
Date: Thu, 15 Jan 2004 14:16:29 +0100
User-Agent: KMail/1.5.4
References: <20040114171904.43646.qmail@web60703.mail.yahoo.com>
In-Reply-To: <20040114171904.43646.qmail@web60703.mail.yahoo.com>
MIME-Version: 1.0
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Message-Id: <200401151416.29711.ralf.habacker@freenet.de>
X-IsSubscribed: yes

On Wednesday 14 January 2004 18:19, tosch wrote:
> Cannot load /usr/lib/apache/libphp4.dll into server:
> dlopen: Win32 error 998

BTW: This error means that some dll's could not be accessed, my be because the 
executable bit isn't set. The dependency walker will show you, which dll is 
affected. 

grep "998" /usr/include/w32api/winerror.h
#define ERROR_NOACCESS 998L

Ralf 


--
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/

