Re: mod_jk in Cygwin

2008-02-05 Thread Vitek Cvachoucek
> aprutil1''' > > > > mod_jk.la: mod_jk.lo $(APACHE_OBJECTS) > > $(LIBTOOL) --mode=link ${COMPILE} -no-undefined `${APXS} -q LDFLAGS` > > -o $@ -module -rpath ${libexecdir} -avoid-version mod_jk.lo > > $(APACHE_OBJECTS) /usr/lib/libapr-1.

Re: mod_jk in Cygwin

2008-02-05 Thread Vitek Cvachoucek
mod_jk.la: mod_jk.lo $(APACHE_OBJECTS) $(LIBTOOL) --mode=link ${COMPILE} -no-undefined `${APXS} -q LDFLAGS` -o $@ -module -rpath ${libexecdir} -avoid-version mod_jk.lo $(APACHE_OBJECTS) /usr/lib/libapr-1.la /usr/lib/libhttpd2core.la /usr/lib/libaprutil-1.la * Now the '''make

Re: mod_jk in Cygwin

2008-02-05 Thread Vitek Cvachoucek
2.0/mod_jk.c:671: undefined reference to `_ap_get_server_description' }}} However I do have apr1 and aprutil1 installed , perhaps it is again something as weird as with WSGI compilation that required to hack libtool as it was unable to recognize cygwin shared libraries Any ideas? Vitek On Feb 5, 200

Re: mod_jk in Cygwin

2008-02-04 Thread Vitek Cvachoucek
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 Apa

Re: mod_jk in Cygwin

2008-02-04 Thread Vitek Cvachoucek
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 Wi