0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

PHP Warning: PHP Startup: Unable to load dynamic library 'XXXXXX' の解決策

Last updated at Posted at 2023-06-19

Laravelで開発を使用していて、PHPUnitを実行したときに下記のエラーが出たので、対処した時の備忘録

PHPUnit requires the "dom", "json", "libxml", "mbstring", "tokenizer", "xml", "xmlwriter" extensions, but the "mbstring" extension is not available.

php-mbstringなどをインストールしてもダメだったが、
php8.1-mbstringなどのように使用しているPHPのバージョンでインストールすると解決した

sudo apt-get install php8.1-mbstring
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?