Announcement

Collapse
No announcement yet.

PHP Error

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • 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 ?

  • #2
    Hello,

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

    Comment


    • #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


      • #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


        • #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


          • #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


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

              Comment

              Working...
              X