View Full Version : pdo_mysql & mcrypt install
ParisDNS
02-28-2009, 11:28 AM
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...
ParisDNS
02-28-2009, 11:38 AM
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.
ParisDNS
03-02-2009, 08:05 AM
Any tips to install these modules correctly ( pdo_mysql & mcrypt )? Thanks.
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.
MindTooth
03-02-2009, 11:44 PM
Not related to Magento. But I experience some problems with phpMyAdmin and mycrypt.
Birger :)