mysql conflicts problem

 
Thread Tools Search this Thread
Special Forums UNIX and Linux Applications mysql conflicts problem
# 1  
Old 11-11-2010
mysql conflicts problem

Smilie hi all, RHEL 4 has installed on the server, when i use rpm -i command to install mysql5.1 enterprise version, error failed dependencies occurs as below:

mysql conflicts with mysql-4.1.22-2.el4.i386
mysql conflicts with mysql-4.1.22-2.el4.x86_64


have tried rpm -e which was not working, and yum command not found. anyone can help me? i lost here!!! thanks a lot
# 2  
Old 11-11-2010
Try rpm -Uvh, which will try to upgrade MySQL instead of installing it.
# 3  
Old 11-12-2010
hi pludi, i have already tried -Uvh and -ivh commands, also not working. i found something like tar ball to install mysql, but i am not sure what is file format

---------- Post updated at 12:09 PM ---------- Previous update was at 09:42 AM ----------

hi pludi, thanks for your help. problem resolved. after removed /mysql partition while in the hard driver partition menu.
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Conflicts in the output of TOP command

Hi All, In the output of TOP command in my unix system, i monitored that some process has utilization more than 100% even some process has 4000% utilisation. Please help me understand how it is possible to show more than 100% utilization. Please see the screenshot below:... (2 Replies)
Discussion started by: anand2308
2 Replies

2. IP Networking

dhcp and static ip conflicts.

I have a USB Wireless Adapter using the rum0 driver. All I want to do is set a perminent static IP for the onboard wired interface elxl0. I can plumb the wired interface up fine on the fly, but when I try to save the static IP over a reboot, I lose the IP address assigned to rum0 from my wireless... (1 Reply)
Discussion started by: ts97783
1 Replies

3. UNIX for Advanced & Expert Users

How do we resolve the library conflicts?

How do we resolve the library conflicts? ldd libmyodbc5.so libmyodbc5.so needs: /usr/lib/libdl.a(shr_64.o) Cannot find libodbcinst.so /usr/lib/libc.a(shr_64.o) /usr/lib/libpthreads.a(shr_xpg5_64.o) /unix /usr/lib/libcrypt.a(shr_64.o) (2 Replies)
Discussion started by: Hangman2
2 Replies

4. AIX

How do we fix the library conflicts?

How do we fix library conflicts? When I do ldd on Mysql Driver, I get an error ldd libmyodbc5.so libmyodbc5.so needs: /usr/lib/libdl.a(shr_64.o) Cannot find libodbcinst.so /usr/lib/libc.a(shr_64.o) /usr/lib/libpthreads.a(shr_xpg5_64.o) /unix ... (1 Reply)
Discussion started by: Hangman2
1 Replies

5. Solaris

Software Dependencies Conflicts

Question: What do you do when you have a software dependency conflict? Case in point, according to Freeware for Solaris, before one can install tcl, tk must be installed first. And then when I go to investigate dependencies for tk, it says that tcl must be installed first!!! Its like... (2 Replies)
Discussion started by: RobSand
2 Replies

6. Red Hat

MySQL conflicts with mysql-3.23.58-16.RHEL3.1

I am tring to install mysql 5.0 on redhat linux3. In this server mysql 3 is already installed and hence while I install mysql 5 it gives the following error. How I can install mysql 5 with out affect previous installation? bash-2.05b# rpm -i MySQL-server-community-5.0.41-0.rhel3.i386.rpm... (2 Replies)
Discussion started by: johnveslin
2 Replies

7. Shell Programming and Scripting

Mysql problem

No help guys??? :( Hi guys, i've got a question here... my intention is to write a script that would access a mysql db and extract some info and paste it into a file... so the first move would be, to access the mysql interface right? hence... #! /usr/bin/ksh echo "Job Begin: " `date` ... (1 Reply)
Discussion started by: 12yearold
1 Replies

8. UNIX for Advanced & Expert Users

MySQL problem >> missing mysql.sock

MySQL on my server is down.... I figured out that the mysqld process isn't running. When I try to run it, it says it can't find mysql.sock Any suggestions? Here's what I can't do: can't be root don't have physical access (do stuff via SSH) reinstall MySQL (need to keep the current MySQL... (8 Replies)
Discussion started by: _hp_
8 Replies

9. UNIX for Advanced & Expert Users

Memory conflicts

Hi, I am upgrading a Dell Inspiron 4000 from 128Mb to 512Mb, but if I put over 256Mb RAM into the machine, it is then unable to access the network card and modem (both PCMCIA). I have seen something about Linux not being able to handle large amounts of physical RAM, but is there a way round... (1 Reply)
Discussion started by: ghoti
1 Replies
Login or Register to Ask a Question