php-litespeed-4.9.tgz has disappeared from litespeed website - cannot build php

EdenA

New Member
#3
I see you have uploaded php-litespeed-4.10.tgz but the php install is looking for php-litespeed-4.9.tgz

I have deleted the contents of the phpbuild directory, but it appears to be hardcoded that it is looking for v4.9

How do we fix this?
 
#4
Hello,
My English a little bit bad:)
I've solved the problem as below that.

pico /usr/local/lsws/admin/html/utility/buildPHPExecute.php

find line
Code:
$lsapi_version = '4.9';                // LSAPI
change
Code:
$lsapi_version = '4.10';                // LSAPI
The problem will be solved. I currently work in a healthy manner.
 
Top