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
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
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