Date: Mon, 20 Mar 2006 17:50:46 -0800 From: Oliver Iberien <oliver-forward@charter.net> To: freebsd-questions@freebsd.org Cc: Kris Kennaway <kris@obsecurity.org> Subject: Re: No shared library support for realplayer? Message-ID: <200603201750.46710.oliver-forward@charter.net> In-Reply-To: <441C8E85.9060703@daleco.biz> References: <200603181044.56421.oliver-forward@charter.net> <200603181245.23379.oliver-forward@charter.net> <441C8E85.9060703@daleco.biz>
next in thread | previous in thread | raw e-mail | index | archive | help
On Saturday 18 March 2006 14:49, Kevin Kinsey wrote: > Oliver Iberien wrote: > >On Saturday 18 March 2006 11:22 am, Kris Kennaway wrote: > >>On Sat, Mar 18, 2006 at 10:44:56AM -0800, Oliver Iberien wrote: > >>>I installed Realplayer by running make clean install in its port > >>>directory. It all seemed to go fine, but it won't run, and no amount of > I guess a question that is obvious to many of us is, "are you attempting > to run realplayer from the console?" > > It is a GUI app, so you would need to start it after or along with an > X session. For example, start X, run a xterm, and then run realplay... > If you are trying to run realplay from console, then the "unable to > open display" error would be, well, expected. I have KDE 3.5 going so an X session is up and running, but I think it may still be an X problem. I've compared the output of ldd realplay.bin against what is found in /compat/linux/usr/lib, /lib, /usr/lib, /usr/local/lib, and /usr/X11R6 and found that some are missing. I did a portupgrade -R linux-realplayer, but this changed nothing. The missing libraries are: libdl.so.2 => /lib/libdl.so.2 (0x282da000) libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x2878a000) libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x28886000) libXrandr.so.2 => /usr/X11R6/lib/libXrandr.so.2 (0x2888e000) libXi.so.6 => /usr/X11R6/lib/libXi.so.6 (0x28892000) libXinerama.so.1 => /usr/X11R6/lib/libXinerama.so.1 (0x2889b000) libXft.so.2 => /usr/X11R6/lib/libXft.so.2 (0x2889e000) libXcursor.so.1 => /usr/X11R6/lib/libXcursor.so.1 (0x28938000) libXrender.so.1 => /usr/X11R6/lib/libXrender.so.1 (0x28941000) libXext.so.6 => /usr/X11R6/lib/libXext.so.6 (0x2894a000) I'm using Xorg. I am definitely no expert but I think that these are mostly non-Xorg. Does using Xorg mean no realplayer? Thanks, Oliver
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200603201750.46710.oliver-forward>