You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by "Sankaranarayanan (Ganesh) Ganapathy" <sg...@vitria.com> on 2002/08/08 01:53:09 UTC

HP-UX 11 mod_jk error

I am trying to setup the tomcat4.0.4 against apache 1.3.26 on HP-UX 11..

I built the redirector and it went thru fine. But when I try to load it in apache I see the following errors:

Am I missing some patch?

Can somebody help.

Thanx in advance!
Ganesh

/usr/lib/dld.sl: Unresolved symbol: dlclose (code)  from /export/home/ganesh/apache_1.3.26/bindist/libexec/mod_jk.so
/usr/lib/dld.sl: Unresolved symbol: dlopen (code)  from /export/home/ganesh/apache_1.3.26/bindist/libexec/mod_jk.so
/usr/lib/dld.sl: Unresolved symbol: dlerror (code)  from /export/home/ganesh/apache_1.3.26/bindist/libexec/mod_jk.so
/usr/lib/dld.sl: Unresolved symbol: dlsym (code)  from /export/home/ganesh/apache_1.3.26/bindist/libexec/mod_jk.so
Syntax error on line 236 of /export/home/ganesh/apache_1.3.26/bindist/conf/httpd.conf:
Cannot load /export/home/ganesh/apache_1.3.26/bindist/libexec/mod_jk.so into server: Unresolved external

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: HP-UX 11 mod_jk error

Posted by John Whitley <jr...@glasser-whitley.co.uk>.
Ganesh,

The shared library calls dl* are only available on 64-bit HP-UX 11.00. I 
seem to remember that they are not available on 32-bit HP-UX until 11.11 
(11i). We had to rebuild ours for 32-bit use by providing stubs for the 
calls. This worked in our case because we do not use the functionality 
of mod_jk which requires shared libraries. We are using mod_jk  purely 
as an interface between Apache and tomcat. If you download the 
connectors part of tomcat, you will find a script for compiling mod_jk 
on hp-ux, for either ANSI cc or gcc.

Regards

John Whitley


Sankaranarayanan (Ganesh) Ganapathy wrote:

>I am trying to setup the tomcat4.0.4 against apache 1.3.26 on HP-UX 11..
>
>I built the redirector and it went thru fine. But when I try to load it in apache I see the following errors:
>
>Am I missing some patch?
>
>Can somebody help.
>
>Thanx in advance!
>Ganesh
>
>/usr/lib/dld.sl: Unresolved symbol: dlclose (code)  from /export/home/ganesh/apache_1.3.26/bindist/libexec/mod_jk.so
>/usr/lib/dld.sl: Unresolved symbol: dlopen (code)  from /export/home/ganesh/apache_1.3.26/bindist/libexec/mod_jk.so
>/usr/lib/dld.sl: Unresolved symbol: dlerror (code)  from /export/home/ganesh/apache_1.3.26/bindist/libexec/mod_jk.so
>/usr/lib/dld.sl: Unresolved symbol: dlsym (code)  from /export/home/ganesh/apache_1.3.26/bindist/libexec/mod_jk.so
>Syntax error on line 236 of /export/home/ganesh/apache_1.3.26/bindist/conf/httpd.conf:
>Cannot load /export/home/ganesh/apache_1.3.26/bindist/libexec/mod_jk.so into server: Unresolved external
>
>--
>To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
>For additional commands, e-mail: <ma...@jakarta.apache.org>
>



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>