Koozali.org: home of the SME Server

How to install SNMP on 5.5

Jesper

How to install SNMP on 5.5
« on: August 06, 2002, 06:57:08 PM »
I would like to monitor my external ethernet port (eth1) to see how much traffic is going through and planned to use mrtg. I followed the instructions from

http://www.e-smith.org/docs/howto/contrib/mrtg-howto.htm

but get these errors:

./create-mrtg: s: command not found
--base: Get Device Info on public@x.x.x.x
SNMP Error:
no response received
SNMPv1_Session (remote host: "x.x.x.x" [x.x.x.x].161)
community: "public"
request ID: 1153840726
PDU bufsize: 8000 bytes
timeout: 2s
retries: 5
backoff: 1)

I assume this is because snmp is not a part of 5.5.

Can anyone tell me how to get hold of a version (rpm) that will install ann also enable support on the ethernet interfaces ?

Thanks,
Jesper

hans


Jesper

Re: How to install SNMP on 5.5
« Reply #2 on: August 07, 2002, 12:07:22 AM »
I tried that but go an error:

error: failed dependencies:
        libcrypto.so.1   is needed by ucd-snmp-4.2.3-1.7.0.4

Do you know where to find this lib ?

/jesper

Charlie Brady

Re: How to install SNMP on 5.5
« Reply #3 on: August 07, 2002, 02:29:55 AM »
Jesper wrote:

> I tried that but go an error:
>
> error: failed dependencies:
>         libcrypto.so.1   is needed by ucd-snmp-4.2.3-1.7.0.4
>
> Do you know where to find this lib ?

You don't. That's an indication that you are trying to install an incompatible version. For 5.5, you want the RedHat 7.2 version - ucd-snmp-4.2.5-7.72.0.i386.rpm, I think.

Charlie

hans

Re: How to install SNMP on 5.5
« Reply #4 on: August 07, 2002, 10:35:17 AM »
create dynamic link libcrypto.so.1 with libcrypto.so.9.6b

it work for me

Hans

Jesper

Re: How to install SNMP on 5.5
« Reply #5 on: August 07, 2002, 11:56:43 AM »
You were right. That worked for me. Now I at least have SNMP support on my system. Do you need to do anything special to enable it on the Ethernet adapters ? I still get similar errors even though its obvious that there is now activity.

Thanks,
Jesper