You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by "Mr. Tomcat" <to...@mobile.mp> on 2002/09/16 11:49:46 UTC

Tomcat 4.1, JDK 1.4 and JNI: How do I do this?

I'm trying to get a JNI (JMagick in this case) to work, but it seems
like it can't find the library.  It gives a not-found exception.  This
is with Redhat 7.3.  I put the library in /usr/local/lib, added
/usr/local/lib to /etc/ld.conf, and did ldconfig, and it is there, but
tomcat can't link it in.  I also modified catalina.sh and put
LD_LIBRARY_PATH=/usr/local/lib before all the java invocations, but none
of this seems to work.  Any suggestions?

Thanks.





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