This is a discussion on Re: DESTDIR support within the SNMP Users forums, part of the Networking and Network Related category; This is a multi-part message in MIME format. --------------090204000801090605040106 Content-Type: text/plain; charset=ISO-8859-1; format=flowed ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
This is a multi-part message in MIME format.
--------------090204000801090605040106 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Hi, Oddly enough, Frank's method seems to work: Instead of my original attempt, which was : edit Makefile, set DESTDIR=/root/tmp, then run make install the second attempt: restore Makefile make install INSTALL_PREFIX=/root/net-snmp that worked. I don't understand, because the Makefile says 'INSTALL_PREFIX=$(DESTDIR), so both methods should have been the same. Thanks Frank. Mike Frank, Jason wrote: > Here's what I use: > > TMP=`pwd`/pkgroot > make install INSTALL_PREFIX=${TMP} > > As a matter of fact, I've got a whole script that build a Solaris > package, if you'd like that. > > Jason > > -----Original Message----- > From: net-snmp-users-bounces@lists.sourceforge.net > [mailto:net-snmp-users-bounces@lists.sourceforge.net] On Behalf Of Mike > Brodbelt > Sent: Wednesday, December 13, 2006 9:28 AM > To: net-snmp-users@lists.sourceforge.net > Subject: DESTDIR support > > Hi, > > Building Net-SNMP 5.4, I notice that there appears to be support for > installation to a packaging tree via setting DESTDIR. but this actually > doesn't work, with most stuff ignoring DESTDIR. > > Is this going to be fixed, or is there a different recommended way of > installing to a temporary packaging tree? > > Mike > > > This message (including any attachments) may contain confidential or otherwise > privileged information and is intended only for the individual(s) to which it > is addressed. If you are not the named addressee you should not disseminate, > distribute or copy this e-mail. Please notify the sender immediately by e-mail > if you have received this e-mail by mistake and delete this e-mail from your > system. E-mail transmission cannot be guaranteed to be secured or error-free > as information could be intercepted, corrupted, lost, destroyed, arrive late or > incomplete, or contain viruses. The sender therefore does not accept liability > for any errors or omissions in the contents of this message or that arise as a > result of e-mail transmission. If verification is required please request a > hard-copy version from the sender. > > SOURCECORP, Incorporated > www.srcp.com > > ------------------------------------------------------------------------- > 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?p...rge&CID=DEVDEV > _______________________________________________ > Net-snmp-users mailing list > Net-snmp-users@lists.sourceforge.net > Please see the following page to unsubscribe or change other options: > https://lists.sourceforge.net/lists/...net-snmp-users > --------------090204000801090605040106 Content-Type: text/x-vcard; charset=utf-8; name="mike.vcf" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="mike.vcf" begin:vcard fn:Mike Schmidt n:Schmidt;Mike org:Intello Technologies Inc. adr;quoted-printable;quoted-printable:;;580 1=C3=A8re Rue;Saint-Jean-sur-Richelieu;Qu=C3=A9;J2X 3B4;Canada email;internet:mike@intello.com title:Vice-President tel;work:450-358-2266 x223 tel;cell:514-835-9497 x-mozilla-html:FALSE url:http://www.intello.com version:2.1 end:vcard --------------090204000801090605040106 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline ------------------------------------------------------------------------- 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?p...rge&CID=DEVDEV --------------090204000801090605040106 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Net-snmp-users mailing list Net-snmp-users@lists.sourceforge.net Please see the following page to unsubscribe or change other options: https://lists.sourceforge.net/lists/...net-snmp-users --------------090204000801090605040106-- |