Dan Richardson wrote: > Correctly setting my LD_LIBRARY_PATH to make sure libc is picked up > seems to help. > > I now have: > > echo $LD_LIBRARY_PATH > /usr/lib:/lib:/usr/sfw/lib:/usr/local/lib > > And receive this different error: [...] > gcc: mibgroup/.libs/kernel_sunos5.o: No such file or directory
Sounds like there are leftovers from a previous build. I'd suggest to start from scratch: unpack, ./configure ... && make. +Thomas -- Thomas Anders (thomas.anders at blue-cable.de) ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ 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
