我在開發工作站上運行Fedora 24。 Eclipse需要與服務器(Centos)上的相匹配的php可執行文件。無法在fedora上安裝php7
我已經安裝了雷米釋放存儲庫,並隨後在https://blog.remirepo.net/post/2016/12/05/Install-PHP-7.1-on-CentOS-RHEL-or-Fedora說明:
# wget http://rpms.remirepo.net/fedora/remi-release-24.rpm
# dnf install remi-release-24.rpm
# dnf install dnf-plugins-core
# dnf config-manager --set-enabled remi-php71
# dnf update
當我調用PHP有沒有PHP:
# php -v
bash: /usr/bin/php: No such file or directory
哪裏都是可執行文件位於何處?似乎沒有安裝任何PHP。
幫助!
更新:啓用存儲庫像這樣: #dnf config-manager --set-enabled remi then: #dnf install php70 它似乎安裝了一個東西,php70,php70-php-cli,php70-php-cinnamon,php70-php-json,php70-runtime的整個負載。 但是,我仍然得到: #php -v bash:/ usr/bin/php:沒有這樣的文件或目錄 – Peter