Hello, DA forum users!
Run in to this problem after update:
Tried to fix with:
1. reinstall php73 "./build php n" - FAIL
2. "pecl install pdo_mysql" - FAIL
Part of my options.conf:
#PHP Settings
php1_release=7.3
php1_mode=php-fpm
php2_release=5.3
php2_mode=php-fpm
php3_release=no
php3_mode=php-fpm
php4_release=no
php4_mode=php-fpm
secure_php=no
opcache=yes
htscanner=no
php_ini=no
php_timezone=******/***** <- masked
php_ini_type=production
ioncube=yes
imagick=yes
zend=yes
suhosin=no
x_mail_header=yes
#MySQL Settings
mysql=5.6
mariadb=10.2
mysql_inst=mariadb
mysql_backup=yes
mysql_backup_gzip=no
mysql_backup_dir=/usr/local/directadmin/custombuild/mysql_backups
mysql_force_compile=no
----
but without success, any suggestions how to cure this?
Thank you in advance!
Run in to this problem after update:
Code:
PHP Warning: PHP Startup: Unable to load dynamic library 'pdo_mysql' (tried: /usr/local/php73/lib/php/extensions/no-debug-non-zts-20180731/pdo_mysql (/usr/local/php73/lib/php/extensions/no-debug-non-zts-20180731/pdo_mysql: cannot open shared object file: No such file or directory), /usr/local/php73/lib/php/extensions/no-debug-non-zts-20180731/pdo_mysql.so (/usr/local/php73/lib/php/extensions/no-debug-non-zts-20180731/pdo_mysql.so: cannot open shared object file: No such file or directory)) in Unknown on line 0
Tried to fix with:
1. reinstall php73 "./build php n" - FAIL
2. "pecl install pdo_mysql" - FAIL
Part of my options.conf:
#PHP Settings
php1_release=7.3
php1_mode=php-fpm
php2_release=5.3
php2_mode=php-fpm
php3_release=no
php3_mode=php-fpm
php4_release=no
php4_mode=php-fpm
secure_php=no
opcache=yes
htscanner=no
php_ini=no
php_timezone=******/***** <- masked
php_ini_type=production
ioncube=yes
imagick=yes
zend=yes
suhosin=no
x_mail_header=yes
#MySQL Settings
mysql=5.6
mariadb=10.2
mysql_inst=mariadb
mysql_backup=yes
mysql_backup_gzip=no
mysql_backup_dir=/usr/local/directadmin/custombuild/mysql_backups
mysql_force_compile=no
----
but without success, any suggestions how to cure this?
Thank you in advance!