[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Apache e Php su Debian



Il mio sources.list e':

deb ftp://debian.nettuno.it/debian sid main contrib non-free
deb ftp://debian.nettuno.it/debian-non-US sid/non-US main contrib
non-free
deb http://security.debian.org/ potato/updates main contrib non-free

Ma php non si installa in quanto vuole apache-common (< 1.3.14.1):

lab:/home/acapriot# apt-get install apache
Reading Package Lists... Done
Building Dependency Tree... Done
Sorry, apache is already the newest version.
0 packages upgraded, 0 newly installed, 0 to remove and 0  not upgraded.
lab:/home/acapriot# apt-get install apache-common
Reading Package Lists... Done
Building Dependency Tree... Done
Sorry, apache-common is already the newest version.
0 packages upgraded, 0 newly installed, 0 to remove and 0  not upgraded.
lab:/home/acapriot# apt-get install php3         
Reading Package Lists... Done
Building Dependency Tree... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.

Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:

Sorry, but the following packages have unmet dependencies:
  php3: Depends: apache-common (< 1.3.14.1) but 1.3.19-1 is to be
installed
E: Sorry, broken packages
lab:/home/acapriot# apt-get install php4
Reading Package Lists... Done
Building Dependency Tree... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.

Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:

Sorry, but the following packages have unmet dependencies:
  php4: Depends: apache-common (< 1.3.14.1) but 1.3.19-2 is to be
installed
E: Sorry, broken packages

La woody ha apache-common 1.3.14.3 che non va bene mentre stable ha
1.3.9-13.1 che comunque non soddisfa le dipendenze:
lab:/home/acapriot# dpkg -i apache-common_1.3.9-13.2_i386.deb 
dpkg - warning: downgrading apache-common from 1.3.19-1 to 1.3.9-13.2.
(Reading database ... 46105 files and directories currently installed.)
Preparing to replace apache-common 1.3.19-1 (using
apache-common_1.3.9-13.2_i386.deb) ...
Unpacking replacement apache-common ...
Setting up apache-common (1.3.9-13.2) ...

lab:/home/acapriot# dpkg -i apache                            
apache-common_1.3.9-13.2_i386.deb  apache_1.3.9-13.2_i386.deb
lab:/home/acapriot# dpkg -i apache_1.3.9-13.2_i386.deb 
(Reading database ... 46114 files and directories currently installed.)
Preparing to replace apache 1.3.9-13.2 (using
apache_1.3.9-13.2_i386.deb) ...
Unpacking replacement apache ...
Setting up apache (1.3.9-13.2) ...
Installing new version of config file /etc/cron.daily/apache ...


lab:/home/acapriot# apt-get install php3
Reading Package Lists... Done
Building Dependency Tree... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.

Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:

Sorry, but the following packages have unmet dependencies:
  php3: Depends: apache-common (>= 1.3.14) but 1.3.9-13.2 is to be
installed
E: Sorry, broken packages

Qualche idea?

Saluti
-- 
Andrea Capriotti
NEXTRA S.p.A. - tech. dept.
e-mail: capriotti@nextra.it
tel. (+39) 051 6139283 - fax: (+39) 051 6114455



Reply to: