Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Message-ID: <4290A40F.A426EB55@dessent.net>
Date: Sun, 22 May 2005 08:23:59 -0700
From: Brian Dessent <brian@dessent.net>
MIME-Version: 1.0
To: cygwin@cygwin.com
Subject: Re: trying to compile mod_dosevasive with cygwin and getting errors
References: <d6q62t$jqb$1@sea.gmane.org>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-IsSubscribed: yes
Reply-To: cygwin@cygwin.com

Tony Guadagno wrote:

> chmod 755 /usr/local/apache2/modules/mod_dosevasive20.so
> chmod: cannot access `/usr/local/apache2/modules/mod_dosevasive20.so': No such f
> ile or directory
> apxs:Error: Command failed with rc=65536

Shared libraries normally end in .dll not .so under Cygwin and Windows. 
You may have to do some patching of the build script to account for
this.  If it does have a hard-coded reference to .so you should file a
bug report with Apache because that kind of thing should usually be
autodetected.

Brian

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

