Probleem met bind 9.1

Pagina: 1
Acties:

  • imdos
  • Registratie: Maart 2000
  • Laatst online: 05-08 12:09

imdos

I use FreeNAS and Ubuntu

Topicstarter
Tsja ... 8.2 was/is dus exploitable dus gaan we maar weer eens updaten.

De handleiding is summier ... er staat alleen ./configure;make wat in feite genoeg moet zijn!

Maar ik krijg dus bij make enige errors.
Ook zie ik info zoals unix en asm! Allemaal dingen die ik niet nodig heb.

Ik draai overigens Slackware 7.1 met kernel 2.2.18 en nog wat zut. Op i386 that is

pvoutput. Waarom makkelijk doen, als het ook moeilijk kan! Every solution has a new problem


  • imdos
  • Registratie: Maart 2000
  • Laatst online: 05-08 12:09

imdos

I use FreeNAS and Ubuntu

Topicstarter
making all in /data/bind-9.1.0/make
make[1]: Entering directory `/data/bind-9.1.0/make'
make[1]: Leaving directory `/data/bind-9.1.0/make'
making all in /data/bind-9.1.0/lib
make[1]: Entering directory `/data/bind-9.1.0/lib'
making all in /data/bind-9.1.0/lib/isc
make[2]: Entering directory `/data/bind-9.1.0/lib/isc'
making all in /data/bind-9.1.0/lib/isc/include
make[3]: Entering directory `/data/bind-9.1.0/lib/isc/include'
making all in /data/bind-9.1.0/lib/isc/include/isc
make[4]: Entering directory `/data/bind-9.1.0/lib/isc/include/isc'
make[4]: Leaving directory `/data/bind-9.1.0/lib/isc/include/isc'
make[3]: Leaving directory `/data/bind-9.1.0/lib/isc/include'
making all in /data/bind-9.1.0/lib/isc/unix
make[3]: Entering directory `/data/bind-9.1.0/lib/isc/unix'
making all in /data/bind-9.1.0/lib/isc/unix/include
make[4]: Entering directory `/data/bind-9.1.0/lib/isc/unix/include'
making all in /data/bind-9.1.0/lib/isc/unix/include/isc
make[5]: Entering directory `/data/bind-9.1.0/lib/isc/unix/include/isc'
make[5]: Leaving directory `/data/bind-9.1.0/lib/isc/unix/include/isc'
make[4]: Leaving directory `/data/bind-9.1.0/lib/isc/unix/include'
gcc -g -O2 -I/data/bind-9.1.0 -I./include -I./../pthreads/include -I../include -I./../include -I./.. -D_REENTRANT -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -c app.c
In file included from /usr/include/bits/errno.h:25,
from /usr/include/errno.h:36,
from app.c:25:
/usr/include/linux/errno.h:4: asm/errno.h: No such file or directory
In file included from /usr/include/signal.h:300,
from app.c:27:
/usr/include/bits/sigcontext.h:28: asm/sigcontext.h: No such file or directory
make[3]: *** [app.o] Error 1
make[3]: Leaving directory `/data/bind-9.1.0/lib/isc/unix'
make[2]: *** [subdirs] Error 1
make[2]: Leaving directory `/data/bind-9.1.0/lib/isc'
make[1]: *** [subdirs] Error 1
make[1]: Leaving directory `/data/bind-9.1.0/lib'
make: *** [subdirs] Error 1

pvoutput. Waarom makkelijk doen, als het ook moeilijk kan! Every solution has a new problem


  • Bigs
  • Registratie: Mei 2000
  • Niet online
Volgens mij wil hij je kernel header files in /usr/include/linux hebben staan, dus ff symlinkje maken of gewoon kopieëren.

  • imdos
  • Registratie: Maart 2000
  • Laatst online: 05-08 12:09

imdos

I use FreeNAS and Ubuntu

Topicstarter
Hmm ... die bestond en linkte weer door naar /usr/src/linux/include/asm
maar daar waren alleen asm-i386 etc. etc.
dus ik een symlink gemaakt maar daar werd het alleen erger van

pvoutput. Waarom makkelijk doen, als het ook moeilijk kan! Every solution has a new problem


  • imdos
  • Registratie: Maart 2000
  • Laatst online: 05-08 12:09

imdos

I use FreeNAS and Ubuntu

Topicstarter
Nu weer over ipv6 zover ik het opmaak!
gcc -g -O2 -I/data/bind-9.1.0 -I./include -I./../pthreads/include -I../include -I./../include -I./.. -D_REENTRANT -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -c interfaceiter.c
In file included from include/isc/net.h:99,
from interfaceiter.c:35:
../include/isc/ipv6.h:70: warning: `s6_addr' redefined
/usr/include/netinet/in.h:173: warning: this is the location of the previous definition
../include/isc/ipv6.h:72: warning: `s6_addr16' redefined
/usr/include/netinet/in.h:174: warning: this is the location of the previous definition
../include/isc/ipv6.h:73: warning: `s6_addr32' redefined
/usr/include/netinet/in.h:175: warning: this is the location of the previous definition
../include/isc/ipv6.h:75: warning: `IN6ADDR_ANY_INIT' redefined
/usr/include/netinet/in.h:181: warning: this is the location of the previous definition
../include/isc/ipv6.h:76: warning: `IN6ADDR_LOOPBACK_INIT' redefined
/usr/include/netinet/in.h:182: warning: this is the location of the previous definition
../include/isc/ipv6.h:105: warning: `IN6_IS_ADDR_UNSPECIFIED' redefined
/usr/include/netinet/in.h:262: warning: this is the location of the previous definition
../include/isc/ipv6.h:114: warning: `IN6_IS_ADDR_LOOPBACK' redefined
/usr/include/netinet/in.h:266: warning: this is the location of the previous definition
../include/isc/ipv6.h:124: warning: `IN6_IS_ADDR_V4COMPAT' redefined
/usr/include/netinet/in.h:282: warning: this is the location of the previous definition
../include/isc/ipv6.h:132: warning: `IN6_IS_ADDR_V4MAPPED' redefined
/usr/include/netinet/in.h:278: warning: this is the location of the previous definition
../include/isc/ipv6.h:138: warning: `IN6_IS_ADDR_MULTICAST' redefined
/usr/include/netinet/in.h:268: warning: this is the location of the previous definition
In file included from include/isc/net.h:99,
from interfaceiter.c:35:
../include/isc/ipv6.h:63: redefinition of `struct in6_addr'
../include/isc/ipv6.h:81: redefinition of `struct sockaddr_in6'

pvoutput. Waarom makkelijk doen, als het ook moeilijk kan! Every solution has a new problem


  • Prozaq
  • Registratie: Juni 2000
  • Laatst online: 14:04
Schattig die smileys :)

  • imdos
  • Registratie: Maart 2000
  • Laatst online: 05-08 12:09

imdos

I use FreeNAS and Ubuntu

Topicstarter
Ik heb de oplossing al gevonden. Evenals een ander topic waren me include files verdwenen!

Dus bleef die zeuren

pvoutput. Waarom makkelijk doen, als het ook moeilijk kan! Every solution has a new problem

Pagina: 1