From owner-freebsd-questions Tue Aug 28 8:56:27 2001 Delivered-To: freebsd-questions@freebsd.org Received: from primus.vsservices.com (primus.vsservices.com [63.66.136.75]) by hub.freebsd.org (Postfix) with ESMTP id 9235837B406 for ; Tue, 28 Aug 2001 08:56:20 -0700 (PDT) (envelope-from gclarkii@vsservices.com) Received: from prime.vsservices.com (conr-adsl-dhcp-28-213.txucom.net [209.34.28.213]) by primus.vsservices.com (8.11.3/8.11.3) with SMTP id f7SFsOI97790; Tue, 28 Aug 2001 08:54:24 -0700 (PDT) (envelope-from gclarkii@vsservices.com) Content-Type: text/plain; charset="iso-8859-1" From: GB Clark II To: m p Subject: Re: Undefined symbol Date: Tue, 28 Aug 2001 10:54:26 -0500 X-Mailer: KMail [version 1.2] References: <20010828092056.92100.qmail@web13307.mail.yahoo.com> In-Reply-To: <20010828092056.92100.qmail@web13307.mail.yahoo.com> Cc: freebsd-questions@freebsd.org MIME-Version: 1.0 Message-Id: <01082810542600.44450@prime.vsservices.com> 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 On Tuesday 28 August 2001 04:20, you wrote: > > 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, Ok, it looks like your linking with libmyodbc.so which is a threaded library. I would make sure that the app is linking with libc_r which includes the thread stuff. Is this application from ports? Or is it a home brew? GB -- GB Clark II | Roaming FreeBSD Admin gclarkii@VSServices.COM | General Geek CTHULU for President - Why choose the lesser of two evils? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message