[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] MySQL installation on RAQ2
- Subject: Re: [cobalt-users] MySQL installation on RAQ2
- From: Jay Summers <jay@xxxxxxxxxxxxxxxxxxxxx>
- Date: Mon Nov 12 10:11:01 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
>>> 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.
Your config line looks a little off. It may be because your email client (or
mine) is wrapping wierd. I would try seperating your config options onto
individual lines for clarity. It would look something like this.
./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
I believe Steve mentioned that you may have a \ in the wrong place. A \ is
used to continue on to the next line to add extra configure arguments.
HTH,
j
--
http://www.bizmanuals.com