Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com> List-Archive: <http://sources.redhat.com/ml/cygwin/> List-Post: <mailto:cygwin AT cygwin DOT com> List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs> Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <034901c22225$e554a7e0$6132bc3e@BABEL> From: "Conrad Scott" <Conrad DOT Scott AT dsl DOT pipex DOT com> To: <cygwin AT cygwin DOT com> References: <5 DOT 1 DOT 0 DOT 14 DOT 2 DOT 20020702181527 DOT 01d88930 AT mail DOT cafeaulait DOT net> Subject: Re: Apache 2.0.39 "shmat not located in cygwin1.dll" Date: Wed, 3 Jul 2002 01:09:27 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 "Greg McCrory" <gmc AT coolbrew DOT com> wrote: > Has anyone else attempted to compile and run Apache 2.0.* on Cygwin? > > I got it running fine on a box with Win XP Pro, in fact it runs > flawlessly. But on Win XP Home the compilation goes ok but when I try to > run httpd.exe I get the following error: > > "The procedure entry point shmat could not be located in the dynamic link > library cygwin1.dll" > > If anyone could offer any insight into this error, I would be most > appreciative. I'm surprised that you're seeing this: what version of the cygwin DLL have you got installed on your Win XP Home box? There hasn't been a cygwin release that supports shm operations, so the configuration script for Apache shouldn't try to use them. There *have* been some snapshots that came with the <sys/shm.h> header file (but no entry points in the DLL). If you've got this header file on your system, remove both <sys/shm.h> and <sys/ipc.h> and try re-configuring / re-compiling. Or are you using the cygipc package? Of course, if what you're trying to do is to use the emerging cygserver / shm implementation, you'll need to re-build the cygwin DLL from the CVS sources as detailed in one of my previous emails on the cygwin-apps and cygwin-developers list. // Conrad -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/