From owner-freebsd-questions Tue Aug 28 2:21: 0 2001 Delivered-To: freebsd-questions@freebsd.org Received: from web13307.mail.yahoo.com (web13307.mail.yahoo.com [216.136.175.43]) by hub.freebsd.org (Postfix) with SMTP id 30B6737B403 for ; Tue, 28 Aug 2001 02:20:57 -0700 (PDT) (envelope-from sumirati@yahoo.de) Message-ID: <20010828092056.92100.qmail@web13307.mail.yahoo.com> Received: from [193.174.9.99] by web13307.mail.yahoo.com via HTTP; Tue, 28 Aug 2001 11:20:56 CEST Date: Tue, 28 Aug 2001 11:20:56 +0200 (CEST) From: =?iso-8859-1?q?m=20p?= Subject: Re: Undefined symbol To: JHilgeman@ecx.com Cc: freebsd-questions@FreeBSD.ORG MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > I was trying to configure ODBC on my FreeBSD system, but whenever I try to > connect to a Data source with an ODBC application, I get this system error: > > /usr/libexec/ld-elf.so.1: /usr/local/lib/libmyodbc.so: Undefined symbol > "pthread_mutex_init" > > Does anyone know what this means, and what I have to do in order to get rid > of it? > > - Jonathan > Hi Jonathan, i don't know exaktly what it means, but: pthreads stands for POSIX threads. Is your ODBC app originally derived from Linux or another Unix? If it is originally written for Linux try to add some Linux-compatibility libaries for compiling. (Every Unix i came across implemted the POSIX threads slightly different.) For others to help please add some information: Your FreeBSD version. The name of the applikation / libary you use to do ODBC. (MyODBC from the ports?) And perhaps some more information about the error. There have to be some. Hope that helps Marc __________________________________________________________________ Do You Yahoo!? Gesendet von Yahoo! Mail - http://mail.yahoo.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message