>> java.lang.UnsatisfiedLinkError: myNativeFunction
>> at org.apache.jserv.JServConnection.run
>> (JServConnection.java:365)
>> at java.lang.Thread.run(Thread.java:474)
> please read the faq, this is covered...
> <http://java.apache.org/faq/>
> -jon
Jon,
Before I posted the question I searched the FAQ list
and the came up pretty dry (although I did find the
information regarding the wrapper.env setting helpful).
I got one hit for the keyword "JNI". This question
was related to someone interested in connecting to
oracle libraries. I found several more hits
when I searched for "native". The only help I received
from these was that the "wrapper.env" value had to be
set in the jserv.properies file as such:
wrapper.env=LD_LIBRARY_PATH=/pathBlaBlaBla/Bla.so
but as I mentioned in my original question the web server
did not seem to have a problem with loading of my shared
object library but the problem was with the link resolution.
If you have a particular FAQ that you are referring to
please let me know. Possibly I am using the FAQ search
engine incorrectly or you found the answers I need using
a key word different than "JNI" or "native".
Thanks,
Michael
----------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html/>
Problems?: [EMAIL PROTECTED]