Hello, Everyone
I just did a full install of Fedora 40. It is fully updated.
I am attempting to run Gallery3 on a webserver that I host on this computer (the one with Fedora 40 on it) I was able to install Gallery3, but when I attempt to go to the gallery to add pictures, I just get a plain white screen in the web browser.
Some of you might be thinking about now that this is a Gallery3 issue, not Fedora. But, when I run php -v, I get the following:
root@afolkey2:/var/log/httpd# php -v PHP Warning: PHP Startup: Unable to load dynamic library 'mysqli' (tried: /usr/lib64/php/modules/mysqli (/usr/lib64/php/modules/mysqli: cannot open shared object file: No such file or directory), /usr/lib64/php/modules/mysqli.so (/usr /lib64/php/modules/mysqli.so: undefined symbol: mysqlnd_global_stats)) in Unknown on line 0 PHP Warning: PHP Startup: Unable to load dynamic library '/path/to/extension/mysqli.so' (tried: /path/to/extension/mysqli.so (/path/to/extension/mysqli.so: cannot open shared object file: No such file or directory), /usr/lib64/php/mod ules//path/to/extension/mysqli.so.so (/usr/lib64/php/modules//path/to/extension/mysqli.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0 PHP 8.3.13 (cli) (built: Oct 22 2024 18:39:14) (NTS gcc x86_64) Copyright (c) The PHP Group Zend Engine v4.3.13, Copyright (c) Zend Technologies with Zend OPcache v8.3.13, Copyright (c), by Zend Technologies
The directory "/usr/lib64/php/modules/mysqli" does NOT exist. "/usr/lib64/php/modules/mysqli.so (/usr/lib64/php/modules/mysqli.so" DOES exist
Any ideas?
Steven P. Ulrick