<br><br><div class="gmail_quote">2010/1/14 Amy Schuler <span dir="ltr">&lt;<a href="mailto:schulera@caryinstitute.org" target="_blank">schulera@caryinstitute.org</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">










<div link="blue" vlink="purple" lang="EN-US">

<div>

<p class="MsoNormal"><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;;">Good
morning,</span></p>

<p class="MsoNormal"><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;;">Sorry
for the re-post.  I did not receive any responses so I will try once more in
case there are any bright ideas</span></p>

<p class="MsoNormal"><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;;"> </span></p>

<p class="MsoNormal"><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;;">A few
days ago it was suggested to me that my environmental variables Koha_conf and
PERL5LIB were not set up, which may lead to the problems I had running the
migration tools (bulkmarcimport, authority import) .</span></p>

<p class="MsoNormal"><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;;"> </span></p>

<p>It seems to me that my environmental variables are set up
correctly.  Here we have run the echo command and also tried bulk
authority import again.  If this printout below suggests anything new, I
am grateful to hear your thoughts.  </p>

<p>Thanks again!</p>

<p> </p>

<p>koha@Koha3:~/kohaclone/misc/migration_tools$ echo
$KOHA_CONF &amp;&amp; echo $PERL5LIB /home/koha/koha-dev/etc/koha-conf.xml</p>

<p>/etc/perl/C4</p>

<p> </p>

<p>koha@Koha3:~/kohaclone/misc/migration_tools$
./<a href="http://bulkauthimport.pl" target="_blank">bulkauthimport.pl</a> -file bulkauthimport.xml Use of uninitialized value
$conf_fname in concatenation (.) or string at /etc/perl/C4/Context.pm line 321.</p>

<p>read_config_file() returned undef at
/etc/perl/C4/Context.pm line 321.</p>

<p>Use of uninitialized value $conf_fname in concatenation
(.) or string at /etc/perl/C4/Context.pm line 321.</p>

<p>read_config_file() returned undef at
/etc/perl/C4/Context.pm line 321.</p>

<p>Use of uninitialized value $conf_fname in concatenation
(.) or string at /etc/perl/C4/Context.pm line 321.</p>

<p>read_config_file() returned undef at
/etc/perl/C4/Context.pm line 321.</p>

<p>Use of uninitialized value $conf_fname in concatenation
(.) or string at /etc/perl/C4/Context.pm line 321.</p>

<p>read_config_file() returned undef at
/etc/perl/C4/Context.pm line 321.</p>

<p>Use of uninitialized value $conf_fname in concatenation
(.) or string at /etc/perl/C4/Context.pm line 321.</p>

<p>read_config_file() returned undef at
/etc/perl/C4/Context.pm line 321.</p>

<p>Can&#39;t call method &quot;config&quot; on unblessed
reference at /etc/perl/C4/Context.pm line 655.</p>

<p>Compilation failed in require at /etc/perl/C4/Items.pm
line 30.</p>

<p>Compilation failed in require at /etc/perl/C4/XSLT.pm
line 22.</p>

<p>BEGIN failed--compilation aborted at /etc/perl/C4/XSLT.pm
line 22.</p>

<p>Compilation failed in require at /etc/perl/C4/Search.pm
line 27.</p>

<p>BEGIN failed--compilation aborted at
/etc/perl/C4/Search.pm line 27.</p>

<p>Compilation failed in require at
/etc/perl/C4/AuthoritiesMarc.pm line 24.</p>

<p>BEGIN failed--compilation aborted at
/etc/perl/C4/AuthoritiesMarc.pm line 24.</p>

<p>Compilation failed in require at ./<a href="http://bulkauthimport.pl" target="_blank">bulkauthimport.pl</a> line
20.</p>

<p>BEGIN failed--compilation aborted at ./<a href="http://bulkauthimport.pl" target="_blank">bulkauthimport.pl</a>
line 20.</p>

</div></div></blockquote></div>Are these environment variables exported, or merely set? You can test using: env | grep KOHA_CONF<br><br>If you&#39;ve set KOHA_CONF (for example) using the following:<br><br>KOHA_CONF=/home/koha/koha-dev/etc/koha-conf.xml<br>

<br>then it will not be passed to launched programs. Make sure you&#39;re using export for both of them:<br><br>export KOHA_CONF=/home/koha/koha-dev/etc/koha-conf.xml<br>export PERL5LIB=/etc/perl/C4<br><br>-- <br>Jesse Weaver<br>