Re: [Koha] Z3950 fail to connect to external Database

2012-06-16 Thread Tom Obrien
Hi, We are using Koha-3.6. When trying to import records from other catalogues- Library of congress, etc. (using ports 210, 7090, 9991,etc) but connection refuses. We are running behing a proxy server-quid. Kindly advice us how we can bypass the proxy server and access these databases . Thanks in

[Koha] force install DBD::SQLite2

2012-06-16 Thread Andi Sugandi
Hi all, Is it safe to 'force install DBD::SQLite2' in cpan according to the failed 'make test'[1] on my VDS (CentOS 6.2, x86_64) machine (btw, this is another issue[2] on the same machine): [1] http://paste.koha-community.org/456 [2] http://lists.katipo.co.nz/pipermail/koha/2012-June/033159.html

Re: [Koha] Z3950 fail to connect to external Database

2012-06-16 Thread David Nind
Hi Tom. I think that you will have to contact the people who look after your proxy server/firewall. Depending on how these are setup for your organisation they will probably need to enable access to these ports/services. Not sure how difficult this will in your organisation though Regards.

Re: [Koha] Net::Z3950::ZOOM via cpan (was Re: Installing Koha on CentOS+cPanel Hosting Server)

2012-06-16 Thread Bernardo Gonzalez Kriegel
Andy, 1) Warnings at compile time: your are trying to compile the last version of Net::Z3950::ZOOM with an old version of yaz. I installed yaz-4.2.25 on /usr/local 2) Failed tests: I have the same messages, no problem, do a force install. Bernardo -- Bernardo Gonzalez Kriegel

Re: [Koha] force install DBD::SQLite2

2012-06-16 Thread Bernardo Gonzalez Kriegel
Andy, it's required, but only to create the database for offline circulation. Do a force install, I have the same failed tests. Bernardo -- Bernardo Gonzalez Kriegel bgkrie...@gmail.com On Sat, Jun 16, 2012 at 5:09 AM, Andi Sugandi andisuga...@gmail.com wrote: Hi all, Is it safe to 'force

Re: [Koha] Koha Error

2012-06-16 Thread David Nind
Hi. It looks like something to do with your MySql server (the database used by Koha). Can you connect to your MySql server from the command line e.g. mysql -u root -p whateveryourmysqlrootpasswordis ? Also, what version of Koha are you using? And what Linux operating system are you running on?