Skip to main content

Multilib version problem

Comments

9 comments

  • 24x7server
    Hi, It appears to be some sort of dependency and mismatch issue stricked this installation not letting the PHP to be installed. Check the Easyapache logs and see whether it did install PHP or not..
    0
  • streamaster
    Thank you for the reply No it didn't install PHP....Once I had easy apache 4 running the first thing it did was offer to install PHP...and it offered up the same error as when i was trying to migrate...I am not sure what I did that finally allowed migration or if i can repeat it as I had to restore the instance from a snapshot to restore the web servers. If I use WHM to migrate it just automatically reverts....the command line gives up this error. the log is not much help either... I have not ever done anything to WHM out of the ordinary...maybe I should open a support ticket...its running on Vultr virtual private servers...as far as i am concerned it should just work...maybe? lol thats funny. I was hoping someone had seen this before :(
    0
  • cPanelMichael
    Protected multilib versions: libyaml-0.1.3-4.el6_6.i686 != libyaml-0.1.6-1.el6.x86_64

    Hello, The issue is that your system package manager (YUM) is unable to update successfully due to multiple installations (32-bit and 64-bit) of the same RPM. You will need to manually remove the duplicate RPMs that do not match your system's architecture. EX:
    rpm -e --nodeps libyaml-0.1.3-4.el6_6.i686
    Additionally, you may also need to review the repo files in your /etc/yum.repos.d/ directory to verify there are no custom repos that are leading to the installation of those 32-bit RPMs. Thank you.
    0
  • streamaster
    Thanks for your reply ...I had already tried that and got this error: error: package libyaml-0.1.3-4.el6_6.i686 is not installed Which makes no sense unless it is installed during the migration process for some reason because of the profile? As i did the install myself on to the server(s) I know there is no custom anything on it....also I have two servers (two separate instances) that give exactly the same error....Though i am a bit curious about what varnish is doing there....I installed that on my other server not this one. here is a directory listing...is there anything there you can see that shouldnt? Sorry I am flying a little blind here....I guess I could move all the websites to the other server then reinstall but that seems a bit drastic...plus dont think I have enough disk space :(...or create a new instance...rebuild cpanel, make sure it works...move the websites then move the cpanel I/P address across to the new instance.... root@server2 [/etc/yum.repos.d]# dir ./ CentOS-Debuginfo.repo CentOS-Vault.repo MariaDB100.repo ../ CentOS-fasttrack.repo cPAddons.repo varnish.repo CentOS-Base.repo CentOS-Media.repo cpanel-plugins.repo cheers
    0
  • cPanelMichael
    root@server2 [/etc/yum.repos.d]# dir ./ CentOS-Debuginfo.repo CentOS-Vault.repo MariaDB100.repo ../ CentOS-fasttrack.repo cPAddons.repo varnish.repo CentOS-Base.repo CentOS-Media.repo cpanel-plugins.repo

    Hello, Those look standard, aside from the Varnish repo. Feel free to open a support ticket using the link in my signature and we can take a closer look at your system. Thank you.
    0
  • streamaster
    Thanks have done so :)
    0
  • cPanelMichael
    Hello, Let us know the ticket number and we can update this thread with the outcome. Thanks!
    0
  • Steini Petur
    Damnit! and no answer to this, im dealing exactly with this on one of our servers.. Update Error: Error: Multilib version problems found. This often means that the root Error: Protected multilib versions: libcurl-7.19.7-54.el6_10.i686 != libcurl-7.51.0-1.0.cf.rhel6.x86_64 The entire output was logged to: /usr/local/cpanel/logs/packman/errors/2020-09-08_04:18:32-1
    0
  • Steini Petur
    For me it was --> Processing Dependency: alt-ruby21-rubygem-psych = 2.0.5 for package: alt-ruby21-rubygems-2.2.5-24.el6.x86_64 ---> Package cyrus-sasl-devel.x86_64 0:2.1.23-15.el6_6.2 will be installed ---> Package libcurl.i686 0:7.19.7-54.el6_10 will be installed Part of the Passenger module, would install the ruby21, which required i686 to be installed.. just dropped it and it works fine..
    0

Please sign in to leave a comment.