On Thu, Apr 30, 2009 at 16:30, Fabio La Farcioli <[email protected]> wrote: > Salve a tutta la lista, > > vi volevo segnalare un problema... > > facendo un > > # apt-get install php5-curl > > ottengo questo: > > 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: > > The following packages have unmet dependencies: > php5-curl: Depends: libc6 (>= 2.7-1) but 2.3.6.ds1-13etch9+b1 is to be > installed > Depends: libcurl3 (>= 7.16.2-1) but it is not going to be > installed > Depends: php5-common (= 5.2.6.dfsg.1-1+lenny2) but > 5.2.0-8+etch13 is to be installed > E: Broken packages
A naso direi che hai installato Debian etch, solo nel file sources.list hai scritto "stable" anziché "etch", ed essendo stata rilasciata lenny ovviamente il repository punta a lenny. Quindi vuoi installare php5-curl, Debian automaticamente lo prende da lenny, ma vuole le dipendenze di lenny, che tu non hai. Soluzioni: passare a lenny oppure far puntare sources.list a etch. Comunque posta /etc/apt/sources.list -- Dario Pilori -Linux registered user #406515 -Debian GNU/Linux "squeeze" user -Per favore non inviatemi documenti in formato Word o PowerPoint. Per info: http://www.gnu.org/philosophy/no-word-attachments.it.html -- Per REVOCARE l'iscrizione alla lista, inviare un email a [email protected] con oggetto "unsubscribe". Per problemi inviare un email in INGLESE a [email protected] To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

