> We are trying to run a servlet that access an Object Store
> database and get the following error:
>
> java.lang.UnsatisfiedLinkError: no o5osji_jdk in java.library.path
>         at
org.apache.jserv.JServServletManager.load_init(JServServletManager.ja
> va:476)
>         at
org.apache.jserv.JServServletManager.loadServlet(JServServletManager.
> java:383)
>         at org.apache.jserv.JServConnection.run(JServConnection.java:301)
>         at java.lang.Thread.run(Thread.java:479)
>
>
> I'm guessing that apache can't find the bin directory that houses the
> runtime library stuff, but where can one set this?

You need to define your LD_LIBRARY_PATH.

-jon



----------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
READ THE FAQ!!!!     <http://java.apache.org/faq/>
Archives and Other:  <http://java.apache.org/main/mail.html/>
Problems?:           [EMAIL PROTECTED]

Reply via email to