CIA.vc
Archived Message
for Michael Marineau
Stats » Authors » Michael Marineau » Archived Message
envelope
Received 21:58 on Jun 20, 2010
Generated by Built-in Subversion repository interface version 1.0
linksUTC clock
17:34 on Feb 12, 2012

Commit Message

Author:marineam
Project:nagcat
Revision:372
Use find_library to fix loading libraries on many systems

Although my deployments require RPATH and provide libraries as
libsomething.so most others don't require RPATH and provide libraries
with names like libsomething.so.42. So as a compromise if the first
CDLL call fails I fall back to using find_library.

Modified Files