Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:87025 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 51288 invoked from network); 5 Jul 2015 09:18:21 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 Jul 2015 09:18:21 -0000 Authentication-Results: pb1.pair.com header.from=smalyshev@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=smalyshev@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.220.46 as permitted sender) X-PHP-List-Original-Sender: smalyshev@gmail.com X-Host-Fingerprint: 209.85.220.46 mail-pa0-f46.google.com Received: from [209.85.220.46] ([209.85.220.46:35122] helo=mail-pa0-f46.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id F4/21-21549-C56F8955 for ; Sun, 05 Jul 2015 05:18:20 -0400 Received: by pactm7 with SMTP id tm7so79288787pac.2 for ; Sun, 05 Jul 2015 02:18:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :content-type:content-transfer-encoding; bh=I+QP+9JxZUDbQZ8UACpe7Qr/3tGEGRY5NyNN9+kQUzs=; b=U3qLfNUhA9oUPoSU0mUXo0S+I9SJ71AaY821IJsI5t2Ufh/Kr5iwbekGL0PsBNfIRZ ZhlZ3uQA/qrXPp8C+e6RXMJvANs4uOUNsWhvOYKUC9PSpkCsqHkfdEqLV652evlkm+dK B8JgkDWcywAgeiVgSOJjfC4DshN7+7VEPwKvK31QNaAFpoSS95yKhDwFmRrcYd3fpqXz bVYiTS4IktRG/YZmqIm6nG+HEXelquNHKDRc6LKXL+9qMZF0UEM+gAI8mvbF+ue9wlK8 GYZSbKnDoHxdlyKZj0LjCITMPQU+YPQXmatvYq5RUzUZN+uaGyP+ID1y+Dfg+K7Z4WId exrQ== X-Received: by 10.70.133.170 with SMTP id pd10mr93884263pdb.127.1436087897732; Sun, 05 Jul 2015 02:18:17 -0700 (PDT) Received: from Stas-Air.local (108-66-6-48.lightspeed.sntcca.sbcglobal.net. [108.66.6.48]) by mx.google.com with ESMTPSA id ra10sm14460152pab.19.2015.07.05.02.18.16 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 05 Jul 2015 02:18:16 -0700 (PDT) Message-ID: <5598F64E.4040501@gmail.com> Date: Sun, 05 Jul 2015 02:18:06 -0700 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: PHP Internals CC: =?UTF-8?B?Q8O0bWUgQmVybmlnYXVk?= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Subject: LDAP build broken From: smalyshev@gmail.com (Stanislav Malyshev) Hi! I've been rebuilding my checkout of master and I've discovered LDAP build is broken: Undefined symbols for architecture x86_64: "_ldap_control_find", referenced from: _zif_ldap_control_paged_result_response in ldap.o ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation) Looks like it comes from commit 4f7808ec50b279e1088cd01dbd502498617f2aca which replaced ldap_find_control with ldap_control_find, however my LDAP library on Mac OS X 10.9 has _ldap_find_control but not _ldap_control_find. configure worked fine however - so we need to either add check in configure of ifdefs. Thanks, -- Stas Malyshev smalyshev@gmail.com