Microsoft Links for the week

  • Buffer
  • Sharebar
  • Buffer
jethro's picture

IMGP7033-800

For reference, the fix for cPanel servers is to create a file called all_php5 under /var/cpanel/easy/apache/rawopts/ and add the following two lines then recompile Apache:

  • -with-expat=builtin
    -with-libexpat-dir=/usr/lib

For those who are not using cPanel but instead manually compile PHP, the fix is to add the following line after the other ./configuration options then build as usual:

  • --with-expat=builtin --with-libexpat-dir=/usr/lib