|
From: Fung Y. <fun...@au...> - 2011-02-24 03:35:22
|
Hello! How's everything? We installed player using file http://ppa.launchpad.net/thjc/ppa/ubuntu/pool/main/p/player/player_3.0.2.orig.tar.gz onto ubuntu 10.10 64 bit version. player install directory is: ~/playerstage/player/ after installation, we appended lines export PATH=${PATH}:~/playerstage/player/bin export LD_LIBRARY_PATH=~/playerstage/player/lib64:${LD_LIBRARY_PATH} export LD_LIBRARY_PATH=/usr/local/lib64/gearbox:${LD_LIBRARY_PATH} into ~/.bashrc file. we then try to run playerv and error message occured: ~$ playerv playerv: error while loading shared libraries: libplayerc.so.2: cannot open shared object file: No such file or directory when we look into the folder: ~/playerstage/player/lib64 we can see libplayerc.so link points to libplayerc.so.3.0 link points to libplayerc.so.3.0.2 but we cannot find libplayerc.so.2 in the directory. if we rename libplayerc.so to libplayerc.so.2 and run playerv again, error message occurs: ~$ playerv playerv: error while loading shared libraries: libplayerc.so.2: wrong ELF class: ELFCLASS64 similar situation happened when trying to run player ~$ player player: error while loading shared libraries: libplayerdrivers.so.2: cannot open shared object file: No such file or directory when we look into the folder: ~/playerstage/player/lib64 we can see libplayerdrivers.so link points to libplayerdrivers.so.3.0 link points to libplayerdrivers.so.3.0.2 but we cannot find libplayerdrivers.so.2 in the directory. Your advice is very much appreciated. Many thanks, Fung Yang |