Thank you for your help,

I am already using configure --with-apxs=/usr/sbin/apxs2

The whole offending section is:

/usr/share/apr-1-build/libtool --mode=link gcc -I/usr/include/apache2
-g -O2 -DUSE_APACHE_MD5 -I ../common  -I c:\java\jdk1.5.0/include -I
c:\java\jdk1.5.0/include/cygwin -DCYGWIN -O2  -DHAVE_APR
-I/usr/include/apr-1 -I/usr/include/apr-1 -g -O2  -DCYGWIN
`/usr/sbin/apxs2 -q LDFLAGS` -o mod_jk.la -module -rpath
/usr/lib/apache2 -avoid-version mod_jk.lo ../common/jk_ajp12_worker.lo
../common/jk_connect.lo ../common/jk_msg_buff.lo ../common/jk_util.lo
../common/jk_ajp13.lo ../common/jk_pool.lo ../common/jk_worker.lo
../common/jk_ajp13_worker.lo ../common/jk_lb_worker.lo
../common/jk_sockbuf.lo ../common/jk_map.lo
../common/jk_uri_worker_map.lo ../common/jk_ajp14.lo
../common/jk_ajp14_worker.lo ../common/jk_md5.lo
 ../common/jk_shm.lo ../common/jk_ajp_common.lo
../common/jk_context.lo ../common/jk_url.lo ../common/jk_status.lo
libtool: link: warning: undefined symbols not allowed in
i686-pc-cygwin shared libraries

I managed to get rid of the libtool's --silent flag however no more
information provided. Is there somebody able to pinpoint what is wrong
with it, e.g. specific libraries it is missing (like
c:\java\jdk1.5.0\include\cygwin which is of course wrong but perhaps
harmless), guess the
the build process can be confused by OS name (as Cygwin is no OS at the end).

Again any help would be much appreciated.

Regards
Vitek

On Feb 5, 2008 1:00 AM, Rainer Jung <[EMAIL PROTECTED]> wrote:
> Unfortunately no Cygwin experience yet. If you compiled your httpd under
> Cygwin, I expect you have a /my/path/to/httpd/bin/apxs file?
>
> What happens if you try
>
> configure --with-apxs=/my/path/to/httpd/bin/apxs
>
> and then make?
>
> Do you get the error you mentioned? Any indication, which symbols are
> meant there ("undefined")?
>
> Regards,
>
> Rainer
>
>
> Vitek Cvachoucek schrieb:
>
> > Hello gentleman,
> >
> > did anybody of you ever attempted to have Apache 2 on Cygwin equipped
> > with mod_jk?
> >
> > The main documentation page counts Cygwin as a supported platform:
> >
> > http://tomcat.apache.org/connectors-doc/webserver_howto/apache.html
> >
> > However I have never found binary release for Cygwin. The Win32 builds
> > do not work with Cygwin. Perhaps it would be possible to build from
> > source on cygwin however all my attempts ended with:
> >
> > libtool: link: warning: undefined symbols not allowed in
> > i686-pc-cygwin shared libraries
> >
> > We a complex existing Cygwin-based system (Apache, WSGI, Subversion,
> > Trac, Ssh ...) so moving out of cygwin is not an option (while
> > mod_proxy may be an option). Does anybody have any experience running
> > mod_jk on Cygwin? Any help would be greatly appreciated.
> >
> > Vitek
>
>
> ---------------------------------------------------------------------
> To start a new topic, e-mail: users@tomcat.apache.org
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to