links
300 Images From 1800 Sites
Punctuated Productivity
ascii table
brainjar.com: css positioning
Catman's Reference Guide to XHTML 1.1
Catman's XHTML 1.1 Elements and Attributes Reference Guide
citeseer
Color Scheme Generator
common errors in english
cool images
Copying music between authorized computers with iTunes for Windows
css layout-o-matic
daypop
del.icio.us
elegant hack
emacs wiki
floatutorial
imho...
keystroke shortcuts for windows xp
mozilla keyboard shortcuts
NameVoyager
perldoc.com
programming language popularity
regular expression tester
selectoracle
short url services
simple urls for search engines
the unix acronym list
yahoo dictionary
most read last 60 days: apache / fcgi / debian / rails (196)
installing ruby and rails on debian (156)
hard disk failure (127)
audiotron to audioscrobbler: atronscrobbler (124)
the lighter side: japanese error messages (118)
categories
cygwin / linux / unix
emacs
entertainment
government
health
restlater
ruby on rails
software development
system administration
textpattern
web technologies
sections
about
article
photos
portfolio
recently
Citizen’s Briefing Book
Tbone walking in the Park
rav this!
I'll rest later...
please don't feed the rails programmers
replication in rails
apache / fcgi / debian / rails
miguel's hell of gratuitous rewriting
favorite sig lines
listening reimplemented in ruby on rails
hard disk failure
maxloss
got backups?
installing ruby and rails on debian
hëävy mëtäl ümläüt
the lighter side: japanese error messages
home network performance
installing atronscrobbler on windows using cygwin
audiotron to audioscrobbler: atronscrobbler
lessons learned in electronic media
I recently released atronscrobbler, a system that updates audioscrobbler with your audiotron play activity.
atronscrobbler is written in perl and needs to run on a unix-like system—both of which may be a problem for people running windows. Fortunately there is a free unix like system for windows, called cygwin.
Here are step-by-step instructions for installing cygwin, perl, and atronscrobbler. Good luck with these instructions and let me know if I can improve them in anyway. If you have suggestions that you want to share with everyone, just add a comment to this article. Or you can drop me an email.
c:\cygwin-setup foldersetup.exe (found here) in the c:\cygwin-setup folder. If you are using the firefox browser, setup.exe will be saved on your desktop. Move it to c:\cygwin-setupsetup.exe in c:\cygwin-setupWelcome to the cygwin world.
You now have cygwin installed, with perl. That’s a big step. Take a breather. I always look for words of confirmation from loved ones with statements like ‘Honey. Guess what? I just installed cygwin.’
Atronscrobbler needs an optional perl module, called LWP::UserAgent. Perl has a system for module management, which, in theory, makes it easy to install and update perl modules.
It actually does make it easy, but not as easy as you make like.
perl -MCPAN -e shell. Please note the capitalization. This opens a perl shell and runs the CPAN module, which is perl’s system for installing optional modules.Are you ready for manual configuration? question, enter no.cpan> prompt, type install LWP::UserAgent.cpan> prompt.exit. This will end the CPAN program and bring you back to the $ prompt. Welcome to the perl world.
You now have cygwin installed, with perl, including the LWP::UserAgent package. Cool.
tar xvzf atronscrobbler.tar.gz.
cp atronscobbler-v.1/.atronscrobbler .
* * *
I’m having trouble with step four here. I get a message about it can’t open it, then the error is not recoverable, and it returns to its status 2 and error exit was delayed from previous errors. It looks like it has tried to change to tar(child), but it didn’t work, so it changes back to tar. Any way you can help? Thanks
— Scott Beasley Nov 2, 06:48 AM #
— Scott Beasley Nov 2, 01:18 PM #