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]

Apache apx2s does not produce shared libs with mod_security


Hi

I'm trying to compile mod_security-1.8.7 from

 o http://www.modsecurity.org

as an Apache2 shared module. As I understand it the apxs2 tool is
supposed to create shared libs.

This is what I get:

apxs2 -c mod_security.c
/usr/share/apr-build/libtool --silent --mode=compile gcc -prefer-pic -O2 -DAP_HAVE_DESIGNATED_INITIALIZER -DCYGWIN  -I/usr/include/apache2  -I/usr/include   -I/usr/include   -c -o mod_security.lo mod_security.c && touch mod_security.slo
/usr/share/apr-build/libtool --silent --mode=link gcc -o mod_security.la  -rpath /usr/lib/apache2 -module -avoid-version    mod_security.lo
libtool: link: warning: undefined symbols not allowed in i686-pc-cygwin shared libraries


Am I doing something wrong ? Latest cygwin packages are installed.

Ciao
  Volker


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