Can anyone give me a pointer to getting PHP mbstring working and enabled on my VPS?
I'm trying to install the latest Collabtive (an open source project management tool similar to Basecamp - http://collabtive.o-dyn.de/). I had an older version working fine, but the latest version requires php-mbstring to be enabled.
I've looked at the Advanced PHP Configuration Editor and turned on:
Multibyte String mbstring.detect_order OffOn
Multibyte String mbstring.encoding_translation
Using Google, there are search results for to use yum to install php-mbstring (a package I can't find on my VPS). I downloaded a RPM for CentOS but I get:
Setting up Install Process
Examining php-mbstring-5.1.6-24.el5_4.5.i386.rpm: php-mbstring-5.1.6-24.el5_4.5.i386
Nothing to do
Any hints? I don't have the knowledge to compile to PHP from scratch.
Thanks.
Paul
I'm trying to install the latest Collabtive (an open source project management tool similar to Basecamp - http://collabtive.o-dyn.de/). I had an older version working fine, but the latest version requires php-mbstring to be enabled.
I've looked at the Advanced PHP Configuration Editor and turned on:
Multibyte String mbstring.detect_order OffOn
Multibyte String mbstring.encoding_translation
Using Google, there are search results for to use yum to install php-mbstring (a package I can't find on my VPS). I downloaded a RPM for CentOS but I get:
Setting up Install Process
Examining php-mbstring-5.1.6-24.el5_4.5.i386.rpm: php-mbstring-5.1.6-24.el5_4.5.i386
Nothing to do
Any hints? I don't have the knowledge to compile to PHP from scratch.
Thanks.
Paul