From owner-freebsd-questions Thu May 11 20:51:22 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mailhop1.nyroc.rr.com (mailhop1-0.nyroc.rr.com [24.92.226.120]) by hub.freebsd.org (Postfix) with ESMTP id F27B637B952 for ; Thu, 11 May 2000 20:51:19 -0700 (PDT) (envelope-from dheller1@rochester.rr.com) Received: from mailout1.nyroc.rr.com ([24.92.226.146]) by mailhop1.nyroc.rr.com (Post.Office MTA v3.5.3 release 223 ID# 0-59787U250000L250000S0V35) with ESMTP id com; Thu, 11 May 2000 23:47:53 -0400 Received: from rochester.rr.com ([24.24.34.106]) by mailout1.nyroc.rr.com (Post.Office MTA v3.5.3 release 223 ID# 0-59787U250000L250000S0V35) with ESMTP id com; Thu, 11 May 2000 23:50:46 -0400 Message-ID: <391B7FB5.39121087@rochester.rr.com> Date: Thu, 11 May 2000 23:51:17 -0400 From: David Heller X-Mailer: Mozilla 4.72 [en] (X11; U; FreeBSD 4.0-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: George Sollish , freebsd-questions@freebsd.org Subject: Re: Viewer for TIFF-F files (Online FAX services, etc.) References: Content-Type: text/plain; charset=x-user-defined Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG George Sollish wrote: > > On Tue, 9 May 2000, David Heller wrote: > > > Try xnview at http://www.xnview.fr.st supports over 150 graphic formats. > > Installs very easily to FreeBSD > > Just dl'd xnview off the site, and install on my 4.0-R box fails with an > 'unknown system' error. Did you get it to run on 4.0? > > George E Sollish Chief Engineer Auto Gear Equipment > Host Classic-FM's Listening Room > Project Manager The Payne Lake Project I just looked at the install script and I think I see the problem It has to do with the part where it performs uname -s to check which OS you are installing on. You have to change the "if" test for /bin/uname -s to /usr/bin/uname -s otherwise the install script will fail. Regards, Dave To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message