bind9 auf debian kompilieren

Bind, PowerDNS
Post Reply
thomas.km
Posts: 364
Joined: 2003-09-14 11:35
Location: Schleswig-Holstein
 

bind9 auf debian kompilieren

Post by thomas.km »

Moins

Debian Sarge vServer
bind9 kompilieren

./configure --disable-linux-caps
loading cache ./config.cache
checking host system type... i686-pc-linux-gnuoldld
checking whether make sets ${MAKE}... no
checking for ranlib... :
checking for a BSD compatible install... /usr/bin/install -c
checking for ar... no
configure: error:
ar program not found. Please fix your PATH to include the directory in
which ar resides, or set AR in the environment with the full path to ar.


Ich muss mit -disable-linux-caps arbeiten, da sonst der bind nicht läuft.

Starting domain name service: namednamed: capset failed: Operation not permitted
named: capset failed: Operation not permitted
captaincrunch
Userprojekt
Userprojekt
Posts: 7066
Joined: 2002-10-09 14:30
Location: Dorsten
Contact:
 

Re: bind9 auf debian kompilieren

Post by captaincrunch »

Und wo ist jetzt bitte die Frage?
DebianHowTo
echo "[q]sa[ln0=aln256%Pln256/snlbx]sb729901041524823122snlbxq"|dc
thomas.km
Posts: 364
Joined: 2003-09-14 11:35
Location: Schleswig-Holstein
 

Re: bind9 auf debian kompilieren

Post by thomas.km »

CaptainCrunch wrote:Und wo ist jetzt bitte die Frage?
sorry

das ich bei dem output des Configure Scripts nicht weiter weis:

configure: error:
ar program not found. Please fix your PATH to include the directory in
which ar resides, or set AR in the environment with the full path to ar.

Ar sagt mir nichts.
captaincrunch
Userprojekt
Userprojekt
Posts: 7066
Joined: 2002-10-09 14:30
Location: Dorsten
Contact:
 

Re: bind9 auf debian kompilieren

Post by captaincrunch »

Dir fehlt das ar-Binary (Paket binutils). Wieso um alles in der Welt willst du den Bind denn unbedingt selbst kompilieren, wenn du selbst dabei schon nicht weiter kommst (obwohl es klipp und klar da steht)?
DebianHowTo
echo "[q]sa[ln0=aln256%Pln256/snlbx]sb729901041524823122snlbxq"|dc
thomas.km
Posts: 364
Joined: 2003-09-14 11:35
Location: Schleswig-Holstein
 

Re: bind9 auf debian kompilieren

Post by thomas.km »

weil ich den bind wenn ich ihn über apt-get installiere, nicht starten kann. Mein Provider sagte dann ( Aufgrund des Fehlers) das ich ihn selber kompilieren muss.
thomas.km
Posts: 364
Joined: 2003-09-14 11:35
Location: Schleswig-Holstein
 

Re: bind9 auf debian kompilieren

Post by thomas.km »

habe binutils nun installiert.

nun kommt: configure: error: installation or configuration problem: C compiler cannot create executables.


gcc version 3.3.5 (Debian 1:3.3.5-13)
Post Reply