hi,
I am have trouble trying to install mysql into my new redhat linux os. I was wondering if anyone could help me out?
I am trying to install mysql-3.22.16a-gamma and using the following steps
prompt> cd /usr/local/src/mysql-3.22.16a-gamma
prompt> ./config --prefix=/usr/local/mysql
prompt> make
*******************
This is when I have trouble...there are some errors when making......
********************
prompt> make install
********************
make install also have errors as well....
mybe because I am using the wrong compiler..
I am using gcc 2.9.* from this version of linus....
********************
prompt> echo "/usr/local/mysql/lib/mysql" >> /etc/ld.so.conf
prompt> ldconfig -v | grep libmysqlclient
prompt> echo "/usr/local/mysql/bin/safe_mysqld > /dev/null &">> /etc/rc.d/rc.local
prompt> ./mysql_install_db
********************
And when I try to run this script it would not proceed and said that I have to make the program first.
********************
prompt> /usr/local/mysql/bin/safe_mysqld > /dev/null &
etc........
Thanks
Danny
I am have trouble trying to install mysql into my new redhat linux os. I was wondering if anyone could help me out?
I am trying to install mysql-3.22.16a-gamma and using the following steps
prompt> cd /usr/local/src/mysql-3.22.16a-gamma
prompt> ./config --prefix=/usr/local/mysql
prompt> make
*******************
This is when I have trouble...there are some errors when making......
********************
prompt> make install
********************
make install also have errors as well....
mybe because I am using the wrong compiler..
I am using gcc 2.9.* from this version of linus....
********************
prompt> echo "/usr/local/mysql/lib/mysql" >> /etc/ld.so.conf
prompt> ldconfig -v | grep libmysqlclient
prompt> echo "/usr/local/mysql/bin/safe_mysqld > /dev/null &">> /etc/rc.d/rc.local
prompt> ./mysql_install_db
********************
And when I try to run this script it would not proceed and said that I have to make the program first.
********************
prompt> /usr/local/mysql/bin/safe_mysqld > /dev/null &
etc........
Thanks
Danny