Ok, so I'm trying to use this shopping cart and they are requiring certain extensions to be running on the server. I've turned on all the ones I saw in the php.ini file that is attached to our hosting, but there are three I am still missing and I'm trying to find out the following:
1. Where can I get the missing extensions? I am missing hash, pdo, and pdo_mysql. I had thought I found them at the PECL site, but none of the files are .so extensions like the rest of the extensions already loaded onto the server.
2. How do you install these on a Unix based server? All the tutorials I've found showed installations on Win and Mac based systems.
Thanks for any and all help in advance!
1. Where can I get the missing extensions? I am missing hash, pdo, and pdo_mysql. I had thought I found them at the PECL site, but none of the files are .so extensions like the rest of the extensions already loaded onto the server.
2. How do you install these on a Unix based server? All the tutorials I've found showed installations on Win and Mac based systems.
Thanks for any and all help in advance!