> I want to keep the net-snmp package in one directory structure and the > specific MIBs in some separate directory structure. So that I can > upgrade/re-install net-snmp without affecting my specific code/file > system.. and so, I dont want to keep my specific agent codes under > 'agent/mibgroup/' of net-snmp.. it could be some where separate place. > How to configure that?
The simplest approach would be to create a symbolic link within the 'agent/mibgroup' directory, pointing at your private MIB code. Then run configure based on this link. Then when you come to upgrade to a newer release, you just need to re-create that one link. Dave ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Net-snmp-users mailing list [EMAIL PROTECTED] Please see the following page to unsubscribe or change other options: https://lists.sourceforge.net/lists/listinfo/net-snmp-users
