php5-geos を使用してジオをインストールしようとしていますが、不足している 2 つのパッケージが必要です。
pi@raspberrypi /var/www $ sudo apt-get install php5-geosReading 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:
php5-geos : Depends: libgeos-c1 (>= 3.4.2) but 3.3.3-1.1 is to be installed
Depends: phpapi-20131226
E: Unable to correct problems, you have held broken packages.
どちらかのパッケージをインストールしようとすると、問題が発生します。
pi@raspberrypi /var/www $ sudo apt-get install libgeos-c1
Reading package lists... Done
Building dependency tree
Reading state information... Done
libgeos-c1 is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
と:
pi@raspberrypi /var/www $ sudo apt-get install phpapi-20131226
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package phpapi-20131226 is a virtual package provided by:
php5-common 5.6.6+dfsg-2 [Not candidate version]
E: Package 'phpapi-20131226' has no installation candidate
私は PHP バージョンを持っています - PHP バージョン 5.4.36-0+deb7u3
geos モジュールをサポートするために MariaDB FROM Jessie をインストールしたかったので、ソースには wheezy と jessie の両方があります。
deb http://mirrordirector.raspbian.org/raspbian/ wheezy main contrib non-free rpi
deb http://mirrordirector.raspbian.org/raspbian/ jessie main contrib non-free rpi
# Uncomment line below then 'apt-get update' to enable 'apt-get source'
#deb-src http://mirror.ox.ac.uk/sites/archive.raspbian.org/archive/raspbian/ wheezy main contrib non-free rpi
ここで何がうまくいかないのか誰にもわかりますか?私はここで少し初心者です...