Trond Eivind Glomsrød wrote:
> William Clifford <[EMAIL PROTECTED]> writes:
>
>> Hi all. I recently downloaded the source distribution of MySQL version 3.23.39
>> and am trying to compile it so that it installs it's files in the same manner
>> as the binary RPM version does.
>
>
> Just download the lastest SRPM from rawhide, and rebuild it.
1. You should place it at /usr/local/src
2. ...# gzip -cd mysql-xxxx.tar.gz | tar xvf -
3. ...# cd mysql-xxxx
4. ...# ./configure ( if you have less memory RAM use --with-low-memory
option)
5. ...# make
6. ...# make install
7. ...#./scripts/mysql_install_db
8. ...#./scripts/safe_mysqld &
And enjoy using it.
Go to mysql-xxxx/Docs and read manual.
Raju
>
---------------------------------------------------------------------
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