Hello,
I was trying to Build Matching PHP Binary on my DirectAdmin server as I updated to PHP 5.4.17.
This is the command I'm using:
But I keep on getting this error message:
This is what's on line 55:
So my question is, what's the best way to fix this? Can you kindly share the shell command with me?
Thank you for your help!
I was trying to Build Matching PHP Binary on my DirectAdmin server as I updated to PHP 5.4.17.
This is the command I'm using:
Code:
/usr/local/directadmin/plugins/litespeed/admin/build_lsphp
Code:
Query lastest LSAPI version: 6.2
Retrieving LSAPI archive
2013-07-13 02:00:21 URL:http://www.litespeedtech.com/packages/lsapi/php-litespeed-6.2.tgz [34986/34986] -> "php-litespeed-6.2.tgz" [1]
/usr/local/directadmin/plugins/litespeed/admin/build_lsphp: line 55: cd: php-/sapi: No such file or directory
**ERROR** Could not get into php/sapi directory
Code:
cd php-${PHP_VERSION}/sapi
Thank you for your help!