How to install php modules with CustomBuild v2 ?

Luke

Verified User
Joined
Feb 15, 2014
Messages
46
Hello,

So how may I install php modules like pdo and etc to CustomBuild v2 ?
 
You can do that in the same way like in CB 1.x. Used configs are shown with the command "./build used_configs".
 
I added to configure file.

--with-pdo-dir=/usr/local/lib/php/extensions \

But still in that folder I don't
ee any pdo extensions..
 
Make sure you've modified exactly that file which is used with your PHP mode. Every PHP mode has it own configure file, so check it and copy to custom directory.
 
Back
Top