From owner-freebsd-alpha@FreeBSD.ORG Sun Apr 6 07:55:28 2003 Return-Path: Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9680637B401 for ; Sun, 6 Apr 2003 07:55:28 -0700 (PDT) Received: from 12-254-143-62.client.attbi.com (12-254-143-62.client.attbi.com [12.254.143.62]) by mx1.FreeBSD.org (Postfix) with SMTP id EE80E43FBF for ; Sun, 6 Apr 2003 07:55:27 -0700 (PDT) (envelope-from soren@byu.edu) Received: (qmail 13658 invoked by uid 1001); 6 Apr 2003 14:55:43 -0000 Date: Sun, 6 Apr 2003 08:55:42 -0600 From: Soren Harward To: Rob B Message-ID: <20030406145542.GB13631@gandalf.tmmc.dyndns.org> References: <5.2.0.9.2.20030406222154.00a8eec0@127.0.0.1> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5.2.0.9.2.20030406222154.00a8eec0@127.0.0.1> User-Agent: Mutt/1.4.1i X-URL: http://home.byu.net/~sth22/ cc: alpha@freebsd.org Subject: Re: Unable to run DU 4.0f binary X-BeenThere: freebsd-alpha@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Alpha List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Apr 2003 14:55:28 -0000 On Sun 06 Apr 2003 at 22:27:53, Rob B said: > Trying to run a client for the Distributed Folding project. Acording to > the notes in the distribution, the client was compiled for Digital Unix > version 4.0F (1229). Should this be able to run under OSF emulation? The > error I get is: > > loop@erwin ~/distribfold % ./foldit > 49538:./foldtrajlite: /sbin/loader: Fatal Error: cannot map libcurses.so If you have libncurses installed (you do, don't you?) you can make a symlink from libncurses.so to libcurses.so to see if that works. It doesn't look like an OSF emulation problem because it's loading the program enough to see what libraries it needs. -- Soren Harward soren@byu.edu