Amazon MP3 downloader needs:
ii libboost-date-time1.34.1 1.34.1-14 set of date-time libraries based on generic programming concepts
ii libboost-filesystem1.34.1 1.34.1-14 filesystem operations (portable paths, iteration over directories, etc) in C++
ii libboost-iostreams1.34.1 1.34.1-14 Boost.Iostreams Library
ii libboost-regex1.34.1 1.34.1-14 regular expression library for C++
ii libboost-signals1.34.1 1.34.1-14 managed signals and slots library for C++
ii libboost-thread1.34.1 1.34.1-14 portable C++ multi-threading
And, Debian Squeeze has:
ii libboost-date-time1.42.0 1.42.0-4 set of date-time libraries based on generic programming concepts
ii libboost-iostreams1.42.0 1.42.0-4 Boost.Iostreams Library
ii libboost-python1.42.0 1.42.0-4 Boost.Python Library
ii libboost-thread1.42.0 1.42.0-4 portable C++ multi-threading
The easy way to get around this is to add a repo line for Debian Lenny to your /etc/apt/sources.list:
### libboost for amazonmp3 downloader
deb http://ftp.us.debian.org/debian/ lenny main
Then run the following commands in your terminal of choice:
sudo apt-get update
sudo apt-get -f install libboost-iostreams1.34.1
sudo apt-get -f install
Which will install the older version of libboost alongside the newer:
ii libboost-date-time1.34.1 1.34.1-14 set of date-time libraries based on generic programming concepts
ii libboost-date-time1.42.0 1.42.0-4 set of date-time libraries based on generic programming concepts
ii libboost-filesystem1.34.1 1.34.1-14 filesystem operations (portable paths, iteration over directories, etc) in C++
ii libboost-iostreams1.34.1 1.34.1-14 Boost.Iostreams Library
ii libboost-iostreams1.42.0 1.42.0-4 Boost.Iostreams Library
ii libboost-python1.42.0 1.42.0-4 Boost.Python Library
ii libboost-regex1.34.1 1.34.1-14 regular expression library for C++
ii libboost-signals1.34.1 1.34.1-14 managed signals and slots library for C++
ii libboost-thread1.34.1 1.34.1-14 portable C++ multi-threading
ii libboost-thread1.42.0 1.42.0-4 portable C++ multi-threading
The run the amazonmp3 downloader:
$ amazonmp3
and enjoy your music :)
NOTE: These instructions should work for Ubuntu, except your /etc/apt/sources.list should look like this:
deb http://archive.ubuntu.com/ubuntu/ jaunty universe