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?
>>
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
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
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
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
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