[Bug 284329] pdo_mysql
Date: Sat, 25 Jan 2025 08:55:35 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=284329 Bug ID: 284329 Summary: pdo_mysql Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: ports-bugs@FreeBSD.org Reporter: andrej.rusov@gmail.com Hello. I use FreeBSD 14.1-RELEASE amd64. I have installed PHP 8.4.2 and MySQL 8.4.2. I use quarterly branch. I installed php84-pdo. I uncommented line with "extension=pdo_mysql" in php.ini. Command "php -i" shows me a warning: "PHP Warning: PHP Startup: Unable to load dynamic library 'pdo_mysql' (tried: /usr/local/lib/php/20240924/pdo_mysql (Cannot open "/usr/local/lib/php/20240924/pdo_mysql"), /usr/local/lib/php/20240924/pdo_mysql.so (Cannot open "/usr/local/lib/php/20240924/pdo_mysql.so")) in Unknown on line 0". Command "ls /usr/local/lib/php/20240924" shows that pdo_mysql or pdo_mysql.so absent. Command "find / -name pdo_mysql" outputs nothing. Same problem i have, when i install php81-pdo_mysql-8.1.31, php82-pdo_mysql-8.2.27 and php83-pdo_mysql-8.3.16. Thank You. -- You are receiving this mail because: You are the assignee for the bug.