Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Aug 2002 13:34:09 +0700
From:      "Evgueni V. Gavrilov" <admin@rshb.com.ru>
To:        sidcarter@symonds.net
Cc:        ports@freebsd.org
Subject:   Re: ports/41605: Acrobat Reader 5 port doesn't start
Message-ID:  <3D59F9E1.2050403@rshb.com.ru>
References:  <200208131350.g7DDojBm003994@peedub.jennejohn.org> <863ctirme7.fsf@calvin.in.ibm.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Sid Carter wrote:


>     >> [calvin] ~> acroread
>     >> The OS named FreeBSD version 5.0-CURRENT is currently not installed.
>     >> Try running on an installed platform and connecting to your display.
>     >> Installed platform(s) include the following:
>     >> Intel/Linux
>     >> -----------------------------
>     Gary> Works for me with -current. What's the sysctl compat.linux.osname
>     Gary> set to ? On my system it's:
>     Gary> compat.linux.osname: Linux
> I get this on my system.
> [calvin] ~> sysctl compat.linux.osname
> compat.linux.osname: Linux

The trouble is in start script - acroread5
os_name=`uname -s`

and further case "$os_name" in has no 'FreeBSD' entry

just change os_name=`uname -s` to os_name='Linux'
*8-)


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3D59F9E1.2050403>