• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

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