Topic: Howto get reCAPTCHA working on my Slave-Server?
I have a working Slave-Server with v-2012-06-25.
After the git checkout v-2012-07-09 everthing still works fine.
But after the next git checkout v-2012-07-23 I can't start the MB-Server anymore. I get
mb@ubuntu:~/musicbrainz-server$ carton exec -- plackup -Ilib -r
Watching ./lib app.psgi for file updates.
Error while loading app.psgi: Can't locate Captcha/reCAPTCHA.pm in @INC (@INC contains: lib local/lib/perl5/i686-linux-gnu-thread-multi-64int local/lib/perl5 . /usr/share/perl/5.14 /usr/lib/perl/5.14) at lib/MusicBrainz/Server/Controller/Account.pm line 10.
BEGIN failed--compilation aborted at lib/MusicBrainz/Server/Controller/Account.pm line 10.
Compilation failed in require at local/lib/perl5/Catalyst/Utils.pm line 306.
Compilation failed in require at app.psgi line 21.
BEGIN failed--compilation aborted at app.psgi line 21.Unfortunately, even manually installing Captcha::reCAPTCHA from CPAN doesn't help.
Any idea how I can fix that?