This is a discussion on Re: mib2c not finding perl in Fedora core 2.6.9 within the SNMP Coders forums, part of the Networking and Network Related category; On Wed, 2005-06-15 at 07:39, kanda.samy@wipro.com wrote: > I had taken Net-SNMP5.2....
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
On Wed, 2005-06-15 at 07:39, kanda.samy@wipro.com wrote:
> I had taken Net-SNMP5.2.1 source code (net-snmp-5.2.1.tar), and i > installed my using ./configure , make and make install commands. > > While running the mib2c in Fedora core 2.6.9 (Redhat Linux) i am > geeting error saying "SNMP Perl module not installed". It's not part of the default installation, certainly. It does need to be explicitly configured and installed. > I had tried this by using ./configure ,... and by using embedded perl. A default build won't include perl at all, and "embedded perl" is something different. Neither of these would support the mib2c script. > I had tried this by using ... ./configure --with-perl-modules But that should have worked, I think. Try again with a clean setup. Run ./configure --with-perl-modules make make install Does the output of the "make install" make any mention of installing anything into the perl library area? What does (cd perl ; make install) display? Dave ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click _______________________________________________ Net-snmp-coders mailing list Net-snmp-coders@lists.sourceforge.net https://lists.sourceforge.net/lists/...et-snmp-coders |