From owner-freebsd-stable@FreeBSD.ORG Fri Feb 3 14:21:06 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 49BB016A420 for ; Fri, 3 Feb 2006 14:21:06 +0000 (GMT) (envelope-from tiksin@free.fr) Received: from mailhost.u-strasbg.fr (mailhost.u-strasbg.fr [130.79.200.153]) by mx1.FreeBSD.org (Postfix) with ESMTP id 57B0143D49 for ; Fri, 3 Feb 2006 14:21:04 +0000 (GMT) (envelope-from tiksin@free.fr) Received: from umb.u-strasbg.fr (umb.u-strasbg.fr [130.79.160.1]) by mailhost.u-strasbg.fr (8.13.4/jtpda-5.5pre1) with ESMTP id k13EL3VP083542 for ; Fri, 3 Feb 2006 15:21:03 +0100 (CET) Received: from umb-sls99-006 (umb-sls99-006.u-strasbg.fr [130.79.169.245]) by umb.u-strasbg.fr (Postfix) with ESMTP id 4C1A12C34B for ; Fri, 3 Feb 2006 15:08:11 +0100 (CET) From: tiksin To: freebsd-stable@freebsd.org Date: Fri, 3 Feb 2006 15:21:04 +0100 User-Agent: KMail/1.8.3 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200602031521.04141.tiksin@free.fr> X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0.2 (mailhost.u-strasbg.fr [130.79.200.153]); Fri, 03 Feb 2006 15:21:03 +0100 (CET) X-Virus-Scanned: ClamAV 0.88/1273/Fri Feb 3 10:07:04 2006 on mr3.u-strasbg.fr X-Virus-Status: Clean X-Spam-Status: No, score=-0.9 required=5.0 tests=ALL_TRUSTED,AWL autolearn=disabled version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on mr3.u-strasbg.fr Subject: pthreads and ldap-python X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Feb 2006 14:21:06 -0000 Hi, I compile python-ldap 2.0.10 on FEEBSD6.0 with openldap 2.3.11 (seveur and client ). When i import the python ldap module i have the following error message: ImportError: libldap_r-2.3.so.1 Undefined symbol "pthread_attr_destroy" But on my desktop (Ubuntu), compilation and import work fine. I guess the problem is specific to freebsd. Any ideas ! tiksin PS: sorry for my bad english !!