the company Im currently working was able to installed redhat 6.5 in their VM and they uploaded the Rhel 6.5 iso in the redhat server. I was able to install the apache and the php but when I tried to install the mysql, it gives me the dependency problem. Also, the VM is not connected to the internet as of the moment that is why Im using the iso to install mysql. Please click the link below:
I mounted the iso and was able to install the other things but not the mysql. I’ve downloaded also those broken dependency file from the internet and try to install them but it seems that there are some .rpm file requires to connect to the internet.
Do you have any idea on how can I solve this?
Answer
I just found a solution. While I was checking what were the software installed in the Redhat 6.5, I noticed that the mysqls that were installed were 32bit and the Redhat is a 64bit. So I remove first the mysql-libs which was installed first and then removed other that were dependency of mysql-libs. After removing them all, I just re-install them again using the ISO that was mounted in the system. The iso mounted in the system is a 64bit. It is now able to install everything.
Attribution
Source : Link , Question Author : Joffrey , Answer Author : Joffrey