On Tue, 27 Apr 2004 15:03:04 -0700, Joshua Ferraro <jmf@kados.org> wrote:
So could you provide the exact error message as well as any errors that show up in the koha logs (the're in /usr/local/koha/log/ by default).
That was part fo the problem, the logs weren't getting written to. Httpd was seg faulting before it could process any Koha stuff (I think). Anyway, the only message was in /var/log/httpd/error_log, and that log only indicated a segmentation fault on the httpd PID. Here's an "ls" of /usr/local/koha/log dir: total 8 drwxr-xr-x 2 apache apache 4096 Apr 27 15:57 . drwxr-xr-x 5 apache apache 4096 Apr 27 15:18 .. -rwxr-xr-x 1 apache apache 0 Apr 27 15:57 koha-access_log -rwxr-xr-x 1 apache apache 0 Apr 27 15:57 koha-error_log -rwxr-xr-x 1 apache apache 0 Apr 27 15:51 opac-access_log -rwxr-xr-x 1 apache apache 0 Apr 27 15:51 opac-error_log
You may also find my installation guide to be helpful: http://kados.org/LibraryScience/installing_koha.html
Excellent! The more info the better for me. Thank you. -- Tom