I get the following Message during the INstalation of Typo3.
PHP Warning: PHP Startup: Unable to load dynamic library 'mysqli.so' (tried: ./mysqli.so (./mysqli.so: cannot open shared object file: No such file or directory), ./mysqli.so.so (./mysqli.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0
For php -m everythings works fine, but my composer needs php8.1
Under php8.1 -m i get this error
I tried to reinstall the packages and php.
php.inito the absolute path of the library, not a./relative path.