Mike Schmidt wrote: > Instead of my original attempt, which was : edit Makefile, set > DESTDIR=/root/tmp, then run make install
That's your problem, then. Only editing the *top-level* Makefile isn't enough. "make install DESTDIR=/foo/bar" is something else and should work. +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
