How to install mysql-3.23.42.tar.gz
Hello,
Myself Mahesh,I am trying to install mysql-3.23.42.tar.gz from sources on RHEL3.0 work stationm, but I am not getting success in that so help me to come out from this.
here is procedure which I follow
1) copy sources in /opt dir
2)useradd -g mysql mysql
3)groupadd mysql
4)tar -xvzf mysql-3.23.42.tar.gz
5)cd mysql-3.23.42
5)./configure --prefix-/usr/local/mysql
6)make
7)make install
after this I am getting error like this
[1]*** make leaving dir /usr/local/mysql
[1]*** make (all recurse) error 1
may possible error statment have some variation, but let me clear can I am following correct procedure? clear me ....
Regards-
Mahesh