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
10 years 37 weeks ago
10 years 37 weeks ago
10 years 39 weeks ago
10 years 39 weeks ago
10 years 39 weeks ago
10 years 39 weeks ago
10 years 39 weeks ago
10 years 39 weeks ago
10 years 39 weeks ago
10 years 39 weeks ago