Date: Mon, 29 Oct 2001 19:55:26 -0500 From: Randall Hopper <aa8vb@nc.rr.com> To: Edwin Culp <eculp@EnContacto.Net> Cc: multimedia@FreeBSD.ORG Subject: Re: Linux RealPlayer Message-ID: <20011029195526.A1003@nc.rr.com> In-Reply-To: <1004112072.3bd988c8c20c3@Mail.SavvyWorld.Net>; from eculp@EnContacto.Net on Fri, Oct 26, 2001 at 09:01:12AM -0700 References: <1004112072.3bd988c8c20c3@Mail.SavvyWorld.Net>
next in thread | previous in thread | raw e-mail | index | archive | help
Edwin Culp:
|I decided to install linux realplayer from ports. Installed without
|a problem but the when the plug-in didn't seem to respond I tryed the
|realplayer and get nothing, no error messages except it returns 1.
|mplayer and ogle play dvd's acceptably on this same laptop. I have
|the same netscape and realplayer working perfectly on my desktop.
|I can't even get an error to guide me.
|
|/usr/local/lib/RealPlayer8 # realplay; echo $?
|1
|
|Any ideas would be appreciated.
Maybe:
> brandelf -t Linux realplay
or
options DEBUG_LINUX
in your kernel. I'd suggest strace but...
> /compat/linux/usr/bin/strace realplay
execve("./realplay", ["realplay"], [/* 67 vars */]) = 0
strace: ptrace(PTRACE_TRACEME, ...): Function not implemented
:-(
Randall
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?20011029195526.A1003>
