Problème de l'installation deDHCP sous Ubuntu

Fermé
giant82 Messages postés 3 Date d'inscription mardi 15 avril 2008 Statut Membre Dernière intervention 13 mai 2008 - 13 mai 2008 à 17:40
 kiki - 13 mai 2008 à 18:30
Bonjour,
J'ai un problème pendant la période d'installation de DHCP codes qui se trouve ici: http://www.isc.org/index.pl?/sw/dhcp/

Le problème est que apres saisir la commande: ./configure
j'ai reçu ces trucs:

checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for ranlib... ranlib
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking whether byte ordering is bigendian... no
checking for prefix by checking for dhcpd... /usr/sbin/dhcpd
checking for dhcpd.leases location.../var/state/dhcp/dhcpd.leases
checking for dhclient.leases location.../var/state/dhcp/dhclient.leases
checking linux/types.h usability... yes
checking linux/types.h presence... yes
checking for linux/types.h... yes
checking for linux/filter.h... yes
checking for struct lifnum... no
checking for struct if_laddrconf... no
checking for struct if_laddrreq... no
checking net/if_dl.h usability... no
checking net/if_dl.h presence... no
checking for net/if_dl.h... no
checking net/if6.h usability... no
checking net/if6.h presence... no
checking for net/if6.h... no
checking regex.h usability... yes
checking regex.h presence... yes
checking for regex.h... yes
checking for library containing MD5_Init... no
checking for library containing MD5Init... no
checking for library containing socket... none required
checking for library containing inet_ntoa... none required
checking for library containing inet_aton... none required
checking for library containing regcomp... none required
checking for library containing if_nametoindex... none required
checking for /dev/random... yes
checking for struct sockaddr.sa_len... no
checking for struct iaddr *... yes
checking size of struct iaddr *... 4
checking for struct msghdr.msg_control... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating client/Makefile
config.status: creating common/Makefile
config.status: creating common/tests/Makefile
config.status: creating dhcpctl/Makefile
config.status: creating dst/Makefile
config.status: creating includes/Makefile
config.status: creating minires/Makefile
config.status: creating omapip/Makefile
config.status: creating relay/Makefile
config.status: creating server/Makefile
config.status: creating tests/Makefile
config.status: creating includes/config.h
config.status: includes/config.h is unchanged
config.status: executing depfiles commands

Au niveau de Linux, Je suis un débutant. Je comprends pas pourquoi il y a beaucoup de NO comme ça. Quelqu'un a une solution. Si c'est le cas, je suis preneur.

Merci d'avance à tous.
A voir également:

1 réponse

Bonsoir,

Avec Ubuntu, vous ne devez pas installer d'applications telechargée en dehors des depots officiels d'Ubuntu (gestion des dependances).

Le client DHCP est installé en standart. Si vous voulez installer un serveur DHCP, faite votre recherche dans le gestionnaire de paquet synaptic.
N'oubliez pas qu'il existe 2 version d'ubuntu : une version poste client et une version serveur.

Consultez d'abord la documentation sur le site Ubuntu.

Cordialement,
0