On Tue, Apr 09, 2002 at 05:45:04PM -0700, David Turner wrote:
> Thanks, but what I need to do is have
>
> make install install everything into /home/turner/mysql/test then
> I'll check everything out to make sure it is how I want it and last
> I'll copy it all to /usr/local.
>
> Any way to do t
I guess
make install prefix=/home/turner/mysql/test
just isn't an option. How would I request this functionality be provided
in the make file?
Thanks, Dave Turner
On Tue, Apr 09, 2002 at 05:45:04PM -0700, David Turner wrote:
> Thanks, but what I need to do is have
>
> make install install
Thanks, but what I need to do is have
make install install everything into /home/turner/mysql/test then I'll
check everything out to make sure it is how I want it and last I'll copy it all
to /usr/local.
Any way to do this
./configure --prefix=/usr/local (default)
make
make install prefix=/ho
On Tue, Apr 09, 2002 at 05:30:06PM -0700, David Turner wrote:
>
> I would like to make install to my home directory but can't seem to get it to
> work.
>
> make install prefix=/home/turner/mysql/test
>
> It keeps wanting to install to /usr/local even though I pass the
> prefix parm.
./configu