From owner-freebsd-questions@FreeBSD.ORG Sun Nov 21 13:19:39 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3489C16A4CE for ; Sun, 21 Nov 2004 13:19:39 +0000 (GMT) Received: from mail.revolutionsp.com (ganymede.revolutionsp.com [64.246.0.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id B46BF43D4C for ; Sun, 21 Nov 2004 13:19:38 +0000 (GMT) (envelope-from klr@6s-gaming.com) Received: from mail.revolutionsp.com (localhost [127.0.0.1]) by mail.revolutionsp.com (Postfix) with ESMTP id F17EC15C96 for ; Sun, 21 Nov 2004 04:15:39 -0600 (CST) Received: from 81.84.175.77 (SquirrelMail authenticated user klr@6s-gaming.com); by mail.revolutionsp.com with HTTP; Sun, 21 Nov 2004 04:15:39 -0600 (CST) Message-ID: <51905.81.84.175.77.1101032139.squirrel@81.84.175.77> In-Reply-To: <20041120181037.GA24007@xor.obsecurity.org> References: <50873.81.84.175.77.1100891272.squirrel@81.84.175.77> <20041120181037.GA24007@xor.obsecurity.org> Date: Sun, 21 Nov 2004 04:15:39 -0600 (CST) From: klr@6s-gaming.com To: freebsd-questions@freebsd.org User-Agent: SquirrelMail/1.4.3a X-Mailer: SquirrelMail/1.4.3a MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Subject: Re: Call for help: -lkse (libkse trouble) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Nov 2004 13:19:39 -0000 I fixed this some days ago, edited the makefile @ usr src lib libpthread and changed LIB=pthread to LIB=kse , then make all install. Perhaps I ran into this problem because I installed from a 5.2.1 cd (5.3 over NFS) and did a minimal install. Hope this helps someone in the future with this fishy problem.. Regards, Hugo > On Fri, Nov 19, 2004 at 01:07:52PM -0600, klr@6s-gaming.com wrote: > >> I did a cd /usr/src/lib/libpthread && make all install -- This should >> have >> installed libkse too. When I changed THREAD_LIBS=-lkse (from -pthread), >> I >> got an error from ld while compiling the driver.. Was something like: >> /usr/bin/ld: Cannot find -lkse (error code 1 , blah blah).. > > There is no such thing as libkse any more; libpthread is the default > thread library and uses kernel-supported threads ("KSEs") > > It sounds like you didn't completely update your system, or you're > still trying to use things compiled for the old version. > > Kris