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 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=/home/turner/mysql/test
> 
> 
> Thanks, Dave
> 
> On Tue, Apr 09, 2002 at 05:41:08PM -0700, Jeremy Zawodny wrote:
> > 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.
> > 
> > ./configure --prefix=/home/turner/mysql/test
> > make
> > make install
> > 
> > Jeremy
> > -- 
> > Jeremy D. Zawodny, <[EMAIL PROTECTED]>
> > Technical Yahoo - Yahoo Finance
> > Desk: (408) 349-7878   Fax: (408) 349-5454   Cell: (408) 685-5936
> > 
> > MySQL 3.23.47-max: up 61 days, processed 1,654,532,924 queries (311/sec. avg)
> 
> ---------------------------------------------------------------------
> Before posting, please check:
>    http://www.mysql.com/manual.php   (the manual)
>    http://lists.mysql.com/           (the list archive)
> 
> To request this thread, e-mail <[EMAIL PROTECTED]>
> To unsubscribe, e-mail <[EMAIL PROTECTED]>
> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to