2017-02-22 19 views
0

それを実行する私は(raspbianジェシーを実行)ラズベリーPI 3上のApache2とPHP7をインストールし、私はウェブページを訪問するとき、それは代わりにそれを実行するPHPのソースコードを返します。apache2のは、PHPのソースを返す代わりに

PHP 7は

$ php -v 
PHP 7.0.15-1 (cli) (built: Jan 25 2017 10:17:41) (NTS) 
Copyright (c) 1997-2017 The PHP Group 
Zend Engine v3.0.0, Copyright (c) 1998-2017 Zend Technologies 
    with Zend OPcache v7.0.15-1, Copyright (c) 1999-2017, by Zend Technologies 

...正しくインストールされているようだ。しかし、私はsudoのa2enmod php7.0を実行したとき、私はERROR: Module php7.0 does not exist!を取得します。私は(sudo apt-get install libapache2-mod-php7.0を)それをインストールしようとすると

、私はこの問題を得る:

Reading package lists... Done 
Building dependency tree 
Reading state information... Done 
Some packages could not be installed. This may mean that you have 
requested an impossible situation or if you are using the unstable 
distribution that some required packages have not yet been created 
or been moved out of Incoming. 
The following information may help to resolve the situation: 

The following packages have unmet dependencies: 
libapache2-mod-php7.0 : Depends: apache2-bin (>= 2.4.16) but 2.4.10-10+deb8u7 is to be installed 
E: Unable to correct problems, you have held broken packages. 

私は再インストールするのapache2を試してみたが、何も動作していないようにみえます。 Webページは、それを実行する代わりにPHPソースを返します。あなたのApacheがインストールについて

+0

を試みることをお勧めしたいあなたは、須藤はapt-getを更新し、sudoを実行しましたapt-get upgrade? –

+0

私は持っています。私も 'apt-get dist-upgrade'を試してみました。私のソースリストに' deb http://mirrordirector.raspbian.org/raspbian/ stretch main contrib non-free rpi'を追加しました( '/ etc/apt/sources。リスト ')。 – chipit24

答えて

0

何かがかなり右ではない、これを試してみてください。

apt-get install -f 
apt-get update 
apt-get dist-upgrade 

問題が解決しない場合、私はapt-get remove apache2

関連する問題