> I'm building native library for:
> Tomcat 6.0.20
> JNI 1.1.18
> APR 1.4.1
> OS: Solaris 5.10 sparcv9
> compiler: gcc -m64
>
> Library was built ok. When I begin starting tomcat I have such logs:
>
> INFO: Loaded APR based Apache Tomcat Native library 1.1.18.
> Dec 17, 2009 7:08:19 PM org.apache.catalina.core.AprLifecycleListener init
> INFO: APR capabilities: IPv6 [false], sendfile [true], accept filters
> [false], random [true].
> Dec 17, 2009 7:08:20 PM org.apache.coyote.http11.Http11AprProtocol init
> INFO: Initializing Coyote HTTP/1.1 on http-8081
> ld.so.1: java: fatal: relocation error: file
> ...../native/lib/libtcnative-1.so.0.1.18: symbol SSL_CTX_set_info_callback:
> referenced symbol not found
>
>
> And server does not start up.
>
> Tomcat starts well if I use JNI 1.1.17, but with another issue: I can't
> connect to server via HTTPS from Mozilla browser and HTTP works well. Also
> if I use Internet Explorer 6 it works well.
>
> Does anybody know about such problem?

I don't know a lot about Tomcat native, but have you got openssl
installed? If not that's probably the issue.

Cheers,
Phil.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to