I'm trying to setup tomcat to handle servlets for my SUNOne web server.
I've downloaded the netscape native connector binary from the apache site
(jk version 1.2.6) and followed the example in the How to Jakarta Tomcat
connector for SUNOne document.

When I try starting my SUNOne web server the connector cannot find the
following module: ap_null_cleanup.
I believe I just need to install this apache modules; don't know where to
find them and need some help to point me in the right direction.

Below I've listed the version being used, the error message from the SUNOne
web server and the output from an ldd command that was run on the native
connector.

Versions being used:
O/S: Solaris 10 with latest recommended patch cluster
SUNOne 6.1 sp4
Tomcat 5.5.9
jre: 1.5.0_04
netscape connector: 1.2.6 native

Sun ONE Web Server 6.1SP4 B01/20/2005 17:43
failure: CORE3170: Configuration initialization failed: Error running init
function load-modules: 
dlopen of
/apps/tomcat/lib/jakarta-tomcat-connectors-jk-1.2.6-solaris8-sparc-apache-1.
3.31_native.so failed 
(ld.so.1: webservd: fatal: relocation error:
 file
/apps/tomcat/lib/jakarta-tomcat-connectors-jk-1.2.6-solaris8-sparc-apache-1.
3.31_native.so: symbol ap_null_cleanup: referenced symbol not found)


This are the results from a ldd -d on the connector.

ldd -d
jakarta-tomcat-connectors-jk-1.2.6-solaris8-sparc-apache-1.3.31_native.so
        libc.so.1 =>     /usr/lib/libc.so.1
        libgcc_s.so.1 =>         /usr/local/lib/libgcc_s.so.1
        symbol not found: ap_null_cleanup
(./jakarta-tomcat-connectors-jk-1.2.6-solaris8-sparc-apach
e-1.3.31_native.so)
        symbol not found: dir_module
(./jakarta-tomcat-connectors-jk-1.2.6-solaris8-sparc-apache-1.3.31
_native.so)
        libm.so.2 =>     /usr/lib/libm.so.2
        /platform/SUNW,Sun-Fire-V210/lib/libc_psr.so.1

Thanks,
Pete


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

Reply via email to