in reply to Re: SNMPTT error
in thread SNMPTT error

I add the path but still the same message. Is it the fact that the snmp_perl_trapd.pl missing is the key ? because i can't find this file any where in my system. Im using CentOS.

Replies are listed 'Best First'.
Re^3: SNMPTT error
by marto (Cardinal) on Dec 03, 2013 at 15:54 UTC

    Ignore the above. If

    ls -al /usr/share/snmp/snmp_perl_trapd.pl

    results in nothing then read what I wrote here, consider back tracking through the installation instructions. If this file does exist ensure it has the correct permissions. If in doubt report back or speak to your system administrator.

Re^3: SNMPTT error
by taint (Chaplain) on Dec 03, 2013 at 15:59 UTC

    Well. If either the path "/usr/share/snmp/ and, or the file snmp_perl_trapd.pl don't exist. You might take marto's advise, and see if waht your looking for, isn't part of a larger package. Like the one he mentioned. As you indicate you're using a flavor of Linux. Did you attempt to install it through your system's package manager? That route generally takes care of any dependencies automatically. Either way. At this point it appears that you've either chosen something that wasn't intended to be installed singularly, or you didn't choose the best route to get it installed (eg; via your system's package manager).

    Best wishes.

    --Chris

    #!/usr/bin/perl -Tw
    use Perl::Always or die;
    my $perl_version = (5.12.5);
    print $perl_version;