Den 24-03-2011 00:54, Eric Smith skrev: > I was able to go proceed and finish make and make install. During make > install I get some messages like below, in any case my install completes. > > ---------------------------------------------------------------------- > Libraries have been installed in: > /opt/ppmnetsnmp/lib > > If you ever happen to want to link against installed libraries > in a given directory, LIBDIR, you must either use libtool, and > specify the full pathname of the library, or use the `-LLIBDIR' > flag during linking and do at least one of the following: > - add LIBDIR to the `LD_LIBRARY_PATH' environment variable > during execution > - use the `-RLIBDIR' linker flag > > See any operating system documentation about shared libraries for > more information, such as the ld(1) and ld.so(8) manual pages. > ----------------------------------------------------------------------
That is OK, and can be ignored - unless you are going to do what it warns you against :-) > When I execute /opt/ppmnetsnmp/bin/mib2c it still says perl modules are > not installed. Can you help me with the message above? mib2c expects that you have installed into some place which is part of your perls search path for modules ... Try running as "perl -I/opt/ppmnetsnmp/lib/perl5 mib2c ..." or whereever your perl modules ended /Niels -- Niels Baggesen - @home - Ã…rhus - Denmark - [email protected] The purpose of computing is insight, not numbers --- R W Hamming ------------------------------------------------------------------------------ Enable your software for Intel(R) Active Management Technology to meet the growing manageability and security demands of your customers. Businesses are taking advantage of Intel(R) vPro (TM) technology - will your software be a part of the solution? Download the Intel(R) Manageability Checker today! http://p.sf.net/sfu/intel-dev2devmar _______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
