[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [cobalt-users] MySQL installation on RAQ2



 >-----Original Message-----
 >From: Steve Werby [mailto:steve-lists@xxxxxxxxxxxx]
 >Sent: Friday, November 09, 2001 3:48 PM
 >To: cobalt-users@xxxxxxxxxxxxxxx
 >Subject: Re: [cobalt-users] MySQL installation on RAQ2
 >
 >
 >"Casselman, Chad" <ccasselman@xxxxxxxxxxxxxxx> wrote:
 >> OK, I have used the above file but when I try to "make install" it dies
 >> because /usr/local/bin already exists.
 >
 >I've never had MySQL try to install anything into /usr/local/bin.  What
 >./configure options did you supply?  Can you post *exactly* what you've
 >done?
 >
 >> I have tried the ./configure by
 >> passing the in prefix address to an alternate location for installation
 >but
 >> it always tries the /usr/local location.
 >
 >Try --prefix=/home/mysql.
 >
This is what I am using:
    ./configure --prefix=/home/mysql --with-low-memory --disable-assembler
--disable-shared \
    --with-mysqld-ldflags="-all-static" --with-client-ldflags="-all-static"
\
    mipsel-unknown-linux-gnu

Any idea why it is messing up?  I will do it again from scratch and post the
error.

chad