Wie installiere ich libapache2-mod-chroot ?

Du kommst mit der Installation nicht voran oder willst noch was nachfragen? Schau auch in den "Tipps und Tricks"-Bereich.
Antworten
Kami33
Beiträge: 4
Registriert: 07.02.2009 12:15:10

Wie installiere ich libapache2-mod-chroot ?

Beitrag von Kami33 » 18.02.2009 23:01:04

Hallo,
Ich versuche Apache2 mit mod_chroot in chroot-Umgebung zu erstellen.

Die Vorgehenweise laut: http://www.howtoforge.de/howto/apache2- ... -chrooten/

Code: Alles auswählen

# apt-get install libapache2-mod-chroot
Reading package lists... Done
Building dependency tree... Done
Package libapache2-mod-chroot is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package libapache2-mod-chroot has no installation candidate
Dann habe ich das Packet libapache2-mod-chroot_0.5-5_i386.deb herunter geladen: http://packages.debian.org/etch/libapache-mod-layout

Code: Alles auswählen

# apt-get install libapache2-mod-chroot_0.5-5_i386.deb
Reading package lists... Done
Building dependency tree... Done
E: Couldn't find package libapache2-mod-chroot_0.5-5_i386.deb
Also, was mache ich falsch? :?:

Meine Datei /etc/apt/sources.list:

Code: Alles auswählen

# 
# deb cdrom:[Debian GNU/Linux 4.0 r6 _Etch_ - Official i386 kde-CD Binary-1 20081219-16:25]/ etch contrib main

deb cdrom:[Debian GNU/Linux 4.0 r6 _Etch_ - Official i386 kde-CD Binary-1 20081219-16:25]/ etch contrib main

deb http://ftp.de.debian.org/debian/ etch main
deb-src http://ftp.de.debian.org/debian/ etch main

deb http://security.debian.org/ etch/updates main contrib
deb-src http://security.debian.org/ etch/updates main contrib

deb http://www.backports.org/debian etch-backports main contrib
Vielen Dank im Voraus,
Kami

moodsx
Beiträge: 188
Registriert: 15.03.2007 09:17:25

Re: Wie installiere ich libapache2-mod-chroot ?

Beitrag von moodsx » 22.02.2009 10:34:01

[quote]
# apt-get install libapache2-mod-chroot_0.5-5_i386.deb
Reading package lists... Done
Building dependency tree... Done
E: Couldn't find package libapache2-mod-chroot_0.5-5_i386.deb
[/quote

Schau Dir mal
an. Das ganze muss dann ungefähr so aussehen:

Code: Alles auswählen

dpkg -i libapache2-mod-chroot_0.5-5_i386.deb

Antworten