From owner-freebsd-questions@FreeBSD.ORG Wed Mar 21 15:27:20 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EB1D116A40A for ; Wed, 21 Mar 2007 15:27:20 +0000 (UTC) (envelope-from nagylzs@freemail.hu) Received: from smtp.enternet.hu (smtp.enternet.hu [62.112.192.21]) by mx1.freebsd.org (Postfix) with ESMTP id ACF0C13C4EA for ; Wed, 21 Mar 2007 15:27:20 +0000 (UTC) (envelope-from nagylzs@freemail.hu) Received: from [62.68.177.59] (helo=[172.16.0.43]) by smtp.enternet.hu with esmtpa (Exim 4) id 1HU2ic-000CO5-U7; Wed, 21 Mar 2007 16:27:19 +0100 Message-ID: <46014ED8.8000206@freemail.hu> Date: Wed, 21 Mar 2007 16:27:20 +0100 From: =?ISO-8859-1?Q?Nagy_L=E1szl=F3_Zsolt?= User-Agent: Thunderbird 1.5.0.10 (Windows/20070221) MIME-Version: 1.0 To: Garrett Cooper , freebsd-questions@freebsd.org References: <46013849.1030905@designaproduct.biz> <460149C4.8070404@u.washington.edu> In-Reply-To: <460149C4.8070404@u.washington.edu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: Undefined symbol "pthread_create"? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Mar 2007 15:27:21 -0000 > > 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 messias 6.2-RELEASE-p1 FreeBSD 6.2-RELEASE-p1 #5: Fri Feb 16 22:41:04 CET 2007 gandalf@messias.selfip.org:/usr/obj/usr/src/sys/NEPTUNUS i386 The system was updated with cvsup + make buildworld + make buildkernel on Feb 16. So it should not be a problem. The ports tree was updated on Feb 16. I also ran "portupgrade -a", it finished on Feb 18. PulseAudio was installed from the ports tree today, it went fine. messias# pulseaudio --version pulseaudio 0.9.4 Yes, I'm aware of that -plthread is missing, probably /usr/local/lib/libpulse.so is missing that. So do you think it is a bug in libpulse.so? Should I contact ports@freebsd.org? Thanks, Laszlo