From owner-freebsd-questions@FreeBSD.ORG Wed Apr 13 19:39:22 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 34F2C16A4CE for ; Wed, 13 Apr 2005 19:39:22 +0000 (GMT) Received: from mailhost.frm2.tum.de (mailhost.frm2.tum.de [129.187.179.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5240143D58 for ; Wed, 13 Apr 2005 19:39:21 +0000 (GMT) (envelope-from Joerg.Pulz@frm2.tum.de) Received: from localhost (mailhost.frm2.tum.de [129.187.179.12]) by mailhost.frm2.tum.de (8.13.1/8.13.1) with ESMTP id j3DJdKnZ036911; Wed, 13 Apr 2005 21:39:20 +0200 (CEST) (envelope-from jpulz@frm2.tum.de) Received: from hades.admin.frm2 (hades.admin.frm2 [172.25.1.10]) by mailhost.frm2.tum.de (8.13.1/8.13.1) with ESMTP id j3DJdG3u036904 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Wed, 13 Apr 2005 21:39:16 +0200 (CEST) (envelope-from jpulz@frm2.tum.de) Received: from hades.admin.frm2 (localhost [127.0.0.1]) by hades.admin.frm2 (8.13.3/8.13.3) with ESMTP id j3DJdGKd061671; Wed, 13 Apr 2005 21:39:16 +0200 (CEST) (envelope-from jpulz@frm2.tum.de) Received: (from jpulz@localhost) by hades.admin.frm2 (8.13.3/8.13.3/Submit) id j3DJdGXL061670; Wed, 13 Apr 2005 21:39:16 +0200 (CEST) (envelope-from jpulz) Date: Wed, 13 Apr 2005 21:39:12 +0200 (CEST) From: Joerg Pulz To: Tom Frontera In-Reply-To: <425D88E8.7040403@generationresponse.com> Message-ID: <20050413212809.O868@hades.admin.frm2> References: <425D7F08.6090404@generationresponse.com> <20050413205608.C868@hades.admin.frm2> <425D88E8.7040403@generationresponse.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Virus-Scanned: at mailhost.frm2.tum.de cc: freebsd-questions@freebsd.org Subject: Re: isc-dhcp3-server port - [ScanMail certified] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Apr 2005 19:39:22 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Wed, 13 Apr 2005, Tom Frontera wrote: > FreeBSD 4.11-RELEASE > > and I updated the ports, but that didn't help. [snip] Hi, here is a quick fix and a short description. FIX: please run 'make config' again and DESELECT the DHCP_LDAP_SSL OPTION. Description: the isc-dhcp3-server port comes with it's own version of the ip.h and ip_icmp.h files. these can be found, once the ports source is extracted, in "work/dhcp-3.0.2/includes/netinet/". the use of the DHCP_LDAP_SSL and OPENSSL_BASE OPTION add's an additional -I/usr/include to let the compiler find the right OpenSSL includes, which causes the problem on your system as your compiler is using the FreeBSD version of netinet/ip.h and netinet/ip_icmp.h located in /usr/inlcude instead of the port ones. there is no problem on my various 5.x system so i think it is a special thing with the gcc version in your 4.11 system. unfortunately i have no 4.x system running but i will try to find a suitable machine to check this for myself and to provide a better solution to fix this problem. please let me know if it builds now on your system. regards Joerg - -- The beginning is the most important part of the work. -Plato -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (FreeBSD) iD8DBQFCXXVjSPOsGF+KA+MRAmRpAKCV0OX625nCkT0q8WzxFwMOj+AL3gCfbCfJ nMuMk27nTXA87IJf1x9l7NM= =J8rL -----END PGP SIGNATURE-----