[Koha] 3.4.x Branch and 3.4.8 Release Update

2012-01-21 Thread Chris Nighswonger
Hi All, I've just had time to bring the 3.4.x branch current with master. We will be releasing 3.4.8 next Saturday. There are a huge number of commits made in the last 8 hours, so I'd like to call for some testing on 3.4.x before the release next Saturday just to avoid any obvious bugs. So if you

Re: [Koha] Install for Dummies

2012-01-21 Thread Bruce A Metcalf
Chris Nighswonger wrote: Have a read at these FAQ's: http://koha-community.org/documentation/faq/searching/ Pay careful attention to the solution for question #4. It appears you've not exported the proper env vars. It sounds like you're recommending: 1. Check that you are exporting the tw

Re: [Koha] Install for Dummies

2012-01-21 Thread Chris Nighswonger
Hi Bruce, The correct paths for your installation would have been given in the notes produced at the end of running Makefile.PL (not sure where this would show up if you used the deb packages). These paths will *have* to be correct in order for Koha related cli scripts to run properly. Perhaps som

Re: [Koha] Install for Dummies

2012-01-21 Thread Eric Bégin
Bruce, I set: KOHA_CONF=/etc/koha/koha-conf.xml This looks ok to me. PERL5LIB=/usr/share/koha/lib If you did the default installation, the PERL5LIB should then be /usr/share/koha Eric Bégin www.inLibro.com On 12-01-21 10:16 AM, Bruce A Metcalf wrote: Chris Nighswonger wrote: Have a re

Re: [Koha] Install for Dummies

2012-01-21 Thread Paul
Having experienced a few glitches ourselves, here are some extracts from our "cheat sheet" (nelson is the name of our Debian/Ubuntu server with Koha 3.6.1 installed and happily working): *** do mysql dump FIRST *** *** do not go near link_bibs_to_authorities.pl *** paul@nelson:/$ cd /usr/share

Re: [Koha] Install for Dummies

2012-01-21 Thread Bruce A Metcalf
Eric Bégin wrote: I set: KOHA_CONF=/etc/koha/koha-conf.xml This looks ok to me. PERL5LIB=/usr/share/koha/lib If you did the default installation, the PERL5LIB should then be /usr/share/koha Tried this. Got the same failure message. Must be something else I did wrong or failed to do. Th

Re: [Koha] Install for Dummies

2012-01-21 Thread Bruce A Metcalf
Paul wrote: Having experienced a few glitches ourselves, here are some extracts from our "cheat sheet" (nelson is the name of our Debian/Ubuntu server with Koha 3.6.1 installed and happily working): *** do mysql dump FIRST *** Only six records in the system, so I skipped this. *** do not

Re: [Koha] Install for Dummies

2012-01-21 Thread Eric Bégin
Bruce, What is the first line in the Perl @INC: section in your staff About Koha's page ? This is most likely the value you should use to set PERL5LIB. Eric Bégin www.inLibro.com On 12-01-21 08:13 PM, Bruce A Metcalf wrote: Eric Bégin wrote: I set: KOHA_CONF=/etc/koha/koha-conf.xml This

Re: [Koha] Install for Dummies

2012-01-21 Thread Bruce A Metcalf
Eric Bégin wrote: What is the first line in the Perl @INC: section in your staff About Koha's page ? /usr/share/koha/lib This is most likely the value you should use to set PERL5LIB. Since that's what I've been trying, it would seem the problem lies elsewhere. Thanks, / Bruce / Bruce A.