Re: RedHat 9.0: Does RealPlayer at all?
From: Craig McCluskey (user_at_host.com)
Date: 09/25/03
- Next message: Douglas Mayne: "Re: problem with grub in redhat 9 (dual boot win98)"
- Previous message: john bailo: "Explaining Linux video to a Windows expert"
- In reply to: linux user: "RedHat 9.0: Does RealPlayer at all?"
- Next in thread: linux user: "Re: RedHat 9.0: Does RealPlayer at all?"
- Reply: linux user: "Re: RedHat 9.0: Does RealPlayer at all?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 24 Sep 2003 17:12:14 -0600
linux user wrote:
> I have read somewhere that this is due to the fact that the
> player and the browser have been compiled with different versions of
> GCC (2.x and 3.x).
#!/bin/sh
#
# Script to launch RealPlayer on Red Hat 9.
#
# Real player 8 won't work properly with the new Posix thread model.
# You have to tell the application to use the old thread library.
#
LD_ASSUME_KERNEL=2.2.5 /usr/lib/RealPlayer8/realplay
- Next message: Douglas Mayne: "Re: problem with grub in redhat 9 (dual boot win98)"
- Previous message: john bailo: "Explaining Linux video to a Windows expert"
- In reply to: linux user: "RedHat 9.0: Does RealPlayer at all?"
- Next in thread: linux user: "Re: RedHat 9.0: Does RealPlayer at all?"
- Reply: linux user: "Re: RedHat 9.0: Does RealPlayer at all?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|