Friday, August 26, 2005

Installing flash player projector

Installing Macromedia Flash Player 6 - Standalone player (Projector)
for Linux (Ubuntu, i mean :p)
y3dips@heaven:~$ wget -c
http://download.macromedia.com/pub/flash/
updates/mx/player6/install_flash_player_6_r79_linux_sa.tar.gz

y3dips@heaven:~$tar -zxf
install_flash_player_6_r79_linux_sa.tar.gz

y3dips@heaven:~$cd install_flash_player_6_linux_sa

y3dips@heaven:~/install_flash_player_6_linux_sa$ ./flashplayer-installer

y3dips@heaven:~$ cd /home/y3dips/bin/

[trouble]
y3dips@heaven:~/bin$ ./gflashplayer
./gflashplayer: error while loading shared libraries:
libstdc++-libc6.2-2.so.3: cannot open shared object file:
No such file or directory
[/trouble]


/* Well at this point i try to check n finding some compat-gcc
or lib that have connection with this library file but didnt
find any , also google didnt help me much, well then i give a
try to find somethin similar n try to make some simbolic links */


[solve]
y3dips@heaven:~/bin$ locate libstdc++.so
/usr/lib/libstdc++.so.5.0.7
/usr/lib/libstdc++.so.5
/usr/lib/libstdc++.so.6.0.4
/usr/lib/libstdc++.so.6

y3dips@heaven:~/bin$ cd /usr/lib

y3dips@heaven:/usr/lib$ sudo ln -s libstdc++.so.6
libstdc++-libc6.2-2.so.3
Password:
[/solve]

/* Yeah, its solve .. :lol: */

y3dips@heaven:/usr/lib$ cd /home/y3dips/bin/

y3dips@heaven:~/bin$ ./gflashplayer

There you go!, you can access it from your Desktop (if you create a
shortcut during the installation process) have phun ,
relax n dont panic for some error :lol:

1 comment:

  1. aziz@aziz:/usr/lib$ sudo ln -s libstdc++.so.6 libstdc++-libc6.2-2.so.3
    aziz@aziz:/usr/lib$ vncviewer
    vncviewer: symbol lookup error: vncviewer: undefined symbol: cerr

    abis di ubah malah error..

    ReplyDelete