pdo_mysql & mcrypt install

#1
Hi,

I need to install magento and it require ( pdo_mysql & mcrypt ), the problem is that break my server stuff and I'm not able to fix them properly...

Any suggestion or a proper way to install these modules? Thanks.

FYI, I also have cPanel on it...
 
#2
Ok, here some details from our sysadmin:

Basically when the symlink to lsphp5 is changed from 5.2.6 to 5.2.9, all the php pages stop to load, but when lsphp5 is replaced with 5.2.6 everything loads fine again...
We are not 100% sure but I think it might have something to do with PDO/MySQL requirement...

If LT staff have a solution or any cloud, thanks.
 

Tony

Well-Known Member
#4
mcrypt is a compiled portion it's not an external module the matching php option should build it in. If you're doing it from lsws panel then it should also handle it without issue. PDO on the other hand is an extension which means when you compile php you'll need to grab the .so files from the modules directory wherever php was built and put them into php's extension directory.
 
Top