From ee65a899062f525bfdb5150fda6c542aa77c1cb1 Mon Sep 17 00:00:00 2001 From: bernieke Date: Tue, 19 Mar 2013 06:05:00 -0700 Subject: [PATCH] Updated Setting Up a Local Musicbrainz Mirror (markdown) --- Setting-Up-a-Local-Musicbrainz-Mirror.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Setting-Up-a-Local-Musicbrainz-Mirror.md b/Setting-Up-a-Local-Musicbrainz-Mirror.md index 3908896..42b6e14 100644 --- a/Setting-Up-a-Local-Musicbrainz-Mirror.md +++ b/Setting-Up-a-Local-Musicbrainz-Mirror.md @@ -148,6 +148,11 @@ _(NOTE: In order to install all the Carton dependencies, all of these packages a > cat Makefile.PL | grep ^requires > cpanfile > carton install --deployment +> The following three libraries failed to install, so install them manually: +> sudo cpan Hash::Merge +> sudo cpan JSON::Syck +> sudo cpan Net::CoverArtArchive::CoverArt + > Note that if you've previously used this command in the musicbrainz folder it > will not always upgrade all packages to their correct version. If you're > having trouble running musicbrainz, run "rm -rf local" in the musicbrainz