Re: Error while loading shared libraries in snmp agent

2007-08-07 Thread Dave Shield
On 07/08/07, Vishal N <[EMAIL PROTECTED]> wrote: > I am getting following error message at the time of > executing snmpd. > > "/snmpd: error while loading shared libraries: > libnetsnmphelpers.so.5: cannot load shared object > file: No such file or directory" > > libnetsnmphelpers.so.5 and other re

Re: Error while loading shared libraries in snmp agent

2007-08-07 Thread Abraham Iglesias
I had the same problem and i just did the LD_LIBRARY_PATH thing. I remember i didn't set it to ".", but LD_LIBRARY_PATH=./lib or wherever libnetsnmphelpers is in the compilation path... that solved my problem hope it helps. -bram çVishal N escribió: > Hi, > > I am getting following error mess

Error while loading shared libraries in snmp agent

2007-08-07 Thread Vishal N
Hi, I am getting following error message at the time of executing snmpd. "/snmpd: error while loading shared libraries: libnetsnmphelpers.so.5: cannot load shared object file: No such file or directory" libnetsnmphelpers.so.5 and other required libraries are in current folder. I have exported