problem z proftpd

Ogólne pytania dotyczące systemu
RuFiK
Posty: 40
Rejestracja: 17 lipca 2007, 00:48
Lokalizacja: Skar¿ysko-Kam.

problem z proftpd

Post autor: RuFiK »

Kod: Zaznacz cały

lvps87-230-80-238:/home# apt-get install proftpd
Reading package lists... Done
Building dependency tree... Done
proftpd is already the newest version.
You might want to run `apt-get -f install' to correct these:
The following packages have unmet dependencies:
  apache2: Depends: apache2-mpm-worker (>= 2.2.6-2) but it is not going to be installed or
                    apache2-mpm-prefork (>= 2.2.6-2) but 2.2.3-4+etch1 is to be installed o                                                  r
                    apache2-mpm-event (>= 2.2.6-2) but it is not going to be installed
  libc5-altdev: Depends: libc5 (= 5.4.46-15) but it is not installable
  libglib2.0-dev: Depends: libc6-dev but it is not going to be installed or
                           libc-dev
                  Depends: pkg-config (>= 0.14.0) but it is not going to be installed
  libglibmm-2.4-1: Depends: libsigc++-2.0-0 (>= 2.0.2) but it is not installable
  libmysqlclient10: Depends: mysql-common but it is not going to be installed
  proftpd: Depends: libc6 (>= 2.6.1-1) but 2.3.6.ds1-13etch2 is to be installed
           Depends: libmysqlclient15off (>= 5.0.27-1) but it is not going to be installed
           Depends: libncurses5 (>= 5.6+20071006-3) but 5.5-5 is to be installed
           Depends: libpam0g (>= 0.99.7.1) but 0.79-4 is to be installed
           Depends: libpq5 but it is not installable
           Depends: libssl0.9.8 (>= 0.9.8f-1) but 0.9.8c-4etch1 is to be installed
           Depends: zlib1g (>= 1:1.2.3.3.dfsg-1) but 1:1.2.3-13 is to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
oco chodzi ?
i ak moge doinstalowac biblioteki ... za kazdym gdy cos chce zrobic mam errory :/
Awatar użytkownika
qbsiu
Beginner
Posty: 491
Rejestracja: 19 marca 2007, 19:47
Lokalizacja: £DZ

Post autor: qbsiu »

Kod: Zaznacz cały

cat /etc/apt/sources.list

Kod: Zaznacz cały

cat /etc/debian_version
Wklej wynik poleceń
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
Próbowałeś?
RuFiK
Posty: 40
Rejestracja: 17 lipca 2007, 00:48
Lokalizacja: Skar¿ysko-Kam.

Post autor: RuFiK »

Kod: Zaznacz cały

#Host Europe server:
deb [url]ftp://80.237.136.138/mirror/ftp.debian.org/debian/[/url] etch main contrib non-free
deb [url]ftp://80.237.136.138/mirror/ftp.debian.org/debian-security/[/url] etch/updates main contrib non-free

deb [url]http://security.debian.org[/url] etch/updates main contrib non-free
deb-src [url]http://security.debian.org/[/url] etch/updates main contrib non-free

deb [url]http://ftp.de.debian.org/debian/[/url] etch main contrib non-free
deb-src [url]http://ftp.de.debian.org/debian/[/url] etch main contrib non-free

#~~~~~~~~~~~~~~~~~~~~Etch~~~~~~~~~~~~~~~~~~~~~~~~~#
deb [url]http://ftp.pl.debian.org/debian/[/url] etch main non-free contrib
deb-src [url]http://ftp.pl.debian.org/debian/[/url] etch main non-free contrib
#deb [url]http://security.debian.org/[/url] etch/updates main contrib non-free
#deb-src [url]http://security.debian.org/[/url] etch/updates main contrib non-free
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#

#~~~~~~~~~~~~~~~~~~~~~~Debian-multimedia~~~~~~~~~~~~~~~~~~~~#
#deb [url]http://www.debian-multimedia.org[/url] etch main
#deb-src [url]http://www.debian-multimedia.org[/url] etch main
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#

# [url]http://www.jozek.zgora.pl/konfiguracja_apt.html[/url]

deb [url]http://security.debian.org/[/url] stable/updates main contrib non-free
deb [url]http://ftp.pl.debian.org/debian[/url] stable main contrib non-free
#deb [url]http://ftp.pl.debian.org/debian[/url] stable-proposed-updates main contrib non-free

deb [url]http://http.us.debian.org/debian[/url] stable main contrib non-free
#deb [url]http://non-us.debian.org/debian-non-US[/url] stable/non-US main contrib non-freelvps87-230-80-238:/etc#

Kod: Zaznacz cały

lvps87-230-80-238:/etc# cat /etc/debian_version
4.0
Awatar użytkownika
ruun
Member
Posty: 1366
Rejestracja: 29 marca 2007, 21:07
Lokalizacja: Kruszwica

Post autor: ruun »

Ale masz tam bałagan. Usuń wszystko z pliku sources.list i wklej to:

Kod: Zaznacz cały

deb [url]http://ftp.pl.debian.org/debian/[/url] etch main non-free contrib 
deb [url]http://security.debian.org/[/url] etch/updates main contrib non-free 
następnie:

Kod: Zaznacz cały

aptitude update && aptitude install proftpd
RuFiK
Posty: 40
Rejestracja: 17 lipca 2007, 00:48
Lokalizacja: Skar¿ysko-Kam.

Post autor: RuFiK »

Kod: Zaznacz cały

-bash: aptitude: command not found
:/
Awatar użytkownika
qbsiu
Beginner
Posty: 491
Rejestracja: 19 marca 2007, 19:47
Lokalizacja: £DZ

Post autor: qbsiu »

Z roota:

Kod: Zaznacz cały

apt-get update && apt-get install proftpd
RuFiK
Posty: 40
Rejestracja: 17 lipca 2007, 00:48
Lokalizacja: Skar¿ysko-Kam.

Post autor: RuFiK »

Kod: Zaznacz cały

Reading package lists... Done
Building dependency tree... Done
E: The package mc needs to be reinstalled, but I can't find an archive for it.
:/

ps z roota robie
ODPOWIEDZ