Installing on Ubuntu 7.10
I am attempting to install Koha on Ubuntu 7.10 and am getting some dependency errors. I have solved most of them but still have a few outstanding. Here is what I am getting after I run installer.pl +++++++++++ MISSING PERL MODULES You are missing some Perl modules required by Koha. Please run this again after installing them. They may be installed by finding packages from your operating system supplier, or running (as root) the following commands: export LC_ALL=C perl -MCPAN -e 'install "ZOOM"' perl -MCPAN -e 'install "You will need Net::LDAP if you want to authentify patrons through a LDAP"' ++++++++++++ I have tried running the above commands from root but still get errors. Any assistance? Ed **************************************************************** Edward Veal (eveal@mail.ci.lubbock.tx.us) System Administrator Lubbock Public Library http://www.lubbocklibrary.com Mahon Library 1306 9th St. Lubbock, TX 79401 voice: 806-775-2849 fax: 806-775-2827 *******************************************************************
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 -- Galen Charlton Koha Application Developer LibLime galen.charlton@liblime.com p: 1-888-564-2457 x709
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.
participants (3)
-
Ed Veal -
Galen Charlton -
Michael Hafen