> >> [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/apa
"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]# $A