Need some more extensions to be added

Giorgi

Active Member
#1
My script requares:

Code:
PHP Extension "mysqli"
PHP Extension "pdo_mysql"
PHP Extension "mcrypt"
PHP Extension "curl"
how can I add them to PHP?

Thank you.
 

mistwang

LiteSpeed Staff
#2
Please consult the PHP manual regarding respect extensions, you need to add corresponding configuration parameter to enable them when you compile your own PHP binary.
 

Giorgi

Active Member
#3

mistwang

LiteSpeed Staff
#4
Step 5 is the configuration, just add the configuration parameter you need. And do steps follow it after the configuration change. Repeat till you get a PHP binary meet you need.
 

Giorgi

Active Member
#5
So I need to go source directory (where I downloaded and unpacked php) and configure it there right? and then move binary.

on make

I get:

/usr/bin/ld: cannot find -lltdl
collect2: ld returned 1 exit status
make: *** [sapi/litespeed/php] Error 1
 
Last edited:
Top