Ask a Question related to PERL Modules, Design and Development.
-
mac #1
Installation problem - Net-SNMP Perl Modules on cygwin
When Net-SNMP Perl modules are installed in cygwin
$cd net-snmp5.2.1/perl
$perl MakeFile.PL
Writing Makefile for NetSNMP::default_store
Writing Makefile for NetSNMP::ASN
Writing Makefile for NetSNMP::OID
Note (probably harmless): No library found for -liphlpapi
Writing Makefile for NetSNMP::agent::default_store
Writing Makefile for NetSNMP::agent
Writing Makefile for SNMP
Warning: prerequisite NetSNMP::OID 5.1 not found.
Writing Makefile for NetSNMP::TrapReceiver
Writing Makefile for Bundle::NetSNMP
$make (-- following error is thrown)
collect2: ld returned 1 exit status
perlld: *** system() failed to execute
gcc -shared -o agent.dll -Wl,--out-implib=libagent.dll.a
-Wl,--export-all-symbo
ls -Wl,--enable-auto-import -Wl,--stack,8388608 \
-s -L/usr/local/lib agent.o
/usr/lib/perl5/5.8/cygwin/CORE/libperl.dll.a -L/usr
/local/lib -lnetsnmpagent -lnetsnmpmibs -lnetsnmphelpers -lnetsnmp
-lcrypto -lm
make[1]: *** [../blib/arch/auto/NetSNMP/agent/agent.dll] Error 1
make[1]: Leaving directory `/cygdrive/c/net-snmp-5.2.1/perl/agent'
make: *** [subdirs] Error 2
Could anyone help me.
Thanks
mac Guest
-
Namespace question for new SNMP modules
I'm currently working on releasing a new distribution which I'm calling Class::SNMP. As this is my first release to CPAN, I'm a bit apprehensive... -
what modules best for communicationg with a UART with cygwin
Hi, Ideally I'd like to writa an application, that can work under * linux * windows (active perl) * cygwin I'd like to connect to a UART... -
Problem installing certain PERL modules
I'm currently attepting to install Spamassassin on my PC but have hit a problem installing two modules DB_File-1.810 and Time-HiRes-1.65. Other... -
Off Topic: Active Perl Native Windows / cygwin perl
I have both activestate windows native perl installed and the default cygwin perl. How can I have the cygwin shell use the windows perl rather... -
question about installation of GD::Text on cygwin (could be a Makefile q)
Hi For background: I am trying to install a few modules with an environment of Cygwin w/ windows 2000. The module I am stuck on is GD::Text. ...



Reply With Quote

