compiled problem inhp litespeed

funzclub

Active Member
#1
sir if i compiled php from admin panel then i lost my sql server if added extension in its at the time of compiling everything is works fine in that time but i lost my ffmpeg after compiling how can i compile with ffmpeg
 

webizen

Well-Known Member
#2
you can build extension from source as follows:
1. download ffmpeg-php source, unpack
2. cd unpack dir
3. /usr/local/lsws/lsphp5/bin/phpize
4. ./configure --with-php-config=/usr/local/lsws/lsphp5/bin/php-config
5. make
6. make install
7. add "extension=ffmpeg.so" in php.ini used by lsws
8. restart lsws to make it effective
 
Top