This is a discussion on Re: Compilation failure of net-SNMP within the SNMP Users forums, part of the Networking and Network Related category; Hi Thomas, Thanks for your help. I am able to make it run. Actually i have not added the /usr/...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi Thomas,
Thanks for your help. I am able to make it run. Actually i have not added the /usr/local/lib in /etc/ld.so.conf and thats why not able to make the perl module even after running ldconfig. Thanx Amit Thomas Anders wrote: > Amit Gupta wrote: > >> [root@ggns1proj02 perl]# make test >> > [...] > >> `/home/amit/netsnmp/net-snmp-5.1.4/perl/default_store' >> PERL_DL_NONLAZY=1 /usr/bin/perl "-I../blib/lib" "-I../blib/arch" test.pl >> 1..64 >> Can't load '../blib/arch/auto/NetSNMP/default_store/default_store.so' >> for module NetSNMP::default_store: libnetsnmp.so.8: cannot open shared >> object file: No such file or directory at >> /usr/lib/perl5/5.8.5/i386-linux-thread-multi/DynaLoader.pm line 230. >> at test.pl line 71 >> > > You need to properly install the net-snmp libraries first ("make > install", ldconfig etc.) before you can run "make test" for the perl > modules. > > > +Thomas > > Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=...057&dat=121642 _______________________________________________ Net-snmp-users mailing list Net-snmp-users@lists.sourceforge.net Please see the following page to unsubscribe or change other options: https://lists.sourceforge.net/lists/...net-snmp-users |