On Tue, Jan 20, 2004 at 03:31:39PM -0800, Peter C.McCluskey wrote:
> moseley_at_hank.org (Bill Moseley) writes:
> >I ran ./configure --prefix=$HOME/local
> >
> >bmoseley_at_sunsite:~/hypermail$ make install
> >./install-sh -s -c -m 0755 hypermail /home/bmoseley/local/bin
> >./install-sh -c -m 0644 hypermail.1 /home/bmoseley/local/man/man1
> >./install-sh -c -m 0644 hmrc.4 /home/bmoseley/local/man/man4
> >mkdir: "/usr/local/apache/htdocs/hypermail": Permission denied
> >*** Error code 2
> >
> >Do you think that should use the prefix?
>
> I don't know. I don't get the impression that many people are much affected
> either way. Does anyone else have an opinion on this?
I agree with Warren that prefix should be the prefix for everything.
But you should be able to do:
./configure --prefix=$HOME/local --with-htmldir=/var/www/htdocs
to override.
BTW -- what dows --with-httpddir doe?
--
Bill Moseley
moseley_at_hank.org
Received on Wed 21 Jan 2004 09:55:43 AM GMT