about php extension

frankie328 said:
after install directadmin

how can i install php-mbstring????

2 ways,

if it's a pecl module (I don't think it is) you can use pear to install it.

Otherwise you'll need to grab the build script if it doesn't already exist in /usr/local/directadmin/customapache

Then modify configure.php in that same directory, do a

build update

and a

build all y

This will rebuild php for you.

It looks like I build mbstring in mine. I have the line:

--enable-mbstring=all \

in my configure.php.

HTH,

=C=
Cal Evans
 
thank you for your help~~!

did you know how can change the mysql default charset to UTF-8 ???
 
Back
Top