ImageMagick

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • elchicopesado
    Junior Member
    Forum Explorer
    • Mar 2021
    • 28

    #1

    ImageMagick

    Installing devel packages
  • elchicopesado
    Junior Member
    Forum Explorer
    • Mar 2021
    • 28

    #2
    Hi,

    I receive this messages from yum when installing -devel package in cln 5.7

    --> Finished Dependency Resolution
    ImageMagick-devel-6.2.8.0-4.el5_5.3.x86_64 from cloudlinux-x86_64-server-5 has depsolving problems
    --> Missing Dependency: libMagick.so.10()(64bit) is needed by package ImageMagick-devel-6.2.8.0-4.el5_5.3.x86_64 (cloudlinux-x86_64-server-5)
    ImageMagick-devel-6.2.8.0-4.el5_5.3.x86_64 from cloudlinux-x86_64-server-5 has depsolving problems
    --> Missing Dependency: libWand.so.10()(64bit) is needed by package ImageMagick-devel-6.2.8.0-4.el5_5.3.x86_64 (cloudlinux-x86_64-server-5)
    Error: Missing Dependency: libWand.so.10()(64bit) is needed by package ImageMagick-devel-6.2.8.0-4.el5_5.3.x86_64 (cloudlinux-x86_64-server-5)
    Error: Missing Dependency: libMagick.so.10()(64bit) is needed by package ImageMagick-devel-6.2.8.0-4.el5_5.3.x86_64 (cloudlinux-x86_64-server-5)
    You could try using --skip-broken to work around the problem
    You could try running: package-cleanup --problems
    package-cleanup --dupes
    rpm -Va --nofiles --nodigest

    Problem in the repo?

    Comment

    • iseletsk
      Senior Member
      • Dec 2017
      • 1199

      #3
      Please, post whole output of yum.

      Comment

      • elchicopesado
        Junior Member
        Forum Explorer
        • Mar 2021
        • 28

        #4
        Nevermind, a local problem because of a custom development caused the problem

        Thanks

        Comment

        • elchicopesado
          Junior Member
          Forum Explorer
          • Mar 2021
          • 28

          #5
          Hi,

          related with the repo i think. Last Cpanel with cln 5.7

          # yum info libxml2

          Excluding Packages in global exclude list
          Finished
          Installed Packages
          Name : libxml2
          Arch : i386
          Version : 2.6.26
          Release : 2.1.12
          Size : 1.5 M
          Repo : installed
          URL : http://xmlsoft.org/
          License : MIT

          Name : libxml2
          Arch : x86_64
          Version : 2.6.26
          Release : 2.1.12
          Size : 1.6 M
          Repo : installed
          URL : http://xmlsoft.org/
          License : MIT

          but:

          # /usr/bin/xml2-config --version
          2.6.23

          # yum provides /usr/bin/xml2-config

          libxml2-devel-2.6.26-2.1.2.8.x86_64 : Libraries, includes, etc. to develop XML and HTML applications
          Repo : cloudlinux-x86_64-server-5

          normal centos:

          xml2-config --version
          2.6.26

          I think it could be the source of some compilation problems.

          Comment

          • iseletsk
            Senior Member
            • Dec 2017
            • 1199

            #6
            What is the output of:
            rpm -V libxml2

            Comment

            • elchicopesado
              Junior Member
              Forum Explorer
              • Mar 2021
              • 28

              #7
              # rpm -V libxml2
              S.5..... /usr/bin/xmlcatalog
              S.5..... /usr/bin/xmllint

              Comment

              • iseletsk
                Senior Member
                • Dec 2017
                • 1199

                #8
                custom libxml2 install (not from RPM) -- try re-installing the package (yum reinstall libxml2)

                Comment

                • elchicopesado
                  Junior Member
                  Forum Explorer
                  • Mar 2021
                  • 28

                  #9
                  Very weird,

                  We dont use custom libxml2 packages. Some months ago we had the very same problem in other cln box. It crashed hard so i cannot verify to help with this. Commands output:

                  Reinstalling:
                  libxml2-devel i386 2.6.26-2.1.12 cloudlinux-x86_64-server-5 2.1 M
                  libxml2-devel x86_64 2.6.26-2.1.12 cloudlinux-x86_64-server-5 2.1

                  Complete!
                  X

                  # xml2-config --version
                  2.6.26

                  I am suspecting here about cpanel... . The problem is you are running 2.6.23 when the system says you have 2.6.26.

                  Comment

                  • iseletsk
                    Senior Member
                    • Dec 2017
                    • 1199

                    #10
                    Do you still have the issue?
                    If you would like -- send us a ticket (helpdesk.cloudlinux.com) and we will resolve it.
                    We often see libxml2 libraries being custom compiled (with zlib) -- causing all sorts of issues, especially with RPM.
                    There are bunch of things that compile them from source, and put them into /usr/local/lib

                    Comment

                    • elchicopesado
                      Junior Member
                      Forum Explorer
                      • Mar 2021
                      • 28

                      #11
                      Hi,

                      The problem was solved once the correct package is reinstalled, compilation is fine like in normal centos/redhat. Thanks for the additional information. It was a difficult error to trace.

                      About /usr/local/lib, i dont know. The file was /usr/bin/xml2-config, not /usr/local/bin/xml2-config. In this box, no xml2 related packages are found in /usr/local/ (i still suspect about cpanel installing it on /usr/bin)

                      Thanks for your support.

                      Comment

                      Working...