This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: trying to compile mod_dosevasive with cygwin and getting errors


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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]