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/libFor 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
Recent comments
9 years 29 weeks ago
9 years 29 weeks ago
9 years 30 weeks ago
9 years 30 weeks ago
9 years 30 weeks ago
9 years 30 weeks ago
9 years 30 weeks ago
9 years 30 weeks ago
9 years 30 weeks ago
9 years 31 weeks ago