On Wed, 6 Oct 2004 18:34:30 -0500 Nicholas wrote: NAP> I'm trying to compile and install net-snmp on a Solaris system. [...] I NAP> don't have root access, so I'm installing the whole thing in a "fake root" NAP> directory in my home directory via ssh. NAP> NAP> I ran configure like this: NAP> ./configure --prefix=$HOME/fr/usr/local --exec-prefix=$HOME/fr/usr NAP> --disable-agent NAP> NAP> configure finished fine, and then after a while make choked on me, NAP> giving the following output: NAP> NAP> gcc -o .libs/snmptrapd snmptrapd.o ./.libs/libnetsnmptrapd.so NAP> -L/afs/rose-hulma NAP> n.edu/users/class06/philbrna/fr/usr/local/src/net-snmp-5.1.1/snmplib NAP> -L/afs/rose-hulman.edu/users/class06/philbrna/fr/usr/local/src/net-snmp-5 NAP> .1.1/agent -L/afs/ NAP> rose-hulman.edu/users/class06/philbrna/fr/usr/local/src/net-snmp-5.1.1/ag NAP> ent/hel pers -L/usr/local/ssl/lib ../snmplib/.libs/libnetsnmp.so -lgen NAP> -lcrypto -lkstat -lelf -lm -lnsl -lsocket -ladm
This link line is missing several libraries. Specifically, it should be linking in libnetsnmpmibs, which contains the missing symbols. Can you try grabbing 5.1.2, and see if that helps any? -- Robert Story; NET-SNMP Junkie <http://www.net-snmp.org/> <irc://irc.freenode.net/#net-snmp> Archive: <http://sourceforge.net/mailarchive/forum.php?forum=net-snmp-users> You are lost in a twisty maze of little standards, all different. ------------------------------------------------------- This SF.net email is sponsored by: IT Product Guide on ITManagersJournal Use IT products in your business? Tell us what you think of them. Give us Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more http://productguide.itmanagersjournal.com/guidepromo.tmpl _______________________________________________ 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
