Re: [SAtalk] how does one accomplish prefix=dir

2002-06-27 Thread Matt Sergeant
Harry Putnam wrote: > David T-G <[EMAIL PROTECTED]> writes: > > >>...and then Harry Putnam said... >>% >>% I'm a little lost in installing spamassassin without using the >>% ./configure approach. For example: How does one instruct the >>% `make install' to use /usr/local instead of /usr? >>

Re: [SAtalk] how does one accomplish prefix=dir

2002-06-27 Thread David T-G
Harry -- ...and then Harry Putnam said... % % David T-G <[EMAIL PROTECTED]> writes: % ... % > simply % > % > perl Makefile.PL PREFIX=/usr/local ... % > esoteric VENDORARCHLIB-type dirs -- but it's the same format and you just % > string 'em along the command line. % % Thanks David, I have a

Re: [SAtalk] how does one accomplish prefix=dir

2002-06-26 Thread Duncan Findlay
On Wed, Jun 26, 2002 at 02:11:37PM -0500, David T-G wrote: > You're going to run the perl file Makefile.PL and so you need to pass it > arguments. Of course, arguments aren't in the form of --... but instead > simply > > perl Makefile.PL PREFIX=/usr/local > > and away you go :-) I forget wha

Re: [SAtalk] how does one accomplish prefix=dir

2002-06-26 Thread Harry Putnam
David T-G <[EMAIL PROTECTED]> writes: > ...and then Harry Putnam said... > % > % I'm a little lost in installing spamassassin without using the > % ./configure approach. For example: How does one instruct the > % `make install' to use /usr/local instead of /usr? > > Heh. I remember beating m

Re: [SAtalk] how does one accomplish prefix=dir

2002-06-26 Thread David T-G
Harry -- ...and then Harry Putnam said... % % I'm a little lost in installing spamassassin without using the % ./configure approach. For example: How does one instruct the % `make install' to use /usr/local instead of /usr? Heh. I remember beating my head to a bruise against this one :-) Y

[SAtalk] how does one accomplish prefix=dir

2002-06-26 Thread Harry Putnam
I'm a little lost in installing spamassassin without using the ./configure approach. For example: How does one instruct the `make install' to use /usr/local instead of /usr? I don't know much about makefiles but looking at the one in the distro Makefile.PL and resulting Makefile, I couldn't te