I did a pull from git today and I keep getting this error: Can't locate Crypt/Eksblowfish/Bcrypt.pm in @INC (@INC contains: /home/nengard/kohaclone /etc/perl /usr/local/lib/perl/5.10.1 /usr/local/share/perl/5.10.1 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.10 /usr/share/perl/5.10 /usr/local/lib/site_perl .) at /home/nengard/kohaclone/Koha/AuthUtils.pm line 21. BEGIN failed--compilation aborted at /home/nengard/kohaclone/Koha/AuthUtils.pm line 21. Compilation failed in require at /home/nengard/kohaclone/C4/Auth.pm line 32. BEGIN failed--compilation aborted at /home/nengard/kohaclone/C4/Auth.pm line 32. Compilation failed in require at /home/nengard/kohaclone/mainpage.pl line 25. BEGIN failed--compilation aborted at /home/nengard/kohaclone/mainpage.pl line 25. I installed the following in the order listed (per bug 9611): Crypt::Eksblowfish::Bcrypt Crypt::Random::Source But still get the same error. What am I missing? Thanks Nicole