<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
It's already better, but the way to do it is really to define the
PERL5LIB environment variable.<br>
<br>
Look at your OS documentation to find out how to define it permanently.<br>
<br>
--<br>
Eric Bégin<br>
<a class="moz-txt-link-freetext" href="http://www.inLibro.com">http://www.inLibro.com</a><br>
<br>
Abhishek Amberkar [अभिषेक] wrote:
<blockquote
 cite="mid:d4a3cbb0907210630r136f75ado627a8c07cc4e1842@mail.gmail.com"
 type="cite">
  <pre wrap="">2009/7/21 Eric Bégin <a class="moz-txt-link-rfc2396E" href="mailto:Eric.Begin@inlibro.com">&lt;Eric.Begin@inlibro.com&gt;</a>:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Hello!

1.sudo cp -a /usr/share/koha/lib/* /etc/perl

2 things about that line.

1) Based on the problem you described, that line did not really solve it, so
I think it was not necessary
2) More important yet, you'll have to do this everytime you update Koha,
which is OK if you work for your library forever, but this is very dangerous
if someone else starts maintaining Koha.

I would strongly recommand to remove the /etc/perl/C4 directory.

If, afterward, you run into an error message when you run rebuild_zebra.pl,
you probably have to run
export PERL5LIB=/usr/share/koha/lib

    </pre>
  </blockquote>
  <pre wrap=""><!---->
What if we try symlinking? Will it break upgrading??

# ln -sv /usr/share/koha/lib/C4 /etc/perl/C4

  </pre>
</blockquote>
</body>
</html>