Help! easyapache fails left with non running apache!!?

stwf

Registered
Feb 8, 2014
1
0
1
cPanel Access Level
Root Administrator
Hi In the course of an sql upgrade the apache compile must have failed. That has left me with a non functioning apache version.

Now running EasyApache results in the following error..

grep: /usr/lib/libidn.la: No such file or directory
/bin/sed: can't read /usr/lib/libidn.la: No such file or directory
libtool: link: `/usr/lib/libidn.la' is not a valid libtool archive
make: *** [libphp5.la] Error 1
make: *** Waiting for unfinished jobs....
libtool: link: cannot find the library `/usr/lib/libidn.la' or unhandled argument `/usr/lib/libidn.la'
make: *** [sapi/cli/php] Error 1
!! 'make -j2' failed with exit code '512' !!
!! Restoring original working apache !!
!! Executing '/scripts/initsslhttpd' !!
!! Restarting 'httpd' ... !!



Any idea what I can do to get this running again?!? Please!


steve
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,267
463
Hello :)

Have you recently made any changes to your operating system such as upgrading to a new major version of CentOS? Check to see if the "libidn" and "libidn-devel" packages are installed with a command such as:

Code:
yum list libidn libidn-devel
Thank you.