Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Mar 2006 18:55:26 -0800
From:      Oliver Iberien <oliver-forward@charter.net>
To:        Kris Kennaway <kris@obsecurity.org>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: No shared library support for realplayer?
Message-ID:  <200603201855.26946.oliver-forward@charter.net>
In-Reply-To: <20060321022304.GA83197@xor.obsecurity.org>
References:  <200603181044.56421.oliver-forward@charter.net> <200603201820.00952.oliver-forward@charter.net> <20060321022304.GA83197@xor.obsecurity.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Monday 20 March 2006 18:23, you wrote:
> On Mon, Mar 20, 2006 at 06:20:00PM -0800, Oliver Iberien wrote:
> > On Monday 20 March 2006 17:54, Kris Kennaway wrote:
> > > On Mon, Mar 20, 2006 at 05:50:46PM -0800, Oliver Iberien wrote:
> > > > 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?"
> > > >
> > > > 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:
> > >
> > > Err?  The fact that there's something on the RHS of the => means they
> > > are not missing.
> >
> > Yes, you're absolutely right. I am learning as I go... Still, the mystery
> > of realplayer's inability to open a display and the no-shared-libraries
> > message remains.
>
> I don't think you mentioned what happens when you set DISPLAY in the
> shell before running it.

I'm sorry. Hopefully I have done this correctly:

bsd# setenv DISPLAY 0:0
bsd# setenv
USER=root
HOME=/root
SHELL=/bin/csh
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/usr/X11R6/bin:/root/bin
MAIL=/var/mail/root
BLOCKSIZE=K
FTP_PASSIVE_MODE=YES
TERM=xterm
HOSTTYPE=FreeBSD
VENDOR=intel
OSTYPE=FreeBSD
MACHTYPE=i386
SHLVL=1
PWD=/lib
LOGNAME=root
GROUP=wheel
HOST=bsd.bsd
EDITOR=vi
PAGER=more
DISPLAY=0:0
bsd# /usr/X11R6/lib/RealPlayer/realplay.bin
_X11TransSocketINETConnect() can't get address for 0:6000: Name or service not 
known

** ERROR **: Unable to open display
aborting...
Abort (core dumped)
bsd#                 



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