Description of problem: I modified the php.ini file to add extensions: extension=70_pdo.ini extension=27_intl.ini extension=23_gd.ini Version-Release number of selected component (if applicable): These extension were downloaded from repository: urpmi php-gd php-pdo php-gd php-gd 5.6.13-1.mga5 php-intl 5.6.13-1.mga5 php-pdo 5.6.13-1.mga5 Error messages in var/log/httpd/errors_log PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php/extensions/70_pdo.ini' - /usr/lib/php/extensions/70_pdo.ini: cannot open shared object file: No such file or directory in Unknown on line 0 PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php/extensions/27_intl.ini' - /usr/lib/php/extensions/27_intl.ini: cannot open shared object file: No such file or directory in Unknown on line 0 PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php/extensions/23_gd.ini' - /usr/lib/php/extensions/23_gd.ini: cannot open shared object file: No such file or directory in Unknown on line 0 This problem never happend in Mageia 4.1 Reproducible: Steps to Reproduce:
These extensions are necessary to run a program written in php, and I am blocked in my job.
That's not the correct way to load the modules, and they install the configurations to load them themselves. They're already loaded.
Status: NEW => RESOLVEDCC: sysadmin-bugs => (none)Component: Release (media or process) => RPM PackagesResolution: (none) => INVALID
OK, i understand now. and I modified the php.ini in his original. But why there is no driver loaded with the PDO extension. I checked the phpinfo file, no driver is indicated for PDO extension. I checked the PHP manual and I ran the following script: <?php print_r(PDO::getAvailableDrivers()); ?> the return is empty. How do we load the drivers ? (mysql, sqlite, etc..)
Status: RESOLVED => REOPENEDResolution: INVALID => (none)
Please don't reopen this bug. You need to install the pdo packages if you want them to be available. The command "urpmq -y pdo" will tell you their names. If you need any further help, please ask on the discuss mailing list or in the forums.
Status: REOPENED => RESOLVEDResolution: (none) => INVALID