Re: Corrupt libraries

2009-04-15 Thread Ivan Voras
Ruel Luchavez wrote: > Hi List.. > > Is there any way how to determine a corrupt libraries in Freebsd 7.0? > > or is there any command how to check libraries? It depends on what do you need it for. Out of the box, there is no way to check if the libraries have been changed / corrupted from the t

Re: Corrupt libraries

2009-04-15 Thread Vasadi I. Claudiu Florin
On Wed, 15 Apr 2009 09:22:12 +0300, Ruel Luchavez wrote: Hi List.. Is there any way how to determine a corrupt libraries in Freebsd 7.0? or is there any command how to check libraries? Hello, I'm not sure of this but ldd should point out if a lib is corupted. ___