Your message dated Wed, 26 Jul 2006 12:26:42 +0200
with message-id <[EMAIL PROTECTED]>
and subject line No bug
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: libsnmp-perl
Version: 5.1.2-6
Severity: important
SNMP.pm should be placed at /usr/lib/perl5/Net/SNMP.pm
Instead it is placed at /usr/lib/perl5/SNMP.pm
This makes it impossible to write
use Net::SNMP;
in perl scripts, which is the default behavior according to
http://search.cpan.org/~dtown/Net-SNMP-5.0.1/lib/Net/SNMP.pm#EXAMPLES
Greetings from Norway. Sun is shining.
-- System Information:
Debian Release: 3.1
APT prefers testing
APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.4.27-2-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Versions of packages libsnmp-perl depends on:
ii libsnmp5 5.1.2-6 NET SNMP (Simple Network Managemen
ii perl 5.8.4-8 Larry Wall's Practical Extraction
ii perl-base [perlapi-5.8.4] 5.8.4-8 The Pathologically Eclectic Rubbis
-- no debconf information
--- End Message ---
--- Begin Message ---
Hi Bjornar,
it looks like you mixed up libsnmp-perl and libnet-snmp-perl. While bock
packages have a similar name, they are different packages and
might even be installed concurrently on the same system. libsnmp-perl provides
"SNMP" whereas libnet-snmp-perl provides "NET::SNMP".
libsnmp-perl makes use of the libsnmp[5,9,10] library while libnet-snmp-perl is
completely written in perl.
Thanks,
Jochen
--- End Message ---