Skip to content

Instantly share code, notes, and snippets.

@atuanpham
Last active August 29, 2015 14:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save atuanpham/e0adffcfbe8b6170574d to your computer and use it in GitHub Desktop.
Save atuanpham/e0adffcfbe8b6170574d to your computer and use it in GitHub Desktop.
Install Oxford Dictionary in Ubuntu 14.04 LTS 64 bit and address sound problem.
--- Install missing packages:
sudo apt-get install libgtk2.0-0:i386 libidn11:i386 libglu1-mesa:i386 libpangox-1.0-0:i386 libpangoxft-1.0-0:i386
--- Install OALD8:
linux32 setup.sh
--- Address sound problem:
cd ~/oald8/plugins
mv libflashplayer.so libflashplayer.so.old
mkdir flash9
cd flash9
wget http://fpdownload.macromedia.com/get/flashplayer/installers/archive/fp9r280_plus_archive.zip
unzip fp9r280_plus_archive.zip
tar -xvzf fp9r280_and_higher_archive/9r280/flashplayer9r280_linux.tar.gz
cp libflashplayer.so ../
sudo apt-get install libpulsedsp:i386
--- Open run-oald8.sh and include the following command:
export LD_PRELOAD=/usr/lib/i386-linux-gnu/pulseaudio/libpulsedsp.so
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment