I tried this. Should libtcnative-1.so be in $CATALINA_HOME/bin? 'make' put it in .libs and I tried moving it. I also
downloaded 5.5.13 which results in the same message.

Thanks.

Bill Barker wrote:

"Robert Palmer" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]
Is this something that I should worry about? Is it easily resolved? I have downloaded and installled Apache Portable Runtiime. It did not install in the Java path though?


The message has been fixed in 5.5.13. What Tomcat is really looking for is libtcnative-1.so. To get that, you unpack tomcat-native.tar.gz (in $CATALINA_HOME/bin), then cd to the directory. From there do:
$ ./configure --with-apr=/path/to/apr --with-ssl=/path/to/OpenSSL
$ make
$ cp libtcnative-1.so ..

Thanks

Using CATALINA_BASE:   /usr/local/tomcat
Using CATALINA_HOME:   /usr/local/tomcat
Using CATALINA_TMPDIR: /usr/local/tomcat/temp
Using JRE_HOME:       /opt/jdk1.5.0_04/
Dec 2, 2005 5:20:25 PM org.apache.catalina.core.AprLifecycleListener lifecycleEvent INFO: The Apache Portable Runtime which allows optimal performance in production environments was not found on the java.library.path: /opt/jdk1.5.0_04/jre/lib/i386/client:/opt/jdk1.5.0_0
4/jre/lib/i386:/opt/jdk1.5.0_04/jre/../lib/i386
Dec 2, 2005 5:20:25 PM org.apache.coyote.http11.Http11BaseProtocol init
INFO: Initializing Coyote HTTP/1.1 on http-8080
Dec 2, 2005 5:20:25 PM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 2370 ms
Dec 2, 2005 5:20:26 PM org.apache.catalina.core.StandardService start
INFO: Starting service Catalina
Dec 2, 2005 5:20:26 PM org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/5.5.12
Dec 2, 2005 5:20:26 PM org.apache




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

Reply via email to