This package has trouble : not able to download from macromedia site the library libflashplayer.so
Here is the way I used to resolv manually : sudo rm /usr/lib/*/plugins/libflashplayer.so wget http://www.adobe.com/go/fp9_update_b2_installer_linuxplugin <http://www.adobe.com/go/fp9_update_b2_installer_linuxplugin> tar xf FP9_plugin_beta_112006.tar.gz sudo cp flash-player-plugin-9.0.21.78/libflashplayer.so /usr/lib/flashplugin-nonfree/libflashplayer.so cd /usr/lib/mozilla-firefox/plugins/ sudo ln -s ../../flashplugin-nonfree/libflashplayer.so . cd /usr/lib/mozilla/plugins/ sudo ln -s ../../flashplugin-nonfree/libflashplayer.so . If it can help... Patrick -- Ubuntu-motu mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-motu
