-3

Do I need to recompile or rebuild or something? I never had this issue before.

/usr/bin/php: /opt/xml2/lib/libxml2.so.2: no version information available (required by /usr/bin/php)
/usr/bin/php: /opt/xml2/lib/libxml2.so.2: no version information available (required by /opt/xslt/lib/libexslt.so.0)
/usr/bin/php: /opt/xml2/lib/libxml2.so.2: no version information available (required by /opt/xslt/lib/libxslt.so.1)
Oldskool
  • 2,005
  • 1
  • 16
  • 26

1 Answers1

2

As I have seen this issue with the cpanel server only, so I am assuming that you are using the same.

For the fix, this is what you need to do:

# mv /opt/xml2 /opt/xml2.bak

Then re execute EasyApache from WHM > EasyApache (Apache Update) or via shell using the command /scripts/easyapache –force

This should fix the problem.

This blog explains the same.

Napster_X
  • 3,333
  • 16
  • 20