i'm trying to connect an apache2 with tomcat4 through mod_jk. has anyone done this before?

since i know that building mod_jk can be quite hard, i started without --define="with_mod_jk yes". but i didn't come very far:

rpm -bb says tomcat4-adapter depends on apache and stops.

since apache conflicts with apache2, it wouldn't make sense to install apache too. but since the contained sources from apache are prepared for apache2 too, i just give it a try to call:

rpm -bb --nodeps ...

several error messages occur:

1) error (because of wrong filename?)
...
+ cd webapp
++ /opt/hvbbrain/RPM/TMP/jakarta-tomcat-connectors-4.1.31-src/tmp/opt/hvbbrain/b
in/apr-config --link-ld --libs
/opt/hvbbrain/RPM/TMP/rpm-tmp.82109: line 51: /opt/hvbbrain/RPM/TMP/jakarta-tomc
at-connectors-4.1.31-src/tmp/opt/hvbbrain/bin/apr-config: No such file or directory


the only file in this directory is apr-1-config

2) and some time later, again an error (because fo wrong filename?)
...
/bin/sh /opt/hvbbrain/RPM/TMP/jakarta-tomcat-connectors-4.1.31-src/webapp/support/install.sh -c \
/opt/hvbbrain/RPM/TMP/jakarta-tomcat-connectors-4.1.31-src/webapp/apache-2.0/.libs/libwebapp.so /opt/hvbbrain/RPM/TMP/jakarta-tomcat-connectors-4.1.31-src/webapp/apache-2.0/mod_webapp.so
cp: cannot stat `/opt/hvbbrain/RPM/TMP/jakarta-tomcat-connectors-4.1.31-src/webapp/apache-2.0/.libs/libwebapp.so': No such file or directory
mv: cannot stat `/opt/hvbbrain/RPM/TMP/jakarta-tomcat-connectors-4.1.31-src/webapp/apache-2.0/#inst.5113#': No such file or directory


in .../apache-2.0/.libs there are files libwebapp.a, libwebapp.la and libwebapp.lai but no libwebapp.so


any ideas how i can build up a apache2 connected to tomcat4 through mod_jk with openpkg?


thanks in advance,
        andi

______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
User Communication List                      [EMAIL PROTECTED]

Reply via email to