I d/l ed the APR for my OS and when compiled saw somewhere in excess of 100 
errors..
in java once can determine version errors with Maven
Im wondering if the same version checking capability exists for binaries?

Glad to hear the solution worked for you
Martin 
______________________________________________ 
Disclaimer and confidentiality note 
Everything in this e-mail and any attachments relates to the official business 
of Sender. This transmission is of a confidential nature and Sender does not 
endorse distribution to any party other than intended recipient. Sender does 
not necessarily endorse content contained within this transmission. 


> Subject: RE: Problem to install APR Tomcat Native Library
> Date: Sat, 1 Nov 2008 02:38:41 +0100
> From: [EMAIL PROTECTED]
> To: users@tomcat.apache.org
> 
> Hi Rainer,
> 
> I got it sorted out with ldd as suggested here on the list but it is 
> certainly good to know about truss - thank you!
> 
> Torsten 
> 
> -----Original Message-----
> From: Rainer Jung [mailto:[EMAIL PROTECTED] 
> Sent: 30. oktober 2008 23:16
> To: Tomcat Users List
> Subject: Re: Problem to install APR Tomcat Native Library
> 
> 
> [EMAIL PROTECTED] schrieb:
> > Yes, it is set to something like
> > LD_LIBRARY_PATH=/opt/app/libtcnative/lib:/opt/app/apr/lib:$LD_LIBRARY_PATH
> > 
> > 
> > The files are all world readable and even owned by the user running
> > Tomcat.
> > 
> > I just want to mention that I compiled both libs with another prefix
> > than where I have copied them to now - because those directories
> > don't exist on the build machine and I don't have root permissions.
> > But that shouldn't matter since I include the locations of the libs
> > in the LD_LIBRARY_PATH?
> > 
> > Is it not possible to get Tomcat to log some more details about
> > loading these libs? Could be interesting to see some
> > UnsatisfiedLinkError or so.
> 
> On Solaris you can use truss:
> 
> truss -f -o OUTPUTFILE TOMCATSTARTSCRIPT
> 
> It will e.g. show, which shared object files were tried to load and from
> which places.
> 
> Regards,
> 
> Rainer
> 
> ---------------------------------------------------------------------
> To start a new topic, e-mail: users@tomcat.apache.org
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> ---------------------------------------------------------------------
> To start a new topic, e-mail: users@tomcat.apache.org
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 

_________________________________________________________________
Stay organized with simple drag and drop from Windows Live Hotmail.
http://windowslive.com/Explore/hotmail?ocid=TXT_TAGLM_WL_hotmail_102008

Reply via email to