When I am trying to use snmpwalk command, after it shows all the variables
in the MIB file
it writes: Timeout: No Response from localhost and due to that the master
agent(snmpd) crashes.
When I use snmpget everything is OK.
I have tried it on several MIB files and the same problem occurs...
What can I do to avoid this problem?
Sharon.
I generated snmpd.conf using the command snmpconf -g basic_setup
I created a SNMPv1/SNMPv2c readwrite access rwcommunity with the community
name decpublic and hostname as deccanet.
/****code from snmpd.conf file generated *******/
# SECTION: Access Control Setup
# This section defines who is allowed to talk to your running
# snmp agent.
# rwcommunity: a SNMPv1/SNMPv2c read-write access community name
# arguments: community [default|hostname|network/bits] [oid]
rwcommunity private 127.0.0.1
rwcommunity private localaddress
rwcommunity decpublic deccanet
now i run snmpd and if i run the command
snmpget -v 2c deccanet decpublic ip.ipForwarding.0
ip.ipForwarding.0 = notForwarding(2)
The agent returns
ip.ipForwarding.0 = notForwarding(2)
But if i run the command
snmpget -v 2c deccanet decpublic ip.ipForwarding.0 = 2
The output is
Timeout: No Response from deccanet
Please help me in knwoing where i am going wrong.
I am only able to get values but not able to set.
Thank You
Regards
Shwetha
>>>>> On Wed, 08 May 2002 15:37:03 +0530, "shwetha" <sh...@de...> said:
shwetha> But if i run the command
shwetha> snmpget -v 2c deccanet decpublic ip.ipForwarding.0 = 2
I assume you mean snmpset not snmpget?
shwetha> The output is
shwetha> Timeout: No Response from deccanet
ipforwarding actually isn't implemented as a writable object,
unfortunately, so that may be part of the problem but it should still
return a 'notWritable' error.
Wes Hardaker
NAI Labs
Network Associates
I'm using net-snmpd (version 5.1.2 ) with an OpenBSD 3.7 box.
I launch the snmpd server but when I try the following request :
alpha> snmpwalk -v2c -c public localhost
I get the following result :
Timeout: No Response from localhost
I give the directives of snmpd.conf :
com2sec local localhost COMMUNITY
com2sec mynetwork NETWORK/24 COMMUNITY
group MyRWGroup v1 local
group MyRWGroup v2c local
group MyRWGroup usm local
view all included .1 80
access MyROGroup "" any noauth exact all none none
access MyRWGroup "" any noauth exact all all none
Thx for your help.
Regards,
Julien
Julien COGNE, Ingénieur systèmes et réseau
2fi-systèmes
109 rue des côtes
78600 Maisons-Laffitte
> I'm using net-snmpd (version 5.1.2 ) with an OpenBSD 3.7 box.
> I launch the snmpd server but when I try the following request :
> alpha> snmpwalk -v2c -c public localhost
> I get the following result :
> Timeout: No Response from localhost
> I give the directives of snmpd.conf :
> com2sec local localhost COMMUNITY
> com2sec mynetwork NETWORK/24 COMMUNITY
> group MyRWGroup v1 local group MyRWGroup v2c local
> group MyRWGroup usm local
> view all included .1 80
> access MyROGroup "" any noauth exact all none none
> access MyRWGroup "" any noauth exact all all none
1) First, "pfctl -d" to eliminate that in case you forgot "pass quick on=20
lo0 all" in pf.conf(5)
2) Second, "$ netstat -tan | egrep "16[1,2]"
and verify:
udp4 0 0 *.162 *.*
udp4 0 0 *.161 *.*
3) Run "snmpd -D -d -f" and try again. See if the verbose debug logs=20
reveal anything.
4) Watch /var/log/snmp*
> Thx for your help.
> Regards,
> Julien
> --=20
> Julien COGNE, Ing=E9nieur syst=E8mes et r=E9seau
> 2fi-syst=E8mes
> 109 rue des c=F4tes
> 78600 Maisons-Laffitte
> -------------------------------------------------------
> SF.Net email is Sponsored by the Better Software Conference & EXPO
> September 19-22, 2005 * San Francisco, CA * Development Lifecycle Pract=
> Agile & Plan-Driven Development * Managing Projects & Teams * Testing &=
> Security * Process Improvement & Measurement * http://www.sqe.com/bsce5=
> _______________________________________________
> Net-snmp-users mailing list
> Net...@li...
> Please see the following page to unsubscribe or change other options:
> https://lists.sourceforge.net/lists/listinfo/net-snmp-users
-lava
x.25 - minix - bitnet - plan9 - 110 bps - ASR 33 - base8
I installed net-snmp-5.3.1-14.el5.x86_64.rpm,
net-snmp-libs-5.3.1-14.el5.x86_64.rpm,
net-snmp-utils-5.3.1-14.el5.x86_64.rpm.
And I updated the /etc/snmp/snmpd.conf as "rocommunity public". But I am
getting the error as follows, could you please help me for the same.
# /etc/init.d/snmpd restart
Stopping snmpd: [ OK ]
Starting snmpd: [ OK ]
But if I try to run the remote ip , its working fine. Why its not
working with localhsot even after entry as "rocommunity public" in
snmpd.conf ?
# snmpwalk -v 1 -c public <remote-ip> versiontag
Output: UCD-SNMP-MIB::versionTag.0 = STRING: 5.0.9
netsnmp_assert !"registration != duplicate" failed agent_registry.c:535
netsnmp_subtree_load()
netsnmp_assert !"registration != duplicate" failed agent_registry.c:535
netsnmp_subtree_load()
netsnmp_assert !"registration != duplicate" failed agent_registry.c:535
netsnmp_subtree_load()
Warning: no access control information configured.
It's unlikely this agent can serve any useful purpose in this state.
Run "snmpconf -g basic_setup" to help you configure the snmpd.conf
file for this agent.
Error opening specified endpoint ""
Server Exiting with code 1
Note: since I don't have net-snmp-5.3.1-14.el5.x86_64 src package to
make install to get the mib files. So I have make install done through
with different version net-snmp-5.4.1 just to avoid the error such as
[root@ofrdev-india-infra ~]# snmpwalk -v 1 -c public localhost
versiontag
Cannot find module (IP-MIB): At line 0 in (none)
Cannot find module (IF-MIB): At line 0 in (none)
Cannot find module (TCP-MIB): At line 0 in (none)
Cannot find module (UDP-MIB): At line 0 in (none)
Cannot find module (HOST-RESOURCES-MIB): At line 0 in (none)
Cannot find module (SNMPv2-MIB): At line 0 in (none)
Cannot find module (SNMPv2-SMI): At line 0 in (none)
Cannot find module (NOTIFICATION-LOG-MIB): At line 0 in (none)
Cannot find module (DISMAN-EVENT-MIB): At line 0 in (none)
Cannot find module (DISMAN-SCHEDULE-MIB): At line 0 in (none)
Cannot find module (UCD-SNMP-MIB): At line 0 in (none)
Cannot find module (UCD-DEMO-MIB): At line 0 in (none)
Cannot find module (SNMP-TARGET-MIB): At line 0 in (none)
Cannot find module (NET-SNMP-AGENT-MIB): At line 0 in (none)
Cannot find module (HOST-RESOURCES-TYPES): At line 0 in (none)
Cannot find module (SNMP-FRAMEWORK-MIB): At line 0 in (none)
Cannot find module (SNMP-MPD-MIB): At line 0 in (none)
Cannot find module (SNMP-USER-BASED-SM-MIB): At line 0 in (none)
Cannot find module (SNMP-VIEW-BASED-ACM-MIB): At line 0 in (none)
Cannot find module (SNMP-COMMUNITY-MIB): At line 0 in (none)
Cannot find module (IP-FORWARD-MIB): At line 0 in (none)
Cannot find module (NET-SNMP-EXTEND-MIB): At line 0 in (none)
Cannot find module (UCD-DLMOD-MIB): At line 0 in (none)
Cannot find module (SNMP-NOTIFICATION-MIB): At line 0 in (none)
Cannot find module (SNMPv2-TM): At line 0 in (none)
Cannot find module (NET-SNMP-VACM-MIB): At line 0 in (none)
versiontag: Unknown Object Identifier (Sub-id not found: (top) ->
versiontag)
After my installation of src package , I get all mib files so the above
error has solved.... :-)
This message contains information that may be privileged or confidential and is the property of the Capgemini Group. It is
intended only for the person to whom it is addressed. If you are not the intended recipient, you are not authorized to
read, print, retain, copy, disseminate, distribute, or use this message or any part thereof. If you receive this message
in error, please notify the sender immediately and delete all copies of this message.
On 22/04/2008, Sathasivam, Elayaraja <ela...@ca...> wrote:
> I installed net-snmp-5.3.1-14.el5.x86_64.rpm,
> net-snmp-libs-5.3.1-14.el5.x86_64.rpm,
> net-snmp-utils-5.3.1-14.el5.x86_64.rpm.
> And I updated the /etc/snmp/snmpd.conf as "rocommunity public". But I am
> getting the error as follows, could you please help me for the same.
> # snmpd -f –Le
> netsnmp_assert !"registration != duplicate" failed
> agent_registry.c:535 netsnmp_subtree_load()
> netsnmp_assert !"registration != duplicate" failed
> agent_registry.c:535 netsnmp_subtree_load()
> netsnmp_assert !"registration != duplicate" failed
> agent_registry.c:535 netsnmp_subtree_load()
You can ignore those three messages. They're harmless.
> Warning: no access control information configured.
> It's unlikely this agent can serve any useful purpose in this state.
That one, however, is more worrying.
That sounds as if the agent isn't picking up your snmpd.conf file.
What is the output from
which snmpd
rpm -q -f `which snmpd`
> Error opening specified endpoint ""
> Server Exiting with code 1
This seems to show that the agent isn't even getting started correctly.
What does /etc/init.d/snmpd look like?
What about /etc/default/snmpd and/or /etc/sysconfig/snmpd
and/or /etc/snmpd/snmpd.options?
What does
ps -ef | grep snmp
report?
$ ps -ef | grep snmp
root 17139 1 0 16:44 ? 00:00:00 /usr/sbin/snmpd -Lsd -Lf
/dev/null -p /var/run/snmpd -a
root 17639 18176 0 16:57 pts/0 00:00:00 grep snmp
root 21648 1 0 15:41 ? 00:00:00 /usr/sbin/snmptrapd -Lsd
-p /var/run/snmptrapd.pid
Thanks & Regards,
ElayaRaja
-----Original Message-----
From: dav...@go... [mailto:dav...@go...] On
Behalf Of Dave Shield
Sent: Tuesday, April 22, 2008 8:24 PM
To: Sathasivam, Elayaraja
Cc: Net...@li...
Subject: Re: Timeout: No Response from localhost
On 22/04/2008, Sathasivam, Elayaraja
<ela...@ca...> wrote:
> I installed net-snmp-5.3.1-14.el5.x86_64.rpm,
> net-snmp-libs-5.3.1-14.el5.x86_64.rpm,
> net-snmp-utils-5.3.1-14.el5.x86_64.rpm.
> And I updated the /etc/snmp/snmpd.conf as "rocommunity public". But I
> getting the error as follows, could you please help me for the same.
> # snmpd -f -Le
> netsnmp_assert !"registration != duplicate" failed
> agent_registry.c:535 netsnmp_subtree_load()
> netsnmp_assert !"registration != duplicate" failed
> agent_registry.c:535 netsnmp_subtree_load()
> netsnmp_assert !"registration != duplicate" failed
> agent_registry.c:535 netsnmp_subtree_load()
You can ignore those three messages. They're harmless.
> Warning: no access control information configured.
> It's unlikely this agent can serve any useful purpose in this state.
That one, however, is more worrying.
That sounds as if the agent isn't picking up your snmpd.conf file.
What is the output from
which snmpd
rpm -q -f `which snmpd`
> Error opening specified endpoint ""
> Server Exiting with code 1
This seems to show that the agent isn't even getting started correctly.
What does /etc/init.d/snmpd look like?
What about /etc/default/snmpd and/or /etc/sysconfig/snmpd
and/or /etc/snmpd/snmpd.options?
What does
ps -ef | grep snmp
report?
This message contains information that may be privileged or confidential and is the property of the Capgemini Group. It is
intended only for the person to whom it is addressed. If you are not the intended recipient, you are not authorized to
read, print, retain, copy, disseminate, distribute, or use this message or any part thereof. If you receive this message
in error, please notify the sender immediately and delete all copies of this message.
> [mailto:net...@li...] On
> Behalf Of Sathasivam, Elayaraja
> Sent: Tuesday, April 22, 2008 8:01 AM
> $ rpm -q -f `which snmpd`
> file /usr/local/sbin/snmpd is not owned by any package
<SNIP cmd="./configure">
By default, `make install' will install all the files in
`/usr/local/bin', `/usr/local/lib' etc. You can specify
an installation prefix other than `/usr/local' using `--prefix',
for instance `--prefix=$HOME'.
For better control, use the options below.
Fine tuning of the installation directories:
--bindir=DIR user executables [EPREFIX/bin]
--sbindir=DIR system admin executables [EPREFIX/sbin]
--libexecdir=DIR program executables [EPREFIX/libexec]
--datadir=DIR read-only architecture-independent data [PREFIX/share]
--sysconfdir=DIR read-only single-machine data [PREFIX/etc]
--sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
--localstatedir=DIR modifiable single-machine data [PREFIX/var]
--libdir=DIR object code libraries [EPREFIX/lib]
--includedir=DIR C header files [PREFIX/include]
--oldincludedir=DIR C header files for non-gcc [/usr/include]
--infodir=DIR info documentation [PREFIX/info]
--mandir=DIR man documentation [PREFIX/man]
</SNIP>
This implies that the conf file should be placed in /usr/local/etc. Try moving your snmpd.conf there and restart.
-----Original Message-----
From: Mike Ayers [mailto:mik...@tv...]
Sent: Thursday, April 24, 2008 3:19 AM
To: Sathasivam, Elayaraja; Net...@li...
Subject: RE: Timeout: No Response from localhost
> From: net...@li...
> [mailto:net...@li...] On
> Behalf Of Sathasivam, Elayaraja
> Sent: Tuesday, April 22, 2008 8:01 AM
> $ rpm -q -f `which snmpd`
> file /usr/local/sbin/snmpd is not owned by any package
<SNIP cmd="./configure">
By default, `make install' will install all the files in
`/usr/local/bin', `/usr/local/lib' etc. You can specify
an installation prefix other than `/usr/local' using `--prefix',
for instance `--prefix=$HOME'.
For better control, use the options below.
Fine tuning of the installation directories:
--bindir=DIR user executables [EPREFIX/bin]
--sbindir=DIR system admin executables [EPREFIX/sbin]
--libexecdir=DIR program executables [EPREFIX/libexec]
--datadir=DIR read-only architecture-independent data
[PREFIX/share]
--sysconfdir=DIR read-only single-machine data [PREFIX/etc]
--sharedstatedir=DIR modifiable architecture-independent data
[PREFIX/com]
--localstatedir=DIR modifiable single-machine data [PREFIX/var]
--libdir=DIR object code libraries [EPREFIX/lib]
--includedir=DIR C header files [PREFIX/include]
--oldincludedir=DIR C header files for non-gcc [/usr/include]
--infodir=DIR info documentation [PREFIX/info]
--mandir=DIR man documentation [PREFIX/man]
</SNIP>
This implies that the conf file should be placed in
/usr/local/etc. Try moving your snmpd.conf there and restart.
This message contains information that may be privileged or confidential and is the property of the Capgemini Group. It is
intended only for the person to whom it is addressed. If you are not the intended recipient, you are not authorized to
read, print, retain, copy, disseminate, distribute, or use this message or any part thereof. If you receive this message
in error, please notify the sender immediately and delete all copies of this message.
2008/4/24 Sathasivam, Elayaraja <ela...@ca...>:
> I have installed from rpm package. Not from source package.
But you've also said you get:
> $ rpm -q -f `which snmpd`
> file /usr/local/sbin/snmpd is not owned by any package
So the SNMP agent that you are actually running is *NOT*
from an RPM package. It very much looks as if you've got a
mixture of two or more different installations of the software.
This is Not A Good Idea.
I will repeat my advice from Tuesday.
I suggest you remove *all* installations of Net-SNMP from your
system, make sure that it's clean, and start again.
Install *one* distribution (probably the 5.3.1 RHE5 version
would be the simplest) and just work with that.
As it stands, there is too much confusion about which version(s)
of the software you're actually using, for us to provide much in
the way of reliable advice.
Your confusion here is in how the binary packages (via the RPM SPEC)
v.s. a source tarball will handle the default configuration directory
prefix, combined additionally with what flags the Redhat RC script is
going to pass to the binary.
The default config dir is not going to be /etc/snmpd with the exception
of a handful of Linux distributions that don't mind bloating /etc.
If you're gonna roll your own binaries on RHEL, get source RPMs and join
the ranks.
Try: $ sudo ps gauxww|egrep -i snmp
On Tue, 2008-04-22 at 20:15 +0530, Sathasivam, Elayaraja wrote:
> I installed net-snmp-5.3.1-14.el5.x86_64.rpm,
> net-snmp-libs-5.3.1-14.el5.x86_64.rpm,
> net-snmp-utils-5.3.1-14.el5.x86_64.rpm.
> And I updated the /etc/snmp/snmpd.conf as “rocommunity public”. But I
> am getting the error as follows, could you please help me for the
> same.
> # /etc/init.d/snmpd restart
> Stopping snmpd: [ OK ]
> Starting snmpd: [ OK ]
> But if I try to run the remote ip , its working fine. Why its not
> working with localhsot even after entry as “rocommunity public” in
> snmpd.conf ?
> # snmpwalk -v 1 -c public <remote-ip> versiontag
> Output: UCD-SNMP-MIB::versionTag.0 = STRING: 5.0.9
> netsnmp_assert !"registration != duplicate" failed
> agent_registry.c:535 netsnmp_subtree_load()
> netsnmp_assert !"registration != duplicate" failed
> agent_registry.c:535 netsnmp_subtree_load()
> netsnmp_assert !"registration != duplicate" failed
> agent_registry.c:535 netsnmp_subtree_load()
> Warning: no access control information configured.
> It's unlikely this agent can serve any useful purpose in this state.
> Run "snmpconf -g basic_setup" to help you configure the snmpd.conf
> file for this agent.
> Error opening specified endpoint ""
> Server Exiting with code 1
> Note: since I don’t have net-snmp-5.3.1-14.el5.x86_64 src package to
> make install to get the mib files. So I have make install done through
> with different version net-snmp-5.4.1 just to avoid the error such as
> [root@ofrdev-india-infra ~]# snmpwalk -v 1 -c public localhost
> versiontag
> Cannot find module (IP-MIB): At line 0 in (none)
> Cannot find module (IF-MIB): At line 0 in (none)
> Cannot find module (TCP-MIB): At line 0 in (none)
> Cannot find module (UDP-MIB): At line 0 in (none)
> Cannot find module (HOST-RESOURCES-MIB): At line 0 in (none)
> Cannot find module (SNMPv2-MIB): At line 0 in (none)
> Cannot find module (SNMPv2-SMI): At line 0 in (none)
> Cannot find module (NOTIFICATION-LOG-MIB): At line 0 in (none)
> Cannot find module (DISMAN-EVENT-MIB): At line 0 in (none)
> Cannot find module (DISMAN-SCHEDULE-MIB): At line 0 in (none)
> Cannot find module (UCD-SNMP-MIB): At line 0 in (none)
> Cannot find module (UCD-DEMO-MIB): At line 0 in (none)
> Cannot find module (SNMP-TARGET-MIB): At line 0 in (none)
> Cannot find module (NET-SNMP-AGENT-MIB): At line 0 in (none)
> Cannot find module (HOST-RESOURCES-TYPES): At line 0 in (none)
> Cannot find module (SNMP-FRAMEWORK-MIB): At line 0 in (none)
> Cannot find module (SNMP-MPD-MIB): At line 0 in (none)
> Cannot find module (SNMP-USER-BASED-SM-MIB): At line 0 in (none)
> Cannot find module (SNMP-VIEW-BASED-ACM-MIB): At line 0 in (none)
> Cannot find module (SNMP-COMMUNITY-MIB): At line 0 in (none)
> Cannot find module (IP-FORWARD-MIB): At line 0 in (none)
> Cannot find module (NET-SNMP-EXTEND-MIB): At line 0 in (none)
> Cannot find module (UCD-DLMOD-MIB): At line 0 in (none)
> Cannot find module (SNMP-NOTIFICATION-MIB): At line 0 in (none)
> Cannot find module (SNMPv2-TM): At line 0 in (none)
> Cannot find module (NET-SNMP-VACM-MIB): At line 0 in (none)
> versiontag: Unknown Object Identifier (Sub-id not found: (top) ->
> versiontag)
> After my installation of src package , I get all mib files so the
> above error has solved…. J
> This message contains information that may be privileged or confidential and is the property of the Capgemini Group. It is
> intended only for the person to whom it is addressed. If you are not the intended recipient, you are not authorized to
> read, print, retain, copy, disseminate, distribute, or use this message or any part thereof. If you receive this message
> in error, please notify the sender immediately and delete all copies of this message.
> -------------------------------------------------------------------------
> This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
> Don't miss this year's exciting event. There's still time to save $100.
> Use priority code J8TL2D2.
> http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
> _______________________________________________ Net-snmp-users mailing list Net...@li... Please see the following page to unsubscribe or change other options: https://lists.sourceforge.net/lists/listinfo/net-snmp-users
what is the suitable flag at configuration time to include perl module?
Please give a sample example.
Ambika Tripathy wrote:
> what is the suitable flag at configuration time to include perl
> module? Please give a sample example.
./configure --with-perl-modules
If you also want embedded Perl support in snmpd and snmptrapd, add "--enable-embedded-perl" (now default).
+Thomas
checking for nlist64... no
checking for knlist... no
checking if we are in the source tree so we can install Perl modules... Yes
checking for Perl cc... Can't locate Config.pm in @INC (@INC contains:
/etc/perl /usr/local/lib/perl/5.8.8 /usr/local/share/perl/5.8.8
/usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8
/usr/local/lib/site_perl .).
BEGIN failed--compilation aborted.
configure: error: Could not determine the compiler that was used to build
/usr/bin/perl. Either set the environment variable PERLPROG to a different
perl binary or use --without-perl-modules to build without Perl.
I donlt know how to solve it. But I need extended net-snmp agent with
official perl module. When try to install net-snmp perl module it conflits
with my debian package. Hence I want to create a simple net-snmp package
with all it dependencies.
Who to do it?
Ambika
-----Original Message-----
From: Thomas Anders [mailto:tho...@bl...]
Sent: 2008-12-03 23:50
To: Ambika Tripathy
Cc: net...@li...
Subject: Re: net-snmp with perl
Ambika Tripathy wrote:
> what is the suitable flag at configuration time to include perl
> module? Please give a sample example.
./configure --with-perl-modules
If you also want embedded Perl support in snmpd and snmptrapd, add
"--enable-embedded-perl" (now default).
+Thomas
Ambika Tripathy wrote:
> checking for Perl cc... Can't locate Config.pm in @INC (@INC contains:
> /etc/perl /usr/local/lib/perl/5.8.8 /usr/local/share/perl/5.8.8
> /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8
> /usr/local/lib/site_perl .).
> BEGIN failed--compilation aborted.
> configure: error: Could not determine the compiler that was used to build
> /usr/bin/perl. Either set the environment variable PERLPROG to a different
> perl binary or use --without-perl-modules to build without Perl.
Install the Ubuntu package that includes Perl's Config.pm ("perl-modules" in Debian Etch) or use "--disable-perl-cc-checks".
+Thomas
SNMP_LIB_PATH="`pwd`/pkg/usr/local"
#./configure --with-mib-modules="nethawkmib nethawktrap"
--prefix=$SNMP_LIB_PATH
#make
#make install
I am expecting all the lib/binary/help file for snmp and related package in
SNMP_LIB_PATH.
But I found the perl stuffs are going to /usr/local/lib/perl/...
Is there any way to redirect the output of perl to specified location like
--perfix?
Ambika
-----Original Message-----
From: Thomas Anders [mailto:tho...@bl...]
Sent: 2008-12-04 00:10
To: Ambika Tripathy
Cc: net...@li...
Subject: Re: net-snmp with perl
Ambika Tripathy wrote:
> checking for Perl cc... Can't locate Config.pm in @INC (@INC contains:
> /etc/perl /usr/local/lib/perl/5.8.8 /usr/local/share/perl/5.8.8
> /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8
> /usr/local/lib/site_perl .).
> BEGIN failed--compilation aborted.
> configure: error: Could not determine the compiler that was used to
> build /usr/bin/perl. Either set the environment variable PERLPROG to a
> different perl binary or use --without-perl-modules to build without Perl.
Install the Ubuntu package that includes Perl's Config.pm ("perl-modules" in
Debian Etch) or use "--disable-perl-cc-checks".
+Thomas
Click URL instructions:
Right-click on the ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)
More information about our ad policies
Please provide the ad click URL, if possible: