I'm using a stock redhat 8.0 installation and attempting to LoadModule
mod_webapp.so into apache httpd 2.0.44,
--
/usr/local/apache2/bin/apachectl start
Cannot load /usr/local/apache2/modules/mod_webapp.so into server:
/usr/local/apache2/modules/mod_webapp.so: undefined symbol: wa_provider_info
--
Has anyone seen the above error before? I searched groups.google.com, and
the tomcat-users and tomcat-dev mailing list, and have never seen
wa_provider_info mentioned. Additionally, there does not seem to be many
occurances of 2.0.44 mentioned either, even though it has been out for some
time now. Are most people at this httpd version using it with tomcat5?
Here is the 'nm' output on mod_webapp.so
--
nm mod_webapp.so | egrep wa_provider
U wa_provider_info
00003800 D wa_providers
U wa_provider_warp
--
And binutils, gcc version
--
ld -v
GNU ld version 2.13.90.0.2 20020802
gcc -v
Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/3.2/specs
Configured with:
../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info
--enable-shared --enable-threads=posix --disable-checking --host=i386-redha
t-linux --with-system-zlib --enable-__cxa_atexit
Thread model: posix
gcc version 3.2 20020903 (Red Hat Linux 8.0 3.2-7)
--
I also compiled the 4.1.21-beta connector, and it produced the same size
mod_webapp.so file but the byte contents differed a bit. Same
wa_provider_info error when having httpd load it.
Here is how I built webapp,
cd /usr/src/jakarta-tomcat-connectors-4.1.18-src/webapp
ln -s /usr/src/httpd-2.0.44/srclib/apr
support/buildconf.sh
mv build/mod_webapp.so /usr/local/apache2/modules
I also tried building with a fresh apr-0.9.1.tar.gz unpacked as my apr
directory, but it didn't help.
httpd-2.0.44 was built like this,
./configure --enable-rewrite --with-mpm=worker
Thanks for your help..
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]