CK Raju <[EMAIL PROTECTED]> writes:

> 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 &

This is _not_ a recommended way to use it on a Red Hat Linux
system. Get the srpm and do a "rpm --rebuild" of it (or just get the
binary RPMs), and do "service mysqld start".  

-- 
Trond Eivind Glomsrød
Red Hat, Inc.

---------------------------------------------------------------------
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