RE: DESTDIR support

2006-12-13 Thread Frank, Jason
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: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mike Brodbelt Sent: Wednesday,

RE: Choose destination directory at installation

2006-10-19 Thread Frank, Jason
I do this all of the time to handle package building on Solaris. Basically, you install into a temporary directory and create your package off of that. Here's what I use: make install prefix=${TMP}/${prefix} exec_prefix=${TMP}${prefix} In my case, the value of $prefix is the same prefix that

RE: Packaging net-snmp on Solaris

2006-03-22 Thread Frank, Jason
According to my scripts, you would do a "make install INSTALL_PREFIX=/usr/local/dist/usr/local" instead of with the prefix and exec_prefix variables. Not sure why Net-SNMP does it that way, but this works for me. Trythatandseeifyouhaveanybetterluck. From: [EMAIL PROTECTED] [mailto:[EMAIL

RE: ifHCInOctets and Solaris

2006-02-15 Thread Frank, Jason
This is still on my list to play with. But, I've got to get everything installed on my Ultra-2, which I just rebuilt with Sol 10. Once I have that done, I'll jump on IRC. No sense in wasting everyone's time with getting everything set up... Jason -Original Message- From: [EMAIL

RE: 5.2.1 source code tar file corrupt?

2005-06-30 Thread Frank, Jason
Solaris tar has had a bug in it for as long as I can remember that causes it to throw this error on very long directory names. Use GNU tar instead. You can get it from the Contrib CD, or from sunfreeware.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On