From owner-freebsd-questions@FreeBSD.ORG Mon Nov 8 22:17:23 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 5DBFA16A4CE for ; Mon, 8 Nov 2004 22:17:23 +0000 (GMT) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id E51FE43D45 for ; Mon, 8 Nov 2004 22:17:22 +0000 (GMT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.13.1/8.13.1) id iA8MHGKE019532; Mon, 8 Nov 2004 16:17:16 -0600 (CST) (envelope-from dan) Date: Mon, 8 Nov 2004 16:17:16 -0600 From: Dan Nelson To: l0kit0@exactas.org Message-ID: <20041108221716.GD66976@dan.emsphone.com> References: <200411081852.23221.l0kit0@exactas.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200411081852.23221.l0kit0@exactas.org> X-OS: FreeBSD 5.3-STABLE X-message-flag: Outlook Error User-Agent: Mutt/1.5.6i cc: FreeBSD Subject: Re: setl programming language under linux-emulation 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: Mon, 08 Nov 2004 22:17:23 -0000 In the last episode (Nov 08), l0kit0@exactas.org said: > hi, > i need to make setl programming language > (http://cs1.cs.nyu.edu/bacon/download-setl.html) work under freebsd5 (for > discrete math lab), no srcs available, i just found linux2.0.18 binary (from > latter link), the problem is that this is linked to libc.so.5 and it seems to > be broken compatibility with the one in /comat/linux/lib (libc.so.6), so, it > wont work. It looks like the linux_base-6 port installs a libc.so.5 file (into /usr/i486-linux-libc5/lib/libc.so.5, though). You should also be able to just copy the required libraries off a working Linux system. Just make sure you don't overwrite existing files with older ones. -- Dan Nelson dnelson@allantgroup.com