Re: [Koha-devel] [Koha] Koha 22.05.04: Can't locate Koha/Script.pm in @INC

2022-10-28 Thread Tomas Cohen Arazi
Are you by chance running the command in the root shell? You should always run it inside koha-shell El vie, 28 oct 2022 8:03, Michael Kuhn escribió: > Hi > > I am running a fresh installation of Koha 22.05.04 on Debian 11. > > I am trying to load some data using "bulkmarcimport.pl": > > # export

[Koha-devel] Koha packages are available 🎁

2022-10-28 Thread Mason James
kia ora community, the latest Koha packages are available an installation guide is below... https://wiki.koha-community.org/wiki/Koha_on_Debian cheers, Mason ___ Koha-devel mailing list Koha-devel@lists.koha-community.org https://lists.koha-community

Re: [Koha-devel] Koha 22.05.04: Can't locate Koha/Script.pm in @INC

2022-10-28 Thread Mason James
On 29/10/22 12:34 am, Michael Kuhn wrote: Hi David and Indranil Thank you very much, this works! Interestingly addin variable PERL5LIB was never before necessary when I ran "bulkmarcimport.pl" (and I do this a lot). Best wishes: Michael hi Michael i think it's always been necessary to have

Re: [Koha-devel] Koha 22.05.04: Can't locate Koha/Script.pm in @INC

2022-10-28 Thread Michael Hafen
This command has probably been changed since the last time you used it to be used with the koha-shell or koha-foreach scripts that come with the koha-common debian package. Those scripts set the config and perl include environment. On Fri, Oct 28, 2022 at 7:51 AM Michael Kuhn wrote: > Hi David

Re: [Koha-devel] Koha 22.05.04: Can't locate Koha/Script.pm in @INC

2022-10-28 Thread Michael Kuhn
Hi David You wrote: > could it be that you were executing the command with a different user? No, I definitely have always run the command as Linux user "root". The only difference I am aware of is this time I was first running the command under Koha 22.05. Best wishes: Michael -- Geschäftsf

Re: [Koha-devel] Koha 22.05.04: Can't locate Koha/Script.pm in @INC

2022-10-28 Thread David Schmidt
could it be that you were executing the command with a different user? On Fri, 28 Oct 2022, at 1:34 PM, Michael Kuhn wrote: > Hi David and Indranil > > Thank you very much, this works! > > Interestingly addin variable PERL5LIB was never before necessary when I > ran "bulkmarcimport.pl" (and I d

Re: [Koha-devel] Koha 22.05.04: Can't locate Koha/Script.pm in @INC

2022-10-28 Thread Michael Kuhn
Hi David and Indranil Thank you very much, this works! Interestingly addin variable PERL5LIB was never before necessary when I ran "bulkmarcimport.pl" (and I do this a lot). Best wishes: Michael -- Geschäftsführer · Diplombibliothekar BBS, Informatiker eidg. Fachausweis Admin Kuhn GmbH · Papp

Re: [Koha-devel] Koha 22.05.04: Can't locate Koha/Script.pm in @INC

2022-10-28 Thread David Schmidt
hi add that path to your PERL5LIB env var $ export PERL5LIB=/usr/share/koha/lib $ /usr/share/koha/bin/migration_tools/bulkmarcimport.pl -b -m marcxml -framework=ABC -file TITEL.marcxml -v 2 cheers david On Fri, 28 Oct 2022, at 1:02 PM, Michael Kuhn wrote: > Hi > > I am running a fresh install

[Koha-devel] Koha 22.05.04: Can't locate Koha/Script.pm in @INC

2022-10-28 Thread Michael Kuhn
Hi I am running a fresh installation of Koha 22.05.04 on Debian 11. I am trying to load some data using "bulkmarcimport.pl": # export KOHA_CONF=/etc/koha/sites/library/koha-conf.xml # /usr/share/koha/bin/migration_tools/bulkmarcimport.pl -b -m marcxml -framework=ABC -file TITEL.marcxml -v 2 Ca