Date: Thu, 11 May 2000 23:51:17 -0400 From: David Heller <dheller1@rochester.rr.com> To: George Sollish <gsollish@mail.gisco.net>, freebsd-questions@freebsd.org Subject: Re: Viewer for TIFF-F files (Online FAX services, etc.) Message-ID: <391B7FB5.39121087@rochester.rr.com> References: <Pine.NEB.4.10.10005101028470.338-100000@pequod.autogear.net>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?391B7FB5.39121087>