Re: Is rvplayer working for others?
Works for me. Make sure you have all the libs you need.
Output of ldd /usr/X11R6/lib/X11/rvplayer/rvplayer
/lib/nfslock.so.0 => /lib/nfslock.so.0 (0x4000c000)
libXmu.so.6 => /usr/lib/libc5-compat/libXmu.so.6 (0x4000e000)
libXt.so.6 => /usr/lib/libc5-compat/libXt.so.6 (0x40020000)
libXext.so.6 => /usr/lib/libc5-compat/libXext.so.6 (0x40062000)
libX11.so.6 => /usr/lib/libc5-compat/libX11.so.6 (0x4006d000)
libdl.so.1 => /lib/libdl.so.1 (0x4010b000)
libg++.so.27 => /usr/lib/libc5-compat/libg++.so.27 (0x4010e000)
libstdc++.so.27 => /usr/lib/libc5-compat/libstdc++.so.27 (0x40146000)
libm.so.5 => /lib/libm.so.5 (0x40177000)
libc.so.5 => /lib/libc.so.5 (0x40180000)
libSM.so.6 => /usr/lib/libc5-compat/libSM.so.6 (0x4023e000)
libICE.so.6 => /usr/lib/libc5-compat/libICE.so.6 (0x40247000)
If you use network audio, you may want to use the following script instead
of the debian wrapper in /usr/X11R6/bin/rvplayer.
x--------------cut-------------
#!/bin/bash
if /sbin/pidof au > /dev/null 2>&1
then
sudo /etc/init.d/nas stop > /dev/null 2>&1
fi
unset LD_LIBRARY_PATH
/usr/X11R6/lib/X11/rvplayer/rvplayer $@
if ! /sbin/pidof rvplayer > /dev/null 2>&1
then
sudo /etc/init.d/nas start > /dev/null 2>&1
fi
exit 0
x--------------cut-------------
> From: Rob Browning <rlb@cs.utexas.edu>
> Date: 17 Oct 1998 16:21:08 -500
> User-Agent: Gnus/5.070033 (Pterodactyl Gnus v0.33) Emacs/20.3
> Resent-From: debian-devel@lists.debian.org
> X-Mailing-List: <debian-devel@lists.debian.org> archive/latest/16984
> X-Loop: debian-devel@lists.debian.org
> Precedence: list
> Resent-Sender: debian-devel-request@lists.debian.org
>
>
> I've installed the rvplayer package, but even something as simple as
>
> rvplayer /usr/doc/rvplayer/examples/welcome.rm
>
> doesn't work. The app comes up, and then it just sits there. Does
> this work for others? (verson 5.0-6)
>
> Thanks
>
> --
> Rob Browning <rlb@cs.utexas.edu> PGP=E80E0D04F521A094 532B97F5D64E3930
>
>
> --
> To UNSUBSCRIBE, email to debian-devel-request@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
>
--
/*********************** Running Debian Linux ***********************
* For God so loved the world that He gave his only begotten Son, *
* that whoever believes in Him should not perish... John 3:16 *
* W. Paul Mills * Topeka, Kansas, U.S.A. *
* EMAIL= Paul@Mills-USA.com * WWW= http://Mills-USA.com/ *
* Bill, I was there several years ago, why would I want to go back? *
************* pgp public key on keyservers everywhere? *************/
Reply to: