What is your default snmp agent?
Do an
ldd snmpwalk
I suspect that you are not linking to right libraries and your snmpwalk is
malfunctioning.
If that fails try:
snmpd -f -L (-Dall)? - if you are filling lucky.
and use snmpwalk.
Does any snmp* command work?
BR,
Nikos
- Original Messa
I have successfully compiled and installed this version of net-snmp on 2
different HP UX boxes. Both are running version 11.23 OS. I can get
the daemon to start and remain running, but when I try to run and
snmpwalk command it returns with a generic: Timeout: No response error.
I have turned off
Yes, that should be it. I am riding Solaris for the past year or so, and since
there is no ld.so.conf or ldconfig here, I've forgotten all these...
BR,
Nikos
- Original Message -
From: Patrick J Kobly
To: Nikos Balkanas
Cc: maksud ; net-snmp-users@lists.sourceforge.net
Sent:
I suspect he was saying that he added /usr/local/lib to
/etc/ld.so.conf. This is (one of) the correct way(s) to do this.
/usr/local/lib is not a trusted library path for the dynamic
linker/loader (at least in Fedora). Adding it to ld.so.conf forces the
linker/loader to consider the libraries
Glad could help. However I think it would be better to modify your
LD_LIBRARY_PATH. Putting libraries in /etc (if I read you correctly) is not
recommended in Unix. Furthermore /usr/local/lib is a very important path and
you will need it again.
BR,
Nikos
- Original Message -
From: m
Thanks. You had let me to the solution. However I did not modify the
LD_LIBRARY_PATH.
My fedora distro had a preinstalled net-snmp libraries. I just added
/usr/local/lib in /etc/.. some folder. and run ldconfig to refresh the
cache. Now it is running without any problem.
ThanksMaksud
On Tue, Jan
Jan Safranek wrote:
> Desmond Vicks wrote:
>> Jan Safranek wrote:
>>> I had the disk space
>>> usage on my TODO list for some time, now I finally have some patch to
>>> share. You can see it at
>>> https://sourceforge.net/tracker/index.php?func=detail&aid=2449210&group_id=12694&atid=312694
>>>
>>