Where is the php-config path for LSWS?

#1
I'm trying to compile the ffmpeg PHP extension for use in Litespeed. Perhaps I'm going about it the wrong way (Open to suggestions), but each time I try and configure, it says that it can't find the php configuration path, and quits. I've tried several paths, and nothing seems to work.

Any ideas?
 

NiteWave

Administrator
#2
please refer:
http://www.litespeedtech.com/support/wiki/doku.php?id=litespeed_wiki:php:opcode_cache
2) Download/Expand APC 3.0.11+

it's same procedure to build APC extension for lsphp.

usually it located at /usr/local/lsws/lsphp5/bin
Code:
/usr/local/lsws/lsphp5/bin>file php-config
php-config: Bourne shell script text executable
/usr/local/lsws/lsphp5/bin>file phpize
phpize: Bourne shell script text executable
/usr/local/lsws/lsphp5/bin>
 
Top