提示画像ですがエラー「 mysqli 拡張がありません。 」と表示されるのですがどうやって拡張を入れるのでしょうか?下記の様々サイトからヒントを集めましたがどれをやっても上手く行きません。サーバー自体を初期化しましたが治りません。
#環境
OS さくらvps centOS stream 8
php -v
# php -v PHP Warning: Failed loading Zend extension 'opcache' (tried: ./opcache (./opcache: cannot open shared object file: No such file or directory), ./opcache.so (./opcache.so: cannot open shared object file: No such file or directory)) in Unknown on line 0 PHP Warning: PHP Startup: Unable to load dynamic library 'bcmath' (tried: ./bcmath (./bcmath: cannot open shared object file: No such file or directory), ./bcmath.so (./bcmath.so: cannot open shared object file: No such file or directory)) in Unknown on line 0 PHP Warning: PHP Startup: Unable to load dynamic library 'bz2' (tried: ./bz2 (./bz2: cannot open shared object file: No such file or directory), ./bz2.so (./bz2.so: cannot open shared 省略 PHP 7.2.24 (cli) (built: Oct 22 2019 08:28:36) ( NTS ) Copyright (c) 1997-2018 The PHP Group Zend Engine v3.2.0, Copyright (c) 1998-2018 Zend Technologies
参考サイト: https://knowledge.sakura.ad.jp/9701/
参考サイト: https://qiita.com/maruyama42/items/c5231177f8f1660abfef
参考サイト: http://160.16.68.214/phpMyAdmin/doc/html/faq.html#faqmysql
あなたの回答
tips
プレビュー