Undefined symbol pthread_create?

2007-03-21 Thread Laszlo Nagy
from various people. See 'README' for more! THIS SOFTWARE COMES WITH ABSOLUTELY NO WARRANTY! USE AT YOUR OWN RISK! /libexec/ld-elf.so.1: /usr/local/lib/libpulse.so.0: Undefined symbol pthread_create Can it be that audio/pulseaudio is broken? Looks like a missing dependency or a missing patch

Re: Undefined symbol pthread_create?

2007-03-21 Thread Garrett Cooper
by Michael Hipp. Uses code from various people. See 'README' for more! THIS SOFTWARE COMES WITH ABSOLUTELY NO WARRANTY! USE AT YOUR OWN RISK! /libexec/ld-elf.so.1: /usr/local/lib/libpulse.so.0: Undefined symbol pthread_create Can it be that audio/pulseaudio is broken? Looks like a missing dependency

Re: Undefined symbol pthread_create?

2007-03-21 Thread Nagy László Zsolt
Did you upgrade your system recently or were compat-v.x packages removed? Also, how was pulseaudio installed (package, port, etc)? The pthread lib shouldn't be missing because it is a part of the system which can be compiled in easily using gcc -lpthread. messias# uname -a FreeBSD

Re: zSQLgate fails with 'Undefined symbol pthread_create'

2005-04-25 Thread Toomas Aas
seems to correctly pick up the necessary -pthread compiler option. However, when you later try to load libyazthread.so.2, you get error messages such as 'Undefined symbol pthread_create' or 'Undefined symbol pthread_mutex_lock' After adding '--disable-threads' I no longer get these errors

Re: [zSQLgate] Re: zSQLgate fails with 'Undefined symbol pthread_create'

2005-04-25 Thread Mike Taylor
Date: Mon, 25 Apr 2005 17:19:38 +0300 From: Toomas Aas [EMAIL PROTECTED] Just for the next guy looking for a solution to this in the archives - To get zSQLgate working on FreeBSD 4.11, I had to build the net/yaz port without threads support. To achieve this, I added '--disable-threads'

zSQLgate fails with 'Undefined symbol pthread_create'

2005-04-22 Thread Toomas Aas
-Iblib/arch test.pl 1..1 Can't load '/usr/local/lib/perl5/site_perl/5.8.6/mach/auto/Net/Z3950/SimpleServer/SimpleServer.so' for module Net::Z3950::SimpleServer: /usr/local/lib/libyazthread.so.2: Undefined symbol pthread_create at /usr/local/lib/perl5/5.8.6/mach/DynaLoader.pm line 230. at blib