Re: [Koha] Koha on Mandrake 10...
I tried installing koha 2.0.0 in my home computer running Mandrake 10.
2.0.1 is current. http://sourceforge.net/projects/koha
Please announce this at koha-announce list. or is there any formal announcement somewhere else? Thanks, Baiju M -- _______________________________________________ Find what you are looking for with the Lycos Yellow Pages http://r.lycos.com/r/yp_emailfooter/http://yellowpages.lycos.com/default.asp...
On 2004-09-06 07:02:20 +0100 Baiju M <baijum81@lycos.com> wrote:
Please announce this at koha-announce list.
I did not know about that list. It is not mentioned on http://koha.org/mailing/ I will post there later today, as no brown paper bags are yet reported. Thanks, -- MJR/slef My Opinion Only and not of any group I know
Does that generate anything interesting in the koha-error_log or the opac-error_log (punctuation may be incorrect)? Does your apache run other CGI scripts?
Well since I'm a newbie, I really don't know about that. I've set the opac and librarian modules to ports 8000 and 8001 (port 80 would show the default page and give me quick access to the documentation.) The koha-error_log contains something like: [Wed Sep 8 00:28:56 2004] [error] [client 127.0.0.1] client denied by server configuration: /usr/local/koha/intranet/htdocs Something to do with Group and User settings on httpd.conf? Or (more likely) it's somewhere else, like that other message I read about moving the perl files to a path in @INC, though I don't know where that is; heck, I don't even know a thing about PERL. BTW I upgraded to koha 2.0.1 a few days after I posted my message. Still gives the same error though. Thanks for your help in advance guys. -James Asis a BLIS student wondering why his university library is in the process of building its own Java-based ILS instead of considering existing open-source ILS like this one *sigh*
On 2004-09-07 18:06:06 +0100 James Asis <gekigan_flare@hotPOP.com> wrote:
[Wed Sep 8 00:28:56 2004] [error] [client 127.0.0.1] client denied by server configuration: /usr/local/koha/intranet/htdocs
Something to do with Group and User settings on httpd.conf? Or (more likely) it's somewhere else
That looks like it might be some <Directory />...</Directory> section in your main httpd.conf that doesn't allow apache to serve files from /usr/local/koha. You can either try to fix it, or install koha's web files (intranet and opac) somewhere that the apache config does like (maybe /var/www or /home). If this is a Mandrake default, it would be good to know what is a safe suggestion.
a BLIS student wondering why his university library is in the process of building its own Java-based ILS instead of considering existing open-source ILS like this one *sigh*
I'd guess it's "you don't have to pay for the koha code, so it can't be any good," right? There are still people who think like that and some universities can be slow to change while others are early adopters and experimenters... oh, and don't forget language bigotry. I'm a schemer comfortable with a reasonably good perl solution, but people from the "big OO" languages seem afraid of using systems in other languages IMO. -- MJR/slef My Opinion Only and not of any group I know http://www.ttllp.co.uk/ for creative copyleft computing Visit the AFFS stand, .org village LinuxExpoUK, 6-7 Oct
That looks like it might be some <Directory />...</Directory> section in your main httpd.conf that doesn't allow apache to serve files from /usr/local/koha. You can either try to fix it, or install koha's web files (intranet and opac) somewhere that the apache config does like (maybe /var/www or /home). If this is a Mandrake default, it would be good to know what is a safe suggestion.
I'll check this out, but I don't know when. Recently I've been busy with schoolwork. Thank you very much for your help, in any case. -James
participants (3)
-
Baiju M -
James Asis -
MJ Ray