are you looking at the apache code, apr, or mod_webapp? all versions of mod_webapp compile fine with the trunk of apr, but none will be loaded with apache 1.3.26. compiling with apr_APACHE_2_0_35.tar.gz, the module loads fine and runs fine. so it seems to me the problem is in the apr trunk... but I'm don't really know enough to say for sure.
-neil Pier Fumagalli wrote: > The latest CVS head works AFAIK... I can't see anywhere in the code where > apr_thread_mutex_lock is actually used anywhere... It might have something > to do with the atomic code, but, hmmm... > > Anyhow that should go away with the use of a new APR functionality called > resource list on which we are working on... Few days, maybe a couple of > weeks. > > Pier > > "Neil Cronin" <[EMAIL PROTECTED]> wrote: > > >>I'm trying to build mod_webapp for apache 1.3.26. I grabbed webapp and >>apr from cvs.apache.org. it seems to build fine: >> >># ./configure --with-apr=../apr/ --with-apxs >>(configure output) >># make >>(make output) >>Coonfiguration details: >> >>module version: mod_webapp/1.2.0-dev >>httpd version: Apache/1.3.26 (Unix) >>host machine/os: i686-pc-linux-gnu >>cration date: Tue Jul 30 04:58:30 PDT 2002 >> >>All done... >> >># cp apache-1.3/mod_webapp.so /etc/apache/modules >># /usr/sbin/apache >>Syntax error on line 63 of /etc/apache/conf/apache.conf: >>Cannot load /etc/apache/modules/mod_webapp.so into server: >>/etc/apache/modules/mod_webapp.so: undefined symbol: apr_thread_mutex_lock >> >> >>I've tried mod_webapp 1.0.1 with similar results. is this a known >>issue? is there a 1.1 branch of webapp that I can try? or another >>version of apr? >> >>thanks, >>neil >> >> >>-- >>To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> >>For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> >> >> >> > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>