Guys, I have a problem with installing ZOOM on my suse 10.0 box. I have installed all the perl scripts, yaz and the zoom installation fails with three errors when the module is tested. Please help. regards Manillah
manillah wrote:
Guys,
I have a problem with installing ZOOM on my suse 10.0 box. I have installed all the perl scripts, yaz and the zoom installation fails with three errors when the module is tested.
Zoom seems to fail regardless of the Linux distro. Download ~/Net-Z3950-ZOOM-1.18.tar.gz Untar it and force an untested install. e.g. cd Net-Z3950-ZOOM-1.18 && perl Makefile.PL && make && sudo make install HTH! cheers rickw -- _________________________________ Rick Welykochy || Praxis Services Say what you will about the miracle of unquestioning faith, I consider a capacity for it terrifying and absolutely vile. -- Howard W Campbell in Kurt Vonnegut Jr's "Mother Night"
Hi, I have a problem with getting Koha to work. I have installed all the perl scripts and when I start the browser the Welcome to Koha message appears and then I get HTTP 500 Internal Server Error. Apache Access log: X.X.X.X - - [07/Feb/2008:07:51:19 +0200] "GET / HTTP/1.0" 200 550 "-" "Microsoft BITS/6.6" Opac-error_log: [Thu Feb 07 08:06:36 2008] [error] [client x.x.x.x] Can't locate C4/Interface/CGI/Output.pm in @INC (@INC contains: /usr/lib/perl5/5.8.8/i586-linux-thread-multi /usr/lib/perl5/5.8.8 /usr/lib/perl5/site_perl/5.8.8/i586-linux-thread-multi /usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl/5.8.8/i586-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.8 /usr/lib/perl5/vendor_perl .) at /usr/lib/perl5/site_perl/5.8.8/C4/Auth.pm line 29. [Thu Feb 07 08:06:36 2008] [error] [client x.x.x.x] BEGIN failed--compilation aborted at /usr/lib/perl5/site_perl/5.8.8/C4/Auth.pm line 29. [Thu Feb 07 08:06:36 2008] [error] [client x.x.x.x] Compilation failed in require at /usr/local/koha/opac/cgi-bin/opac-main.pl line 7. Please help ! PM
Manillah -- C4/Interface/CGI/Output.pm is an outmoded reference. In 3.0, it is just C4/Output.pm. I would recommend using the 3.0beta version of Koha if you can, or locate (and update) the references to Output.pm in whatever older version it is you have installed. Note: I'm unfamiliar with the configuration that has C4 installed under the site_perl directory, and I suspect that might cause conflicts if you install the newer version. The current style is to use SET_ENV PERL5LIB in your Apache configuration (or equivalent in shell), and leave the C4 directory as part of the koha tree. --joe atzberger On Thu, Feb 7, 2008 at 1:22 AM, manillah <pabalelo@gmail.com> wrote:
Hi,
I have a problem with getting Koha to work. I have installed all the perl scripts and when I start the browser the Welcome to Koha message appears and then I get HTTP 500 Internal Server Error.
Apache Access log: X.X.X.X - - [07/Feb/2008:07:51:19 +0200] "GET / HTTP/1.0" 200 550 "-" "Microsoft BITS/6.6"
Opac-error_log: [Thu Feb 07 08:06:36 2008] [error] [client x.x.x.x] Can't locate C4/Interface/CGI/Output.pm in @INC (@INC contains: /usr/lib/perl5/5.8.8/i586-linux-thread-multi /usr/lib/perl5/5.8.8 /usr/lib/perl5/site_perl/5.8.8/i586-linux-thread-multi /usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl/5.8.8/i586-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.8 /usr/lib/perl5/vendor_perl .) at /usr/lib/perl5/site_perl/5.8.8/C4/Auth.pm line 29. [Thu Feb 07 08:06:36 2008] [error] [client x.x.x.x] BEGIN failed--compilation aborted at /usr/lib/perl5/site_perl/5.8.8/C4/Auth.pm line 29. [Thu Feb 07 08:06:36 2008] [error] [client x.x.x.x] Compilation failed in require at /usr/local/koha/opac/cgi-bin/opac-main.pl line 7.
Please help !
PM
Hi Joe and Koha users; Thanks for the input. Actually i forgot to send you the error log for koha: Below is the errors that I get when I try to start Koha: [Fri Feb 08 05:49:40 2008] [error] [client x.x.x.x] Compilation failed in requireat /usr/lib/perl5/site_perl/5.8.8/C4/Auth.pm line 27. [Fri Feb 08 05:49:40 2008] [error] [client x.x.x.x] BEGIN failed--compilation aborted at /usr/lib/perl5/site_perl/5.8.8/C4/Auth.pm line 27. [Fri Feb 08 05:49:40 2008] [error] [client x.x.x.x] Compilation failed in require at /usr/local/koha/opac/cgi-bin/opac-main.pl line 7. [Fri Feb 08 05:49:40 2008] [error] [client x.x.x.x] BEGIN failed--compilation aborted at /usr/local/koha/opac/cgi-bin/opac-main.plline 7. [Fri Feb 08 05:49:40 2008] [error] [client x.x.x.x] Premature end of scriptheaders: opac-main.pl [Fri Feb 08 05:52:06 2008] [error] [client x.x.x.x] Global symbol "$template" requires explicit package name at /usr/lib/perl5/site_perl/5.8.8/C4/Auth.pm line 120. _perl .) at /usr/lib/perl5/site_perl/5.8.8/C4/Auth.pm line 29. My Environment is as follows: Operating System: Suse 10.0 Apache Mysql 5.0 Perl: 5.8.8 Please help I have searched the net and I have run out of ideas ...
PM
_______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
participants (3)
-
Joe Atzberger -
manillah -
Rick Welykochy