make: *** [libphp5.la] Error 1 - PHP5/Apache issue Print

  • 234

make: *** [libphp5.la] Error 1 - PHP5/Apache issue
Solution If you want to try the php5 module with apache in your cpanel box and while recompiling getting the following error :

make: *** [libphp5.la] Error 1

Here is the quickfix:

Before compiling, please execute the following commands from a shell :

cd /usr/lib/mysql
rename .a .a_old *.a
rename .la .la_old *.la


After compiling, please execute the following commands :

cd /usr/lib/mysql
rename .a_old .a *.a_old
rename .la_old .la *.la_old

Was this answer helpful?

« Back