From owner-freebsd-emulation Thu Aug 26 0:54:23 1999 Delivered-To: freebsd-emulation@freebsd.org Received: from mail.scc.nl (node1374.a2000.nl [62.108.19.116]) by hub.freebsd.org (Postfix) with ESMTP id CA40615422 for ; Thu, 26 Aug 1999 00:54:09 -0700 (PDT) (envelope-from freebsd-emulation@scc.nl) Received: (from daemon@localhost) by mail.scc.nl (8.9.3/8.9.3) id JAA25870 for emulation@FreeBSD.ORG; Thu, 26 Aug 1999 09:34:55 +0200 (CEST) (envelope-from freebsd-emulation@scc.nl) Received: from GATEWAY by dwarf.hq.scc.nl with netnews for emulation@FreeBSD.ORG (emulation@FreeBSD.ORG) To: emulation@FreeBSD.ORG Date: Thu, 26 Aug 1999 09:34:50 +0200 From: Marcel Moolenaar Message-ID: <37C4EE1A.85DD15A9@scc.nl> Organization: SCC vof Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit References: <4.2.0.58.19990825162833.009572e0@pop.datacruz.com> Subject: Re: half life/tfc server on 3.2-RELEASE Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Joshua Stump wrote: > > Has anyone else come accross this problem with the half life linux > server??? when i try to run the server i get this?? > > -- > Attempting to authenticate with WON > ./hlds_l: error in loading shared libraries > : undefined symbol: __bzero > > -- > any ideas??? It probably finds a FreeBSD library before the Linux one. Make sure you: o don't have LD_LIBRARY_PATH messing things up, o have Linux versions of all libraries needed by the binary, o have libraries there where they are expected. Hth, -- Marcel Moolenaar mailto:marcel@scc.nl SCC Internetworking & Databases http://www.scc.nl/ Amsterdam, The Netherlands tel: +31 20 4200655 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message