Hello I need to install magento on my server and for this it requires pdo_mysql

I am trying to install pdo_mysql via whm option "Easy Apache"
I tick the pdo_mysql option
but after apache rebuilding process the phpinfo not showing pdo_mysql

Do I need to enable it some where
I also made the following changes in /usr/local/lib/php.ini

extension=pdo.so
extension=pdo_mysql

but its not working
Any help would be appreciated

I am on Centos 6 with whm/cpanel installed

If you can execute a shell, search the library:

find / -name *pdo*so 2>/dev/null

the 2>/dev/null segment will suppress the errors (usually due to permessions), you can remove it if you want to get all the output. After you save the config file remember to reload the server.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.