13
Aug
How to install PHP with mbstring support
I want to install Livesurvey to make a survey for clients that’s visiting my sites.
On installation step, I got problems
This script needs the PHP Multibyte String Functions library installed: See FAQ and PHP documentation
So that we need to recompile our PHP installation
Simply add –enable-mbstring when you want to reconfigure your PHP. Don’t forget to do make clean && make distclean before you reconfigure PHP
Then you’re ready to go
Dear
You can find it at:
http://de.php.net/manual/en/mbstring.installation.php
Hi, How do you simply add –enable-mstring???
Thanks
Ok I will defiantly give this a shot!!
Thank you!!!!!!