Date: Fri, 23 Sep 2005 16:44:03 -0700 From: Peter Wemm <peter@wemm.org> To: freebsd-amd64@freebsd.org, kono@kth.se Cc: Scot Hetzel <swhetzel@gmail.com>, freebsd-ports@freebsd.org Subject: Re: squidtimes: Exec format error. Binary file not executable. Message-ID: <200509231644.04077.peter@wemm.org> In-Reply-To: <200509240013.14601.kono@kth.se> References: <200509231329.25318.kono@kth.se> <790a9fff05092314521c9d7620@mail.gmail.com> <200509240013.14601.kono@kth.se>
next in thread | previous in thread | raw e-mail | index | archive | help
On Friday 23 September 2005 03:13 pm, Alexander Konovalenko wrote: > On Friday 23 September 2005 23.52, Scot Hetzel wrote: > > On 9/23/05, Alexander Konovalenko <kono@kth.se> wrote: > > > squidtimes does not work on amd64, when I am trying to run it I > > > get following message: > > > > > > /usr/local/bin/squidtimes: Exec format error. Binary file not > > > executable. > > > > > > I tried to install it as port and package, but neither work. > > > > Does the file have the execute bit set? If not, you'll need to: > > > > chmod +x /usr/local/bin/squidtimes > > > > If that is the problem, you'll need to report the problem to the > > port maintainer so he can fix it. > > > > Scot > > -- > > DISCLAIMER: > > No electrons were mamed while sending this message. Only slightly > > bruised. > > yeap, it has the execute bit set: > > ls -l /usr/local/bin/squidtimes > -r-xr-xr-x 1 root wheel 65265 Apr 25 12:04 > /usr/local/bin/squidtimes And what does /usr/bin/file say about it? Is there any chance its a 32 bit binary or a linux binary and you don't have the kernel support present (or the 32 bit libraries and ld-elf32.so.1?). Anyway, its a shot in the dark, but please check. :-) -- Peter Wemm - peter@wemm.org; peter@FreeBSD.org; peter@yahoo-inc.com "All of this is for nothing if we don't go to the stars" - JMS/B5
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200509231644.04077.peter>