ispCP - Board - Support
unmet dependencies when updating to 1.03? - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Support Area (/forum-30.html)
+--- Forum: Update/Upgrade (/forum-44.html)
+--- Thread: unmet dependencies when updating to 1.03? (/thread-9038.html)



unmet dependencies when updating to 1.03? - soomon - 01-01-2010 09:24 PM

hi

i just wanted to update my ispcp to 1.03, but at:
aptitude install $(cat ./docs/Debian/debian-packages-`lsb_release -cs`)
i get the following message:
Code:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Reading extended state information
Initializing package states... Done
Reading task descriptions... Done
The following packages are BROKEN:
  libapache2-mod-php5
The following NEW packages will be installed:
  apache2-mpm-worker libfile-basedir-perl{a} libfile-desktopentry-perl{a} libfile-mimeinfo-perl shared-mime-info{a}
The following packages will be REMOVED:
  apache2-mpm-prefork{a}
0 packages upgraded, 5 newly installed, 1 to remove and 0 not upgraded.
Need to get 965kB of archives. After unpacking 2974kB will be used.
The following packages have unmet dependencies:
  libapache2-mod-php5: Depends: apache2-mpm-prefork (> 2.0.52) but it is not installable or
                                apache2-mpm-itk but it is not installable
The following actions will resolve these dependencies:

Remove the following packages:
libapache2-mod-php5

Score is 119

my system is debian lenny and my ispcp version is:
ispCP 1.0.0 OMEGA
build: 20090225
Codename: Priamos


my sources.lst:
deb http://ftp.de.debian.org/debian/ lenny main contrib non-free
deb-src http://ftp.de.debian.org/debian/ lenny main contrib non-free

deb http://security.debian.org/ lenny/updates main contrib non-free
deb-src http://security.debian.org/ lenny/updates main contrib non-free

what do i have to do?
thanks!!

Code:
xx:~/ispcp-omega-1.0.3# aptitude install apache2-mpm-itk
Reading package lists... Done
Building dependency tree
Reading state information... Done
Reading extended state information
Initializing package states... Done
Reading task descriptions... Done
The following packages are BROKEN:
  apache2
The following NEW packages will be installed:
  apache2-mpm-itk
The following packages will be REMOVED:
  apache2-mpm-prefork{a}
0 packages upgraded, 1 newly installed, 1 to remove and 0 not upgraded.
Need to get 179kB of archives. After unpacking 69.6kB will be freed.
The following packages have unmet dependencies:
  apache2: Depends: apache2-mpm-worker (>= 2.2.9-10+lenny6) but it is not installable or
                    apache2-mpm-prefork (>= 2.2.9-10+lenny6) but it is not installable or
                    apache2-mpm-event (>= 2.2.9-10+lenny6) but it is not installable
The following actions will resolve these dependencies:

Remove the following packages:
apache2

Score is 119

Accept this solution? [Y/n/q/?] ^C
xx:~/ispcp-omega-1.0.3# aptitude install apache2-mpm-worker
Reading package lists... Done
Building dependency tree
Reading state information... Done
Reading extended state information
Initializing package states... Done
Reading task descriptions... Done
The following packages are BROKEN:
  libapache2-mod-php5
The following NEW packages will be installed:
  apache2-mpm-worker
The following packages will be REMOVED:
  apache2-mpm-prefork{a}
0 packages upgraded, 1 newly installed, 1 to remove and 0 not upgraded.
Need to get 241kB of archives. After unpacking 8192B will be used.
The following packages have unmet dependencies:
  libapache2-mod-php5: Depends: apache2-mpm-prefork (> 2.0.52) but it is not installable or
                                apache2-mpm-itk but it is not installable
The following actions will resolve these dependencies:

Remove the following packages:
libapache2-mod-php5

Score is 119

Accept this solution? [Y/n/q/?]



RE: unmet dependencies when updating to 1.03? - kilburn - 01-02-2010 09:22 AM

apt-get remove libapache2-mod-php5

Ispcp doesn't use mod_php, it uses fastcgi/fcgid + php5-fcgi instead Smile


RE: unmet dependencies when updating to 1.03? - soomon - 01-02-2010 12:20 PM

hi.

thanks, everything seems to run fine,
but i can't access my control panel via httpS any more...
i now get error 403 (forbidden).
this worked before..
do you know what could cause this?

and btw.. great update script!
keep up the good work!


RE: unmet dependencies when updating to 1.03? - Nuxwin - 01-02-2010 03:32 PM

Hello ;

Currently, the SSL support is not fully supported. So, you should probably check your exotic configuration.

Indeed, the update script was probably removed all your exotic changes.

Cheers ;


RE: unmet dependencies when updating to 1.03? - kilburn - 01-02-2010 08:25 PM

Code:
sed 's/exotic/manual/g'

Wink


RE: unmet dependencies when updating to 1.03? - Nuxwin - 01-02-2010 08:26 PM

(01-02-2010 08:25 PM)kilburn Wrote:  
Code:
sed 's/exotic/manual/g'

Wink

Tongue


RE: unmet dependencies when updating to 1.03? - soomon - 01-14-2010 07:19 AM

my "exotic" configuration resulted from this manual:
http://www.isp-control.net/documentation/doku.php?id=howto:security:create_your_own_ssl_ca_and_secure_multiple_services

so i guess it's not that exotic.
i could get some pages running by just re-enableing them.
but the ispcp gui still doesn't want to work.
the certificate is trusted (by my firefox), but seems sth has changed and i have to recreate this certificate to match the rigth server name ..


RE: unmet dependencies when updating to 1.03? - kilburn - 01-14-2010 04:55 PM

We can't diagnose without seeing the configuration and/or log files.