Re: apache2 package has broken DSO support in apxs and mod_jk-support for apache2

2005-09-26 Thread Andreas Schmidt
it seems, that i've had been confused with the various build options. finally i had to figure out, that there is no problem at all with apache2/apxs building mod_jk, as long as you use apache::with_shared_core=yes, so that apache's libtool gets fixed. so, there's no need to change anything in

Re: apache2 package has broken DSO support in apxs and mod_jk-support for apache2

2005-09-26 Thread Andreas Schmidt
when i let --with-apr point to my apache2's apr-config, configure and make runs fine, but make installs says: make: /opt/tkintern/local/PKG/tomcat-native/include/apr-1: Command not found sorry! once again i didn't see an error message. with the --with-apr-option only configure runs fine, but

apache2 package has broken DSO support in apxs and mod_jk-support for apache2

2005-09-21 Thread Andreas Schmidt
Hi openpkg-users, while trying to build the apache mod_jk connector for apache2 with openpkg (the tomcat-adapter in openpkg's current-directory only supports apache 1.3) it seems that i've found some misconfiguration in the build-process of openpkg's apache2-package when building with

Re: apache2 package has broken DSO support in apxs and mod_jk-support for apache2

2005-09-21 Thread Mark Keller
I had found this problem quite a while ago and had submitted a spec file that fixed the problem at least for me. It seems that when apache2 is compiled with --disable-shared it creates a libtool that has build_libtool_libs=no and that is what was causing my problems. I had added the following