You are not logged in.
i am having problem installing realplayer on a fresh installed arch 64. i downloaded .bin file from realplayer website. but when i tryed
./RealPlayer11GOLD.bin
i got this message:
bash: ./RealPlayer11GOLD.bin: No such file or directory
although i am in same directory and the .bin file is executable.
bash-3.2# chmod +x RealPlayer11GOLD.bin
bash-3.2# ./RealPlayer11GOLD.bin
bash: ./RealPlayer11GOLD.bin: No such file or directory
bash-3.2# dir
Desktop New\ Database.odb RealPlayer11GOLD.bin abs screen-configurations.xml
any suggestions
Offline
This came up before:
http://bbs.archlinux.org/viewtopic.php?id=59653
You're trying to run a 32 bit RealPlayer on a 64 bit machine without all of the necessary 32 bit libraries. This is a very elusive error because, as you already know, the binary is in fact right where you say it is.
You have a few choices. You can find out what all of the dependencies for RealPlayer are and install their lib32 counterparts and see if that works. Or, you can try the 64 bit client that was linked to in the other thread. (Today was the first that I've heard of it.) Or, you can use Mplayer which has native support of RealPlayer codecs now.
Offline