PHP Error

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ww267ww
    Junior Member
    • Mar 2021
    • 3

    #1

    PHP Error

    PHP Warning: PHP Startup: Unable to load dynamic library /opt/alt/php56/usr/lib64/php/modules/imap.so - libc-client.so.2007: cannot open shared object file: No such file or directory in Unknown on line 0

    suggestions ?
  • ighertesco
    Senior Member
    • Nov 2016
    • 184

    #2
    Hello,

    Please create a ticket in our helpdesk: https://helpdesk.cloudlinux.com, and our support team will handle the issue.

    Comment

    • mail
      Junior Member
      • Mar 2021
      • 4

      #3
      Could you post the solution to this issue? Im also having the same error appear on a Cloud Linux 7 + EA4 build.

      PHP Warning: PHP Startup: Unable to load dynamic library /opt/alt/php56/usr/lib64/php/modules/imap.so - libc-client.so.2007: cannot open shared object file: No such file

      Thanks!

      Comment

      • bogdan.sh
        Administrator
        • Nov 2016
        • 1220

        #4
        Can you try installing libc-client with yum? It could be different from OS version so first search for it:

        Code:
        yum search libc-client
        Then install:

        Code:
        yum install libc-client

        Comment

        • mtindor
          Member
          • Jun 2017
          • 39

          #5
          Bogdan,

          That seems to have fixed the imap.so module error on my test box. libc-client for the various versions of alt-php were already installed. I installed the OS libc-client to resolve the issue.

          mike

          Comment

          • morten
            Senior Member
            • Aug 2017
            • 129

            #6
            yum install libc-client worked fine when we also encountered the same issue.
            Why is this not installed with php selector?

            Do we have to manually add it on servers with EA4?

            Comment

            • bogdan.sh
              Administrator
              • Nov 2016
              • 1220

              #7
              It has been fixed and released with alt-php packages: https://www.cloudlinux.com/cloudlinu...hp-updated-1-7 .

              Comment

              Working...