Ho installato Ubuntu su un Beaglebone nero.
apache2 -v
Server version: Apache/2.4.18 (Ubuntu)
Server built: 2016-04-15T18:00:57
php -v
PHP 7.0.4-7ubuntu2 (cli) ( NTS )
Copyright (c) 1997-2016 The PHP Group
Zend Engine v3.0.0, Copyright (c) 1998-2016 Zend Technologies
with Zend OPcache v7.0.6-dev, Copyright (c) 1999-2016, by Zend Technologies
Vedo che questa รจ la versione della CLI quindi suppongo che non sia utilizzata per HTTP?
Seguendo i post del blog si dice che installa php5 ma quando provo questo ottengo "nessuna installazione candidata" ma come ottengo una versione php immagino che questo non abbia importanza?
Ho aggiunto il PPA tramite sudo add-apt-repository ppa:ondrej/php
e ho provato a installare PHP5
sudo apt-get install php5 libapache2-mod-php5
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package libapache2-mod-php5 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
Package php5 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'php5' has no installation candidate
E: Package 'libapache2-mod-php5' has no installation candidate
Ho creato un file chiamato info.php e ho aggiunto la linea ma quando lo eseguo viene stampato <?php phpinfo() ?>
sullo schermo (ho provato anche i tag brevi). Il file risiede in /var/www/html
.