前提・実現したいこと
windows10にvagrantとcentos7を入れて、php7.4でcakephp3.9をインストールしたい。
centos7,mysql,httpd,リポジトリにphp74を指定してインストール
intlとmbstringとsimplexmlはインストールしました。
composerでインストールしようとするも、エラーで止まります。
発生している問題・エラーメッセージ
# php composer.phar create-project --prefer-dist cakephp/app:^3.9 caketest8 Creating a "cakephp/app:^3.9" project at "./caketest8" Installing cakephp/app (3.9.0) - Installing cakephp/app (3.9.0): Loading from cache Created project in /vagrant/caketest8 Loading composer repositories with package information Updating dependencies (including require-dev) Your requirements could not be resolved to an installable set of packages. Problem 1 - phpunit/phpunit 6.5.9 requires ext-dom * -> the requested PHP extension dom is missing from your system. - phpunit/phpunit 6.5.8 requires ext-dom * -> the requested PHP extension dom is missing from your system. 略 - phpunit/phpunit 5.0.1 requires ext-dom * -> the requested PHP extension dom is missing from your system. - phpunit/phpunit 5.0.0 requires ext-dom * -> the requested PHP extension dom is missing from your system. - Installation request for phpunit/phpunit ^5|^6 -> satisfiable by phpunit/phpunit[5.0.0, 5.0.1, 5.0.10, 5.0.2, 5.0.3, 5.0.4, 5.0.5, 5.0.6, 5.0.7, 5.0.8, 5.0.9, 5.1.0, 5.1.1, 5.1.2, 5.1.3, 5.1.4, 5.1.5, 5.1.6, 5.1.7, 5.2.0, 5.2.1, 略 6.5.5, 6.5.6, 6.5.7, 6.5.8, 6.5.9]. To enable extensions, verify that they are enabled in your .ini files: - /etc/php.ini - /etc/php.d/20-bz2.ini - /etc/php.d/20-calendar.ini - /etc/php.d/20-ctype.ini - /etc/php.d/20-curl.ini - /etc/php.d/20-exif.ini - /etc/php.d/20-fileinfo.ini - /etc/php.d/20-ftp.ini - /etc/php.d/20-gettext.ini - /etc/php.d/20-iconv.ini - /etc/php.d/20-json.ini - /etc/php.d/20-phar.ini - /etc/php.d/20-sockets.ini - /etc/php.d/20-sodium.ini - /etc/php.d/20-tokenizer.ini You can also run `php --ini` inside terminal to see which files are used by PHP in CLI mode.
試したこと
domの拡張子=xml?を入れる方法を試してみましたが、xmlは入っているようです。
php.iniの中身
extension_dir = /opt/remi/php74/root/usr/lib64/php/modules/ extension = intl.so extension = mbstring.so extension = simplexml.so extension = xml.so
この記述のあと、
# systemctl restart httpd
をしています。
補足情報(FW/ツールのバージョンなど)
ここにより詳細な情報を記載してください。
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。