• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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 http://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