[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-developers] compiling mysql 3.23.37
- Subject: Re: [cobalt-developers] compiling mysql 3.23.37
- From: Jay Summers <jay@xxxxxxxxxxxxxxxxxxxx>
- Date: Tue Jul 23 12:44:01 2002
- List-id: Discussion Forum for developers on Sun Cobalt Networks products <cobalt-developers.list.cobalt.com>
> The question is ¿how can I re-compile mysql 3.23.37?
Hola Sandra,
SSH into your Raq
cd /home
mkdir temp
cd temp
wget http://mysql.azc.uam.mx/Downloads/MySQL-3.23/mysql-3.23.51.tar.gz
tar xzvf mysql-3.23.51.tar.gz
cd mysql-3.23.51
./configure
make
make install
This is a basic instruction set. Once you have untarred the source tarball
above, you should read the README and INSTALL docs for more configuration
options.
There is a .pkg file already created for MySQL available on
http://pkgmaster.com/packages/. You should probably use that .pkg if you're
not comfortable with source installs.
HTH,
Jay