From owner-freebsd-questions Thu Nov 13 18:24:21 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id SAA15961 for questions-outgoing; Thu, 13 Nov 1997 18:24:21 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from localhost.kiev.ua (c122.dialup.ISF.Kiev.UA [194.44.162.122]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id SAA15848 for ; Thu, 13 Nov 1997 18:23:25 -0800 (PST) (envelope-from kushn@olinet.isf.kiev.ua) Received: from localhost (volodya@localhost) by localhost.kiev.ua (8.8.7/8.8.5) with SMTP id EAA17295; Fri, 14 Nov 1997 04:25:33 +0200 (EET) Date: Fri, 14 Nov 1997 04:25:27 +0200 (EET) From: Vladimir Kushnir X-Sender: volodya@kushnir.kiev.ua Reply-To: Vladimir Kushnir To: Dr Noonian Soong cc: freebsd-questions@FreeBSD.ORG Subject: Re: linux emulation for RealAudio/Video In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Thu, 13 Nov 1997, Dr Noonian Soong wrote: > When I try running the Linux ELF binary for RealPlayer 5.0 I see the > following message: > > LINUX: 'ioctl' fd=5, typ=0x450(P), num=0xf not implemented > > Is this something that I have misconfigured (and if so, where do I fix > it? :), or am I just SOL? Or is there any word on when RealPlayer 5.0 > might be released for FreeBSD (the latest FreeBSD release only supports > audio, but no video). This version of linuxulator doesn't support some Linux ioctl's (what it reports you about). I've tried Linux RealPlayer 5.0 under newer version (under FreeBSD-current) and it works without any complaints. So I'm afraid if you don't want to risk you data and switch to FreeBSD 3.0 you'll probably just have to wait. > Also, thanks to those who helped out with the lyx thing. My libraries all > appear to be in the right locations, but ./configure doesnt find forms.h, > no matter where I try putting it. I finally gave up and installed an ELF > binary of it :P Again, what version of lyx are you running? Recent development version (lyx-0.11.45, perhaps some earlier as well - I don't know) finds everything quite easily, and you don't need pull Linux libraries into memory. And so far it's stable enough. Regards Vladimir