I'll release soon a RPM for mod_webapp found in JTC.

APR RPM is allready available at ftp://ftp.falsehope.com/home/gomez/apr/

Stay tuned.

-
Henri Gomez                 ___[_]____
EMAIL : [EMAIL PROTECTED]        (. .)                     
PGP KEY : 697ECEDD    ...oOOo..(_)..oOOo...
PGP Fingerprint : 9DF8 1EA8 ED53 2F39 DC9B 904A 364F 80E6 



>-----Original Message-----
>From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]]
>Sent: Monday, June 11, 2001 11:32 PM
>To: [EMAIL PROTECTED]
>Subject: RedHat 7.1 and MOD_WEBAPP anyone?
>
>
>Still having problems getting mod_webapp installed and running in my
>environment (RedHat 7.1, JDK 1.3.1).  Here's what I've done:
>
>(1) Download this morning's tarball of APR and built it per the docs:
>
>    ./buildconf
>    ./configure --prefix=/usr/local --enable-static --disable-shared
>    make
>    make install
>
>(2) Download most recent source from jakarta-tomcat-connectors and
>    built it per the docs:
>
>    cd webapp
>    ./buildconf.sh
>    ./configure --with-apr=/usr/local 
>--with-apxs=/usr/local/apache/bin/apxs
>    make
>    cp apache-1.3/mod_webapp.so /usr/local/apache/libexec/
>
>(3) Configure my httpd.conf by adding:
>
>    LoadModule webapp_module libexec/mod_webapp.so
>    AddModule  mod_webapp
>
>    WebAppConnection warp     warp localhost:8008
>    WebAppDeploy     examples warp /examples/
>
>(4) Tested configuration (/etc/rc.d/init.d/apache configtest) and got
>    the following error message:
>
>    Syntax error on line 1027 of /usr/local/apache/conf/httpd.conf:
>    Cannot load /usr/local/apache/libexec/mod_webapp.so into server:
>      /usr/local/lib/libapr.so.0: undefined symbol: mm_create
>
>    (The line number points at the LoadModule line)
>
>Has anyone gotten this to work on RedHat 7.1?
>
>Craig
>
>

Reply via email to