2010/1/1 Michele Mase' <michele.m...@gmail.com>: > Anyone???? > > On Tue, Dec 22, 2009 at 10:02 AM, Michele Mase' <michele.m...@gmail.com>wrote: > >> (...) >> The tomcat native libraries now are put under $CATALINA_HOME/lib64 >> ll lib64 >> total 2448 >> -rw-r--r-- 1 tomcat tomcat 1577256 Dec 18 11:11 libtcnative.a >> -rwxr-xr-x 1 tomcat tomcat 865 Dec 18 11:11 libtcnative.la >> lrwxrwxrwx 1 tomcat tomcat 21 Dec 18 11:11 libtcnative.so -> >> libtcnative.so.0.1.18 >> lrwxrwxrwx 1 tomcat tomcat 21 Dec 18 11:11 libtcnative.so.0 -> >> libtcnative.so.0.1.18 >> -rwxr-xr-x 1 tomcat tomcat 884518 Dec 18 11:11 libtcnative.so.0.1.18 >>
I do not see "-1" in the library file names. >From Java source of o.a.tomcat.jni.Library: /* Default library names */ private static String [] NAMES = {"tcnative-1", "libtcnative-1"}; also make sure that the libraries are compiled as 64-bit, if you are using 64-bit JVM. Maybe the 'file' command will show such info, though I do not really know. Best regards, Konstantin Kolinko --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org