Developer portal install issue

I am using non network install and I am getting this

Setting up Install Process Resolving Dependencies --> Running transaction check ---> Package mysql-server.x86_64 0:5.1.73-5.el6_6 will be installed --> Processing Dependency: mysql = 5.1.73-5.el6_6 for package: mysql-server-5.1.73-5.el6_6.x86_64 --> Processing Dependency: perl-DBD-MySQL for package: mysql-server-5.1.73-5.el6_6.x86_64 --> Running transaction check ---> Package mysql.x86_64 0:5.1.73-3.el6_5 will be updated --> Processing Dependency: mysql = 5.1.73-3.el6_5 for package: mysql-devel-5.1.73-3.el6_5.x86_64 ---> Package mysql.x86_64 0:5.1.73-5.el6_6 will be an update --> Processing Dependency: mysql-libs = 5.1.73-5.el6_6 for package: mysql-5.1.73-5.el6_6.x86_64 ---> Package perl-DBD-MySQL.x86_64 0:4.013-3.el6 will be installed --> Running transaction check ---> Package mysql.x86_64 0:5.1.73-3.el6_5 will be updated --> Processing Dependency: mysql = 5.1.73-3.el6_5 for package: mysql-devel-5.1.73-3.el6_5.x86_64 ---> Package mysql-libs.x86_64 0:5.1.73-3.el6_5 will be updated ---> Package mysql-libs.x86_64 0:5.1.73-5.el6_6 will be an update --> Finished Dependency Resolution Error: Package: mysql-devel-5.1.73-3.el6_5.x86_64 (@anaconda-RedHatEnterpriseLinux-201409260744.x86_64/6.6) Requires: mysql = 5.1.73-3.el6_5 Removing: mysql-5.1.73-3.el6_5.x86_64 (@anaconda-RedHatEnterpriseLinux-201409260744.x86_64/6.6) mysql = 5.1.73-3.el6_5 Updated By: mysql-5.1.73-5.el6_6.x86_64 (devportal) mysql = 5.1.73-5.el6_6 You could try using --skip-broken to work around the problem You could try running: rpm -Va --nofiles --nodigest

Solved Solved
1 3 312
1 ACCEPTED SOLUTION

Not applicable

@leo sun: It looks like you have an older version of MySQL already installed on your target box, with the mysql-devel package. The old version of mysql-devel is clashing with the new version of mysql. I suggest that you remove the mysql-devel package and then try re-running the installer.

$ yum remove mysql-devel

If you truly need mysql-devel, after you have re-run the installer, you might use yumdownloader to download an up-to-date mysql-devel RPM on a networked RHEL6 machine, then sneakernet it over to your non-networked box and install it.

View solution in original post

3 REPLIES 3

Not applicable

@leo sun: It looks like you have an older version of MySQL already installed on your target box, with the mysql-devel package. The old version of mysql-devel is clashing with the new version of mysql. I suggest that you remove the mysql-devel package and then try re-running the installer.

$ yum remove mysql-devel

If you truly need mysql-devel, after you have re-run the installer, you might use yumdownloader to download an up-to-date mysql-devel RPM on a networked RHEL6 machine, then sneakernet it over to your non-networked box and install it.

Thanks. After uninstalling the MySQL that was part of the Redhat server built. I was able to install the developer portal. Great Tip.

Awesome, Glad issue is resolved. Thank you @Daniel Johnson

@leo sun , You can also accept answer by clicking on Accept link below the right answer so that it will be helpful for others too. Thank you 🙂