|
From: Mike A. <mik...@tv...> - 2009-04-28 22:28:44
|
> From: Tanisha Kashyap [mailto:tan...@ar...] > Sent: Friday, April 24, 2009 2:35 AM > I am working on a dynamically loadable module. > > I need to know is there any default path where snmpd looks > for .so files or do I have give the nma/path of my .so file > in snmpd.conf This is system dependent. Solaris and Linux look in directories in LD_LIBRARY_PATH, other systems use other methods - consult your system reference for details. HTH, Mike |