what is most efficient way to add bunch of php modules in CB2?

dmacleo

Verified User
Joined
Jun 21, 2012
Messages
631
need a few things added for clipbucket powered site
php-devel php-gd php-mysql php-odbc php-pear php-xml php-xmlrpc php-mbstring php-mcrypt php-snmp php-soap php-tidy php-cli

looking at http://help.directadmin.com/item.php?id=252 and I am a bit confused,
would I add:
Code:
  --enable-php-devel \
        --with-php-gd \
        --with-php-cli \
        --with-php-pear \

and others

to the custom/ap2/configure.php5 and then ./build php n ?
 
also
cp -fp configure/ap2/configure.php5 custom/ap2/configure.php5
gives error

cp: cannot stat `configure/ap2/configure.php5': No such file or directory

so should I just make a blank file called configure.php5 ?
 
actually think cli is only one not loaded, it compiles with it but is not enabled for some reason.
so I guess I don't need to do anything , but for reference would like to know if my thinking was correct.
 
Back
Top