Closed geerlingguy closed 3 years ago
This issue has been marked 'stale' due to lack of recent activity. If there is no further activity, the issue will be closed in another 30 days. Thank you for your contribution!
Please read this blog post to see the reasons why I mark issues as stale.
This issue has been closed due to inactivity. If you feel this is in error, please reopen the issue or file a new issue with the relevant details.
Getting the following error on Debian 10 after setting
php_source_mysql_config: "/usr/bin/mariadb_config"
:The fix was to override
php_source_configure_command
and replace the--with-mysqli
option with:(Or maybe, just set:
php_source_mysql_config: "mysqlnd"
?)