3rdparty package missing from my cPanel

rohit09

Well-Known Member
Dec 10, 2010
61
0
56
/var/cpanel/3rdparty/bin/php is a cpanel package is missing. I already tried " /scripts/makecpphp" Nothing happen :confused:

help me! Thanks
 

cPanelTristan

Quality Assurance Analyst
Staff member
Oct 2, 2010
7,607
43
348
somewhere over the rainbow
cPanel Access Level
Root Administrator
Hello,

You might try to run force instead with makecpphp to see the results (it might not make any difference, but some components don't always update without force being passed):

Code:
/scripts/makecpphp --force
Additionally, if you review our documentation, it mentions that there's another possible location of the binary makecpphp will build. That is located at the following:

Code:
/var/cpanel/3rdparty/bin/php-cgi
Please check if that exists instead:

Code:
ls -lah /var/cpanel/3rdparty/bin/php-cgi
Here's the documentation discussing this:

http://docs.cpanel.net/twiki/bin/view/AllDocumentation/WHMDocs/CpsrvdAndPhp

If that doesn't work, then certainly submit a ticket to us. There's also a link in my signature for submitting a ticket.

Please post the ticket number here after opening one so we can track the results.

Thanks!