Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Jun 1998 07:50:29 +0200
From:      Christoph Kukulies <kuku@gilberto.physik.RWTH-Aachen.DE>
To:        Doug Lo <jwlo@ms11.hinet.net>
Cc:        Christoph Kukulies <kuku@gilberto.physik.RWTH-Aachen.DE>, Bernie Doehner <bad@uhf.wireless.net>, Gregory Hosler <greg@camelot.eno.ericsson.se>, freebsd-multimedia@FreeBSD.ORG
Subject:   Re: Microsoft offering Netshow for linux
Message-ID:  <19980616075029.32530@gil.physik.rwth-aachen.de>
In-Reply-To: <35855CDD.8777F9A2@ms11.hinet.net>; from Doug Lo on Tue, Jun 16, 1998 at 01:41:49AM %2B0800
References:  <XFMail.980611093407.greg@camelot.eno.ericsson.se> <Pine.BSF.3.96.980610184622.1245A-100000@uhf.wireless.net> <19980611103951.26028@gil.physik.rwth-aachen.de> <35855CDD.8777F9A2@ms11.hinet.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Jun 16, 1998 at 01:41:49AM +0800, Doug Lo wrote:
> Christoph Kukulies wrote:
> 
> > On Wed, Jun 10, 1998 at 06:46:56PM -0700, Bernie Doehner wrote:
> > > I tried it 2 hours ago..  It's a Linux/ELF executable. How on earth does
> > > one run these under the emulator?
> >
> > /etc/rc.conf: linux_enable="YES"
> >
> > (or while being booted: 'linux' to load the lkm, control with 'modstat')
> >
> > brandelf -t Linux /usr/local/bin/netshow
> 
> Chirstoph
> 
> I can't run netshow under FreeBSD 2.2.6-RELEASE after following your instructions.
> 
> It appears:
> 
> % brandelf -t Linux /usr/local/bin/netshow
> brandelf: file '/usr/local/bin/netshow' is not ELF format

Do a

 $ file /usr/local/bin/netshow

It will probably tell you that it's a gzipped file. 
When you download that file from the Micorosft site it will
be a gzipped and the extension (if any) has been stripped.

If that's the case, try a :

$ mv /usr/local/bin/netshow /usr/local/bin/netshow.gz
$ gunzip /usr/local/bin/netshow.gz
$ brandelf -t Linux /usr/local/bin/netshow

> 
> Would you tell me how to fix this problem, thanks.
> 
> P.S. I've installed Linux emulators.(linux_lib-2.4, linuxgdb-4.16,linuxdoc-1.1
> and  linux_kdump-1.0)
> 
> Best regards,
> Doug.
> 

-- 
--Chris Christoph P. U. Kukulies kuku@gil.physik.rwth-aachen.de

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



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