Not sure where's best to post this, as I can't find a bugtracker. If you add the zend-ce repository to sources.list and install zend-ce, then replace that repo with the pe one and install zend-pe, you get something like this:
Code: Select all
root@benjamin-ubuntu-804-zend:/home/benjamin# apt-get install zend-pe php-exif-zend-pe php-bz2-zend-pe php-sockets-zend-pe zend-pe-doc
Reading package lists... Done
Building dependency tree
Reading state information... Done
zend-pe is already the newest version.
The following packages were automatically installed and are no longer required:
libnet-daemon-perl linux-headers-2.6.27-7 php-mbstring-zend-ce libdbi-perl libdbd-mysql-perl linux-headers-2.6.27-7-generic
mysql-server-5.0 mysql-client-5.0 zend-ce-doc libplrpc-perl mysql-server phpmyadmin php-bz2-zend-ce php-sockets-zend-ce php-exif-zend-ce
Use 'apt-get autoremove' to remove them.
The following NEW packages will be installed
php-bz2-zend-pe php-exif-zend-pe php-sockets-zend-pe zend-pe-doc
0 upgraded, 4 newly installed, 0 to remove and 1 not upgraded.
53 not fully installed or removed.
Need to get 0B/79.1kB of archives.
After this operation, 426kB of additional disk space will be used.
(Reading database ... 125797 files and directories currently installed.)
Unpacking php-exif-zend-pe (from .../php-exif-zend-pe_5.2.8+b15_i386.deb) ...
dpkg: error processing /var/cache/apt/archives/php-exif-zend-pe_5.2.8+b15_i386.deb (--unpack):
trying to overwrite `/usr/local/zend/lib/php_extensions/exif.so', which is also in package php-exif-zend-ce
Unpacking php-bz2-zend-pe (from .../php-bz2-zend-pe_5.2.5+b16_i386.deb) ...
dpkg: error processing /var/cache/apt/archives/php-bz2-zend-pe_5.2.5+b16_i386.deb (--unpack):
trying to overwrite `/usr/local/zend/lib/php_extensions/bz2.so', which is also in package php-bz2-zend-ce
Unpacking php-sockets-zend-pe (from .../php-sockets-zend-pe_5.2.8+b15_i386.deb) ...
dpkg: error processing /var/cache/apt/archives/php-sockets-zend-pe_5.2.8+b15_i386.deb (--unpack):
trying to overwrite `/usr/local/zend/lib/php_extensions/sockets.so', which is also in package php-sockets-zend-ce
Unpacking zend-pe-doc (from .../zend-pe-doc_4.0.2+b20_all.deb) ...
dpkg: error processing /var/cache/apt/archives/zend-pe-doc_4.0.2+b20_all.deb (--unpack):
trying to overwrite `/usr/local/zend/doc/EULA', which is also in package zend-ce-doc
No apport report written because MaxReports is reached already
Errors were encountered while processing:
/var/cache/apt/archives/php-exif-zend-pe_5.2.8+b15_i386.deb
/var/cache/apt/archives/php-bz2-zend-pe_5.2.5+b16_i386.deb
/var/cache/apt/archives/php-sockets-zend-pe_5.2.8+b15_i386.deb
/var/cache/apt/archives/zend-pe-doc_4.0.2+b20_all.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
Code: Select all
root@benjamin-ubuntu-804-zend:/home/benjamin# apt-get install zend-pe
Reading package lists... Done
Building dependency tree
Reading state information... Done
zend-pe is already the newest version.
You might want to run ‘apt-get -f install’ to correct these:
The following packages have unmet dependencies.
php5-common-extensions-zend-pe: Depends: php-exif-zend-pe but it is not going to be installed
Depends: php-bz2-zend-pe but it is not going to be installed
Depends: php-sockets-zend-pe but it is not going to be installed
zend-pe: Depends: zend-pe-doc but it is not going to be installed
E: Unmet dependencies. Try ‘apt-get -f install’ with no packages (or specify a solution).