From owner-freebsd-questions@FreeBSD.ORG Mon Feb 28 19:50:30 2005 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 DC6AE16A4CE for ; Mon, 28 Feb 2005 19:50:30 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 65BCB43D39 for ; Mon, 28 Feb 2005 19:50:30 +0000 (GMT) (envelope-from ryallsd@gmail.com) Received: by rproxy.gmail.com with SMTP id j1so938712rnf for ; Mon, 28 Feb 2005 11:50:30 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=KHTt+4JkP8Yh5pRwlROHRN9Dcs92JcKb+Az49Mo9lBECTjCjuXOGnQmgG+O09iKzrdcOLfXSukajNdZVyirkKd6NEtBbK532zKVf6TswwttY9n+eJZinJ9+Ps3mkmsm8ASTBCHBcDJciXVlMHdy3/1HeE6wgIIyQs6S+968/+1g= Received: by 10.38.171.65 with SMTP id t65mr291517rne; Mon, 28 Feb 2005 11:50:29 -0800 (PST) Received: by 10.38.208.62 with HTTP; Mon, 28 Feb 2005 11:50:29 -0800 (PST) Message-ID: Date: Mon, 28 Feb 2005 11:50:29 -0800 From: Derrick Ryalls To: Jaron Parsons In-Reply-To: <20050211152734.DA9B43F693@mars.sutv.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <20050211152734.DA9B43F693@mars.sutv.com> cc: freebsd-questions@freebsd.org Subject: Re: linux_base compatibility issue? Counter-Strike X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Derrick Ryalls List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Feb 2005 19:50:31 -0000 > > I came across a post you made regarding the following erros on the CS source > with freebsd 4.9 > > Illegal instruction (core dumped) > > cat: hlds.12893.pid: No such file or directory > > Deprecated bfd_read called at > /usr/src/gnu/usr.bin/binutils/gdb/../../../../contrib/gdb/gdb/dwarf2read.c > line 3049 in dwarf2_read_section > > Dwarf Error: Cannot handle DW_FORM_strp in DWARF reader. > > /lib/libm.so.6: No such file or directory. > > debug.cmds:1: Error in sourced command file: > > email debug.log to linux@valvesoftware.com > > Did you ever figure out a resolu8tion to the problem or is the only fix to > upgrade to 5.3 ? > > Any help would be appreciated! > First, make sure you are using linux_compat8 not 7. If that alone works, then wonderful. If not, then the next part depends on what processor you have. If you can support MMX/SSE, the enable SSE in your kernel (off by default in 4.x I believe) and try again. When CS:S first came out, I had to do the SSE/compat8 thing to get it working on an Athlon XP box under 4.x, my Athlon XP box that was running 5.x had no problem once I install compat. For a long time, I couldn't run it on my test server (K6-2 350, no SSE possible), but sometime recently Valve must have fixed it to use old CPUs as well as it did work the last time I tried. Hope this helps, let me know if it doesn't.