17 Apr
2008
17 Apr
'08
11:11 p.m.
On Thu, 2008-04-17 at 16:41 -0500, Galen Charlton wrote:
Hi Ed,
On Thu, Apr 17, 2008 at 4:02 PM, Ed Veal <EVeal@mail.ci.lubbock.tx.us> wrote:
perl -MCPAN -e 'install "ZOOM"'
perl -MCPAN -e 'install "You will need Net::LDAP if you want to authentify patrons through a LDAP"' ++++++++++++
For the first, try running 'cpan Net::Z3950::ZOOM' as root - that will also install ZOOM. For the second, try 'cpan Net::LDAP' as root.
Regards,
Galen
Net::LDAP is only necessary if you want to use a directory with Koha. As this probably isn't the case you can safely ignore that one. Otherwise I think something like `apt-get install libnet-ldap-perl` as root should do the trick. Good luck.