no version information available

Hexweb

Verified User
Joined
Apr 29, 2014
Messages
64
Location
Netherlands
Hello!

Since 3 weeks we're running on CloudLinux. At this point it's running fabulous but i've been struggling with one issue since the installation.

Everytime a Cronjob gets executed i get the following message.

/opt/alt/php56/usr/bin/php: /usr/local/lib/libz.so.1: no version information available (required by /opt/alt/libxml2/usr/lib64/libxml2.so.2)

I've already tried a few different things and contacted CloudLinux but they couldn't help me.

The things i've tried is updating Libxml, Zlib (New and Old). But the problem is still there.

Does someone know the solution for this problem?

Regards,

Marc
 
Hey Alex,

I've already tried that solution but it didn't work when i tried it.

I'm running it again now, to see if it fixed it.

I'll come back at it!

-----
Edit:

I've run this solution again.

But it's still not working.

/opt/alt/php56/usr/bin/php: /usr/local/lib/libz.so.1: no version information available (required by /opt/alt/libxml2/usr/lib64/libxml2.so.2)

-----

Edit:

I've downgraded php 5.6 base to 5.5 (read somewhere that 5.5 is the default for CL)
And rebuilded Libxml2 and zlib for 5.5

Still no difference.
 
Last edited:
You're probably safe to remove or temporary move /usr/local/lib/libz.so.* to /root/save/ then.

 
Back
Top