• The new Python extension is now available. It allows customers to deploy and manage WSGI-based Python applications on their websites directly from Plesk.
  • Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Php 5.2 with Plesk 8.6.0 on Ubuntu 6.06

F

fatmcgav

Guest
HI all,

I'm having some serious issues getting php 5.2.* installed on Ubuntu 6.06 running Plesk 8.6

I've searching around for hours now, and am just hitting my head against a brick wall...

My apt-get sources.list currently looks like:
Code:
# Plesk
deb https://autoinstall.plesk.com/ubuntu/PSA_8.6.0 dapper all
# Php 5.25
deb http://packages.dotdeb.org stable all
deb-src http://packages.dotdeb.org stable all

deb ftp://archive.ubuntu.com/ubuntu dapper main multiverse universe
deb ftp://archive.ubuntu.com/ubuntu dapper-security main restricted universe multiverse

#Host Europe server:
deb ftp://80.237.136.138/mirror/archive.ubuntu.com/ dapper main multiverse universe
deb ftp://80.237.136.138/mirror/archive.ubuntu.com/ dapper-security main restricted universe multiverse
I added the dotdeb packages to see if they would resolve the dependencies, but hasn't helped...

When i try and do a apt-get install psa-php5-configurator libapache2-mod-php5, it gives me:
The following information may help to resolve the situation:

The following packages have unmet dependencies:
libapache2-mod-php5: Depends: libc6 (>= 2.3.6-6) but 2.3.6-0ubuntu20.5 is to be installed
Depends: libssl0.9.8 (>= 0.9.8c-1) but 0.9.8a-7ubuntu0.5 is to be installed
Depends: libxml2 (>= 2.6.27) but 2.6.24.dfsg-1ubuntu1.3 is to be installed
Depends: php5-common (= 5.2.6-0.dotdeb.1) but 5.1.2-1ubuntu3.12 is to be installed
E: Broken packages

Any ideas where to start?

Cheers
Gavin
 
Back
Top