"Punky Tse" <[EMAIL PROTECTED]> wrote:

>> Tomcat seems to work fine on its own.  Apache seems to work fine on its
>> own.
>> My problem is getting mod_webapp to link the two.  I get the error below as
>> soon as I include the LoadModule line in my httpd.conf:
>> 
>> [root@bicaweb_dev webapps]# $APACHE_HOME/bin/apachectl start
>> Syntax error on line 220 of /opt/apache2/conf/httpd.conf:
>> Cannot load /opt/apache2/modules/mod_webapp.so into server:
>> /opt/apache2/modules
>> /mod_webapp.so: undefined symbol: ap_table_get
>> /opt/apache2/bin/apachectl start: httpd could not be started
>> 
> Hum.. seems like the pre-build binary using the older version of APR?  I
> don't  know, my recent copy of 2.0.36-dev also does not have ap_table_get()
> function:
> 
> nm httpd | grep ap_table_get
> 
> howerver, I found apr_table_get symbol in httpd instead.  Anybody here in
> this list know if there had been such API change in APR?

No, AFAIK apr_table_get never changed... What _really_ puzzles me, is that
ap_table_get is used in httpd 1.3... I believe this is because he's using a
module compiled for 1.3 under 2.0...

    Pier

--
I think that it's extremely foolish to name a server after the current U.S.
President.                                                 B.W. Fitzpatrick



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to