I think you are using perl 10 which is not competible with KOHA, use perl 8.* and try <div><br></div><div>Ravindra Pandya</div><div><br><br><div class="gmail_quote">On Wed, Dec 3, 2008 at 4:30 AM, <span dir="ltr"><<a href="mailto:koha-request@lists.katipo.co.nz">koha-request@lists.katipo.co.nz</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Send Koha mailing list submissions to<br>
<a href="mailto:koha@lists.katipo.co.nz">koha@lists.katipo.co.nz</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
<a href="http://lists.katipo.co.nz/mailman/listinfo/koha" target="_blank">http://lists.katipo.co.nz/mailman/listinfo/koha</a><br>
or, via email, send a message with subject or body 'help' to<br>
<a href="mailto:koha-request@lists.katipo.co.nz">koha-request@lists.katipo.co.nz</a><br>
<br>
You can reach the person managing the list at<br>
<a href="mailto:koha-owner@lists.katipo.co.nz">koha-owner@lists.katipo.co.nz</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than "Re: Contents of Koha digest..."<br>
<br>
<br>
Today's Topics:<br>
<br>
1. Re: production mode - trapped fatal error (Joe Atzberger)<br>
2. Question about biblio frameworks (Lenora Oftedahl)<br>
3. 001 control number (John)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Tue, 2 Dec 2008 14:51:37 -0500<br>
From: "Joe Atzberger" <<a href="mailto:ohiocore@gmail.com">ohiocore@gmail.com</a>><br>
Subject: Re: [Koha] production mode - trapped fatal error<br>
To: "Iago Lorenzo Salgueiro" <<a href="mailto:ilorenzo@cetmar.org">ilorenzo@cetmar.org</a>><br>
Cc: <a href="mailto:koha@lists.katipo.co.nz">koha@lists.katipo.co.nz</a><br>
Message-ID:<br>
<<a href="mailto:235bf14f0812021151r4d04e1dbu184ede01330af7b9@mail.gmail.com">235bf14f0812021151r4d04e1dbu184ede01330af7b9@mail.gmail.com</a>><br>
Content-Type: text/plain; charset="utf-8"<br>
<br>
This means you haven't installed HTML::Template::Pro (or haven't done it in<br>
a location where Koha can find it).<br>
--Joe<br>
<br>
On Tue, Dec 2, 2008 at 12:53 PM, Iago Lorenzo Salgueiro <<a href="mailto:ilorenzo@cetmar.org">ilorenzo@cetmar.org</a><br>
> wrote:<br>
<br>
> Permissions checked, all good (in koha files and configs)<br>
><br>
> I set PERL5LIB and KOHA_CONF, inside "/var/www/html-virtuals/koha/lib"<br>
> folder I run:<br>
><br>
> # perl -wc C4/Auth.pm<br>
> Can't locate HTML/Template/Pro.pm in @INC (@INC contains:<br>
> /usr/lib/perl5/5.10.0/i386-linux-thread-multi /usr/lib/perl5/5.10.0<br>
> /usr/local/lib/perl5/site_perl/5.10.0/i386-linux-thread-multi<br>
> /usr/local/lib/perl5/site_perl/5.10.0<br>
> /usr/lib/perl5/vendor_perl/5.10.0/i386-linux-thread-multi<br>
> /usr/lib/perl5/vendor_perl/5.10.0 /usr/lib/perl5/vendor_perl<br>
> /usr/local/lib/perl5/site_perl/5.10.0/i386-linux-thread-multi<br>
> /usr/local/lib/perl5/site_perl/5.10.0 /usr/local/lib/perl5/site_perl<br>
> /usr/lib/perl5/site_perl .) at C4/Output.pm line 33.<br>
> BEGIN failed--compilation aborted at C4/Output.pm line 33.<br>
> Compilation failed in require at C4/Auth.pm line 30.<br>
> BEGIN failed--compilation aborted at C4/Auth.pm line 30.<br>
><br>
> What means this error?<br>
><br>
> -----Mensaje original-----<br>
> *De:* Joe Atzberger [mailto:<a href="mailto:ohiocore@gmail.com">ohiocore@gmail.com</a>]<br>
> *Enviado el:* martes, 02 de diciembre de 2008 17:03<br>
> *Para:* Iago Lorenzo Salgueiro<br>
> *CC:* <a href="mailto:koha@lists.katipo.co.nz">koha@lists.katipo.co.nz</a><br>
> *Asunto:* Re: [Koha] production mode - trapped fatal error<br>
><br>
> Iago --<br>
><br>
> Get on the command line, then set/export PERL5LIB and KOHA_CONF. Since the<br>
> problem seems to be with Auth, then try perl -wc C4/Auth.pm<br>
><br>
> Make sure the permissions on your KOHA_CONF file allow it to be read by<br>
> Apache.<br>
><br>
> --Joe<br>
><br>
> On Tue, Dec 2, 2008 at 3:28 AM, Iago Lorenzo Salgueiro <<br>
> <a href="mailto:ilorenzo@cetmar.org">ilorenzo@cetmar.org</a>> wrote:<br>
><br>
>> Hi:<br>
>> In Fedora 9, with KOHA 3.00.00 and after all the setup, when i go to my<br>
>> koha opac page for first time, i get the error:<br>
>><br>
>> "production mode - trapped fatal error"<br>
>><br>
>> I look at and find about this error, and tried other solutions (like the<br>
>> perl-dependencies losed, or reinstallation of someones -CGI::Session and<br>
>> anothers-). I can see, in the koha log file this:<br>
>><br>
>> [Mon Dec 01 18:33:45 2008] [error] [client <a href="http://127.0.0.1" target="_blank">127.0.0.1</a>] [Mon Dec 1<br>
>> 18:33:45 2008] opac-main.pl: BEGIN failed--compilation aborted<br>
>> at /var/www/html-virtuals/koha/opac/cgi-bin/opac/opac-main.pl line 22.<br>
>><br>
>> the line 22 of opac-main.pl contains:<br>
>><br>
>> use C4::Auth; # get_template_and_user<br>
>><br>
>> and the same error when i entered in koha-intranet, and the line of the<br>
>> error is similar (when reference to C4::***)<br>
>><br>
>> I check the variable PERL5LIB in apache configuration, and it's ok:<br>
>><br>
>> SetEnv KOHA_CONF "/etc/koha/koha-conf.xml"<br>
>> SetEnv PERL5LIB "/var/www/html-virtuals/koha/lib"<br>
>><br>
>> inside each VirtualHost (OPAC and intranet)<br>
>><br>
>> When I test all the possible (failed) solutions, I have SELinux and<br>
>> firewall disabled (to avoid problems)<br>
>><br>
>> Someone know what is the problem (or can be)??<br>
>><br>
>> thanks!!<br>
>><br>
><br>
><br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <a href="http://lists.katipo.co.nz/pipermail/koha/attachments/20081202/fc333f63/attachment.html" target="_blank">http://lists.katipo.co.nz/pipermail/koha/attachments/20081202/fc333f63/attachment.html</a><br>
<br>
------------------------------<br>
<br>
Message: 2<br>
Date: Tue, 02 Dec 2008 13:53:13 -0800<br>
From: "Lenora Oftedahl" <<a href="mailto:OFTL@critfc.org">OFTL@critfc.org</a>><br>
Subject: [Koha] Question about biblio frameworks<br>
To: <a href="mailto:koha@lists.katipo.co.nz">koha@lists.katipo.co.nz</a><br>
Message-ID: <<a href="mailto:s9353deb.096@critfc.org">s9353deb.096@critfc.org</a>><br>
Content-Type: text/plain; charset=US-ASCII<br>
<br>
So let's say I decide I don't need a particular framework anymore. What happens when I delete that framework? I get an "Are you sure?" message that there are records linked to that framework.<br>
<br>
Thanx.<br>
Lenora<br>
<br>
--<br>
***************************************<br>
Lenora A. Oftedahl, MLS MEPM<br>
StreamNet Regional Librarian<br>
Columbia River Inter-Tribal Fish Commission<br>
729 NE Oregon St, Ste 190<br>
Portland, OR 97232<br>
503-736-3581 / ARIEL: <a href="http://207.173.155.8" target="_blank">207.173.155.8</a><br>
503-731-1260 FAX<br>
<a href="mailto:OFTL@critfc.org">OFTL@critfc.org</a> <a href="http://www.fishlib.org" target="_blank">http://www.fishlib.org</a><br>
*************************************<br>
"One by one, the penguins are stealing my sanity"<br>
**************************************<br>
"Don't worry about the world coming to an end today. It's already tomorrow in Australia."<br>
--(Charles Schultz)<br>
**************************************<br>
"The problem with adults is that they are contaminated by experience."<br>
--Kumi Naidoo, General Secretary and CEO of CIVICUS<br>
**************************************<br>
<br>
<br>
<br>
------------------------------<br>
<br>
Message: 3<br>
Date: Tue, 2 Dec 2008 17:13:52 -0500<br>
From: John <<a href="mailto:jdayrutherford@gmail.com">jdayrutherford@gmail.com</a>><br>
Subject: [Koha] 001 control number<br>
To: <a href="mailto:Koha@lists.katipo.co.nz">Koha@lists.katipo.co.nz</a><br>
Message-ID:<br>
<<a href="mailto:f821b6c20812021413q60dd1712k2f23ed9606395937@mail.gmail.com">f821b6c20812021413q60dd1712k2f23ed9606395937@mail.gmail.com</a>><br>
Content-Type: text/plain; charset="iso-8859-1"<br>
<br>
I have a new koha 3 installation. I am playing with importing<br>
marc records. I want to match on the 001 field. The default<br>
match field is set as ISBN now.<br>
<br>
Do I need to set the biblioitems.biblionumber field to be the 001<br>
field? Is there any relation between biblionumber and the fields defined in<br>
Record Matching Rules?<br>
<br>
<br>
John Rutherford<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <a href="http://lists.katipo.co.nz/pipermail/koha/attachments/20081202/09450f48/attachment-0001.htm" target="_blank">http://lists.katipo.co.nz/pipermail/koha/attachments/20081202/09450f48/attachment-0001.htm</a><br>
<br>
------------------------------<br>
<br>
_______________________________________________<br>
Koha mailing list<br>
<a href="mailto:Koha@lists.katipo.co.nz">Koha@lists.katipo.co.nz</a><br>
<a href="http://lists.katipo.co.nz/mailman/listinfo/koha" target="_blank">http://lists.katipo.co.nz/mailman/listinfo/koha</a><br>
<br>
<br>
End of Koha Digest, Vol 38, Issue 7<br>
***********************************<br>
</blockquote></div><br></div>