I've been using Genome MuSic on an Ubuntu and CentOS6 machines without issues.
I installed it on another server and I hit a problem that I traced back to Genome::Site.
In the Begin block you identify the hostname and then try use $pkg. The problem is that the hostname has '-' in it. This breaks this call.
The call resolves to: use Genome::Site::lg-1r14
And generates: Bareword found where operator expected at (eval 42)[/usr/lib/perl5/5.8.8/perl5db.pl:628 http://perl5db.pl:628] line 2, near "1r14" (Missing operator before r14?)
Apart from changing the hostname (which I can't) anyone have any ideas? Thanks