From owner-freebsd-ports@FreeBSD.ORG Sun Feb 1 11:09:12 2015 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BEDB2978 for ; Sun, 1 Feb 2015 11:09:12 +0000 (UTC) Received: from cpsmtpb-ews03.kpnxchange.com (cpsmtpb-ews03.kpnxchange.com [213.75.39.6]) by mx1.freebsd.org (Postfix) with ESMTP id 293AF7DE for ; Sun, 1 Feb 2015 11:09:11 +0000 (UTC) Received: from cpsps-ews29.kpnxchange.com ([10.94.84.195]) by cpsmtpb-ews03.kpnxchange.com with Microsoft SMTPSVC(7.5.7601.17514); Sun, 1 Feb 2015 12:07:58 +0100 Received: from CPSMTPM-CMT108.kpnxchange.com ([195.121.3.24]) by cpsps-ews29.kpnxchange.com with Microsoft SMTPSVC(7.5.7601.17514); Sun, 1 Feb 2015 12:07:58 +0100 Received: from donald.offrom.nl ([77.170.60.162]) by CPSMTPM-CMT108.kpnxchange.com over TLS secured channel with Microsoft SMTPSVC(7.0.6002.18264); Sun, 1 Feb 2015 12:07:57 +0100 Received: from squid (squid.offrom.nl [192.168.0.72]) by donald.offrom.nl (8.14.9/8.14.9) with ESMTP id t11B7tXe081444 for ; Sun, 1 Feb 2015 12:07:55 +0100 (CET) (envelope-from Willy@Offermans.Rompen.nl) Received: from willy by squid with local (Exim 4.80) (envelope-from ) id 1YHsNf-0007oU-Mx for freebsd-ports@freebsd.org; Sun, 01 Feb 2015 12:07:55 +0100 Date: Sun, 1 Feb 2015 12:07:55 +0100 From: Willy Offermans To: freebsd-ports@freebsd.org Subject: net/isc-dhcp42-server and ldap support Message-ID: <20150201110755.GA29354@vpn.offrom.nl> Reply-To: Willy@Offermans.Rompen.nl MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED autolearn=unavailable autolearn_force=no version=3.4.0 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on donald.offrom.nl X-OriginalArrivalTime: 01 Feb 2015 11:07:58.0036 (UTC) FILETIME=[55E6B940:01D03E0F] X-RcptDomain: freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Feb 2015 11:09:12 -0000 Dear FreeBSD friends, I like to install net/isc-dhcp42-server with LDAP and LDAP_SSL support. However upon compilation, I received the following error message: gmake[3]: Entering directory '/usr/ports/net/isc-dhcp42-server/work/dhcp-4.2.7/omapip' cc -O2 -pipe -fPIC -fstack-protector -DLDAP_DEPRECATED -fno-strict-aliasing -I../bind/include -Wl,-rpath,/usr/lib:/usr/local/lib -Wl,-rpath,/usr/lib:/usr/local/lib -Wl,-rpath,/usr/lib:/usr/local/lib -Wl,-rpath,/usr/lib:/usr/local/lib -fstack-protector -o svtest test.o libomapi.a ../bind/lib/libdns.a ../bind/lib/libisc.a -llber -lldap -L/usr/local/lib -lssl libomapi.a(buffer.o): In function `omapi_connection_copyin': buffer.c:(.text+0x76b): undefined reference to `isc__socket_fdwatchpoke' libomapi.a(dispatch.o): In function `omapi_register_io_object': dispatch.c:(.text+0x3aa): undefined reference to `isc__socket_fdwatchcreate' libomapi.a(dispatch.o): In function `omapi_reregister_io_object': dispatch.c:(.text+0x50d): undefined reference to `isc__socket_fdwatchpoke' libomapi.a(dispatch.o): In function `omapi_unregister_io_object': dispatch.c:(.text+0x677): undefined reference to `isc__socket_cancel' dispatch.c:(.text+0x67f): undefined reference to `isc__socket_detach' libomapi.a(isclib.o): In function `isclib_cleanup': isclib.c:(.text+0x27): undefined reference to `isc__task_shutdown' isclib.c:(.text+0x30): undefined reference to `isc__task_detach' isclib.c:(.text+0x40): undefined reference to `isc__timermgr_destroy' isclib.c:(.text+0x50): undefined reference to `isc__socketmgr_destroy' isclib.c:(.text+0x60): undefined reference to `isc__taskmgr_destroy' isclib.c:(.text+0x6f): undefined reference to `isc__app_ctxfinish' isclib.c:(.text+0x86): undefined reference to `isc__appctx_destroy' isclib.c:(.text+0x9e): undefined reference to `isc__mem_detach' libomapi.a(isclib.o): In function `dhcp_context_create': isclib.c:(.text+0x10b): undefined reference to `isc__mem_create' isclib.c:(.text+0x12c): undefined reference to `isc__appctx_create' isclib.c:(.text+0x13d): undefined reference to `isc__app_ctxstart' isclib.c:(.text+0x1a6): undefined reference to `isc__task_create' libomapi.a(isclib.o): In function `dhcp_signal_handler': isclib.c:(.text+0x446): undefined reference to `isc__app_ctxsuspend' cc: error: linker command failed with exit code 1 (use -v to see invocation) gmake[3]: *** [svtest] Error 1 Makefile:390: recipe for target 'svtest' failed gmake[3]: Leaving directory '/usr/ports/net/isc-dhcp42-server/work/dhcp-4.2.7/omapip' gmake[2]: *** [all-recursive] Error 1 Makefile:412: recipe for target 'all-recursive' failed gmake[2]: Leaving directory '/usr/ports/net/isc-dhcp42-server/work/dhcp-4.2.7' *** Error code 1 Stop. make[1]: stopped in /usr/ports/net/isc-dhcp42-server *** Error code 1 Stop. make: stopped in /usr/ports/net/isc-dhcp42-server How can I compile isc-dhcp42-server with LDAP and LDAP_SSL support? -- Met vriendelijke groeten, With kind regards, Mit freundlichen Gruessen, De jrus wah, Wiel ************************************* W.K. Offermans Powered by .... (__) \\\'',) \/ \ ^ .\._/_) www.FreeBSD.org