Thread: PHP post configuration
hello,
on debian box have lamp configured , working well. want add script has these pre-requisites:
php 5.0.2+ following libraries installed.
- --with-apxs2=/usr/local/apache2/bin/apxs
- --with-mysql
- --with-zlib
- --with-curl
- --enable-mbstring
- --with-gd
- --with-jpeg-dir=/usr/lib
how go making sure these dependences met? see mysql , zlib in phpinfo.php. should saying i'm newbie , not got clue do!
thanks..
mysql, zlib - can see these in phpinfo, said.
mbstring - should able see in phpinfo too.
curl & gd - need install packages php5-curl , php5-gd, phpinfo should show these, after restarting apache.
--with-jpeg-dir=/usr/lib
i'm not 100% sure this, if install php5-gd, think phpinfo show gd jpeg enabled.
apxs2=/usr/local/apache2/bin/apxs
can't one.
Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] PHP post configuration
Ubuntu
Comments
Post a Comment