Hi Vitek,
thanks for the info. Will update our docs in the next days.
Regards,
Rainer
Vitek Cvachoucek schrieb:
Hello Rainer
1. /usr/sbin/apxs -q LDFLAGS outputs empty string
2. no there are only *.la and *.a in my /usr/lib (but there some *.so
deeper - e.g. ruby specific under /usr/lib/ruby
Hello Rainer
1. /usr/sbin/apxs -q LDFLAGS outputs empty string
2. no there are only *.la and *.a in my /usr/lib (but there some *.so
deeper - e.g. ruby specific under /usr/lib/ruby)
3. About the linking I am not sure at all. The generated file is
rather large (682k) however the generated *.la con
Hi Vitek,
so it's good, that it works for you. To get a more complete picture of
the situation (especially for our documentation), would you mind telling us:
- what's the output of /usr/sbin/apxs -q LDFLAGS ?
- are there also shared libraries in /usr/lib, like libapr-1.so ?
- do libapr-1 and l
Ok so I have solved it,
The cookbook to compile mod_jk on Cygwin
* Download source distribution (no Cygwin binaries available)
*
'''http://apache.mirror.superhosting.cz/tomcat/tomcat-connectors/jk/source/'''
* '''tomcat-connectors-1.2.26-src.tar.gz'''
wget
http://apache.mirror.superho
I have now found a way how to get more information relating failing linkage:
I have modified apache2.0/Makefile passing -no-undefined flag to the linker
{{{
mod_jk.la: mod_jk.lo $(APACHE_OBJECTS)
$(LIBTOOL) --mode=link ${COMPILE} -no-undefined `${APXS} -q LDFLAGS`
-o $@ -module -shared -rp
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 -O
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
t
http://tomcat.apache.org/connectors-doc-archive/jk2/jk/aphowto.html#Building
%20mod_jk%20for%20Apache%20on%20Windows%20NT/2K/XP
HTH
M-
- Original Message -
From: "Vitek Cvachoucek" <[EMAIL PROTECTED]>
To:
Sent: Monday, February 04, 2008 2:42 PM
Subject: Re: mod_jk in Cygwin
> Hello g
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