Quote:
Originally Posted by cparrish817
richbr4pi - I'm assuming your directions are for after amazonmp3 has been installed. In my case it won't install because it still can't see the necessary libs. I've run ldconfig (several times now) and checked to make sure that the files were in fact in place. (they didn't disappear on me). but the installer doesn't seem to be able to see them (this is both with and without the /etc/ld.so.conf.d/amazonmp3.con file in place).
|
I had the same issue, so used the --nodeps option to rpm once all the libs were in place. That installed it and it picks up the right libraries now.
BTW, the current downloadable installer is for F12, and the F11 rpms don't cut it. The same process works (download rpms, extract, copy to /usr/local, install, create the wrapper script) but you need these rpms:
boost-1.39.0-8.fc12.i686.rpm
boost-date-time-1.39.0-8.fc12.i686.rpm
boost-filesystem-1.39.0-8.fc12.i686.rpm
boost-iostreams-1.39.0-8.fc12.i686.rpm
boost-regex-1.39.0-8.fc12.i686.rpm
boost-signals-1.39.0-8.fc12.i686.rpm
boost-system-1.39.0-8.fc12.i686.rpm
boost-thread-1.39.0-8.fc12.i686.rpm
all available from
http://archives.fedoraproject.org/pu...6/os/Packages/
Paddy