Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Aug 2001 10:54:26 -0500
From:      GB Clark II <gclarkii@vsservices.com>
To:        m p <sumirati@yahoo.de>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Undefined symbol
Message-ID:  <01082810542600.44450@prime.vsservices.com>
In-Reply-To: <20010828092056.92100.qmail@web13307.mail.yahoo.com>
References:  <20010828092056.92100.qmail@web13307.mail.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?01082810542600.44450>