evan / sweeper

A Ruby script to automatically tag your music collection with metadata from Last.fm
http://blog.evanweaver.com/files/doc/fauna/sweeper/
Academic Free License v3.0
33 stars 2 forks source link

fpclient needs old curl #1

Open CodeMonkeySteve opened 14 years ago

CodeMonkeySteve commented 14 years ago
sweeper-0.3.2/vendor/lastfm.fpclient.beta2.linux-32/lastfmfpclient: error while loading shared libraries: libcurl.so.3: cannot open shared object file: No such file or directory

Is there a newer version of fpclient? Or is the source available somewhere?

evan commented 14 years ago

Hmm, do you have curl on your system?

I don't know if there's a newer version.

evan commented 14 years ago

You say "old curl" but this looks like it can't find curl at all.

CodeMonkeySteve commented 14 years ago
$ curl-config  --version
lib curl 7.19.6

$ sudo ldconfig -v | grep curl
        libcurl.so.4 -> libcurl.so.4.1.1
evan commented 14 years ago

I don't think there's a newer version of lastfmfpclient...if you can find one, I can do an update. I dunno if there's some way to hook the official GUI client, which does fingerprinting now? Or maybe they provided an open SDK?