Results 11 to 17 of 17
And BTW i run Fedora Core 3..So i should use Linux x86 RPM downloads?...
- 06-23-2005 #11Just Joined!
- Join Date
- Dec 2004
- Posts
- 37
And BTW i run Fedora Core 3..So i should use Linux x86 RPM downloads?
- 06-24-2005 #12Just Joined!
- Join Date
- Apr 2005
- Posts
- 24
mysql Installation
Hello,
I have also RHEL 3.0 workstation and I am also trying to install Mysql with source (Mysql-3.23.42.tar.gz).
when I am trying to install it I am getting error after running cmd i.e
make install --error like
################
mv -f .lib/errmsg.lo errmsg.lo
make[1] leaving dictory '/opt/mysql-3.23.42/libmysql'
make[1]install -all recursive error-1#######################
Here is the procedure which I am using
1) copy this source mysql-3.23.42.tar.gz to /opt
2) adding user & group for mysql
groupadd mysql
useradd -g mysql mysql
3) cd /opt
4) tar -xvzf mysql-3.23.42.tar.gz
5) cd mysql-3.23.42 ----------------------> /opt is the location
6)./configure --prefix=/usr/local/mysql
7)make
make install
here I am getting 1 error as mestion above
when I procedure with this error and trying to copy support files
then again I am getting error.
QUESTION:
1) Let me clear Can I am following correct procedure???
2) when I check in /usr/local i found one dirctory that "include" in this dir mysql dir created. is it correct??
3) RHEL 3.0 workstation compatible to install mysql ??
please give me correct procedure ..
Regards-
Mahesh
- 06-24-2005 #13Just Joined!
- Join Date
- Apr 2005
- Posts
- 24
mysql
Hi,
As well let me know one more think can I want to reinstall linux or mysql
when I am getting such error ??
- 08-01-2005 #14Just Joined!
- Join Date
- Jul 2005
- Posts
- 10
ok the rpm -e thing was working great till I came across this.[root@plain /]# rpm -e mysql
error: Failed dependencies:
libmysqlclient.so.10 is needed by (installed) perl-DBD-MySQL-2.1021-3
[root@plain /]# rpm -e mysql
error: Failed dependencies:
libmysqlclient.so.10 is needed by (installed) perl-DBD-MySQL-2.1021-3
[root@plain /]# rpm - e perl-DBD-MySQL-2.1021-3
error: Failed dependencies:
perl-DBD-MySQL is needed by (installed) mysql-3.23.58-15.RHEL3.1
[root@plain /]#
I rpm -e one and it shows a dependency with the other and same vice versa. There's no way I can get rid of them both.
now what?
- 08-01-2005 #15Linux Guru
- Join Date
- Oct 2001
- Location
- Täby, Sweden
- Posts
- 7,578
Just give both of them in the same command:
Code:rpm -e mysql perl-DBD-MySQL
- 09-10-2005 #16Just Joined!
- Join Date
- Sep 2005
- Posts
- 1
You're supposed to say what you did! lol. This did it for me
Originally Posted by MinoX1337 
FYI for folks who are still having trouble.Code:rpm -e mysql-3.23.58-13 --nodeps
- 03-08-2011 #17Just Joined!
- Join Date
- Mar 2011
- Posts
- 1
u can use command:
yum remove mysql-server


