RE: s

2011-11-01 Thread Kobe
/usr/tomcat/lib # n828cl wrote: > >> From: Kobe [mailto:r...@mailcity.com] >> Subject: Re: s > >> I changed the paths to standard locations (using >> LD_LIBRARY_PATH). > > So where is your .so file actually located? You need to include that > directo

RE: s

2011-10-26 Thread Caldarale, Charles R
> From: Kobe [mailto:r...@mailcity.com] > Subject: Re: s > Is it possible to make it say what library it missing? It's missing the one you built. (You did build the APR .so file, didn't you?) - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETA

RE: s

2011-10-26 Thread Caldarale, Charles R
> From: Kobe [mailto:r...@mailcity.com] > Subject: Re: s > I changed the paths to standard locations (using > LD_LIBRARY_PATH). So where is your .so file actually located? You need to include that directory in LD_LIBRARY_PATH. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDE

Re: s

2011-10-26 Thread Kobe
Is it possible to make it say what library it missing? many thanks for your help. Kobe wrote: > > i think its shortening long path for display with "..." > I changed the paths to standard locations (using LD_LIBRARY_PATH). > I still get the same error: > > > Oct 26, 2011 8:48:12 AM org.apache

Re: s

2011-10-26 Thread Kobe
i think its shortening long path for display with "..." I changed the paths to standard locations (using LD_LIBRARY_PATH). I still get the same error: Oct 26, 2011 8:48:12 AM org.apache.catalina.core.AprLifecycleListener init INFO: The APR based Apache Tomcat Native library which allows optimal

Re: s

2011-10-26 Thread Daniel Mikusa
I see "java.library.path" is set to "/opt/asdasdasd/app/bin/../lib", which looks a little funky. Have you tried setting it to "/opt/asdasdasd/app/lib"? I'm assuming this is the location of the compiled library files, please confirm. Dan On Wed, 2011-10-26 at 04:30 -0700, Kobe wrote: > i have t