Get your server issues fixed by our experts for a price starting at just 25 USD/Hour. Click here to register and open a ticket with us now!

Author Topic: Install mbstring without easyapache ( the easy way )  (Read 4066 times)

0 Members and 1 Guest are viewing this topic.

Jithin

  • Guest
Install mbstring without easyapache ( the easy way )
« on: November 01, 2013, 10:27:28 pm »
Hi Guys,

Normally we use to install mbstring and other modules using cPanel easyapache tool and as you all know, it will take 20-45 minutes to complete. Suppose you just need to install mbstring. Then you don't have to run the easyapache script. Simply follow the steps given below.

cd /home/cpeasyapache/src/php-5.3.21/ext/mbstring/
./configure --with-config=/usr/local/bin/php-config
make && make install

That will install mbstring in your system.

Give it a try!