|
From: Rob H. <ti...@ge...> - 2005-08-24 18:28:17
|
On Wed, 2005-08-24 at 13:08 -0500, Nicholas Nethercote wrote: > > Also, one thing I've spotted, if an error is found in a installed share= d > > library the report only shows the filename but if the library is loaded > > from a LD_LIBRARY_PATH setting it gets a full filename:line_number. Is > > there a way to turn this behaviour on by default? Sounds like the normal library was compiled without debugging symbols and the LD_LIBRARY_PATH one has them to me. Check what "file" says about both libraries. --=20 |