It just looks lik you are missing DBI, from the perspective of that user environment.&nbsp; Try:<br><br><div style="margin-left: 40px;">sudo cpan DBI<br></div><br>I&#39;m not sure about perl 5.10 vs. 5.8, so there might be some additional issues.<br>
<br>--Joe<br><br><div class="gmail_quote">On Tue, Jan 20, 2009 at 2:00 PM, Fooled One <span dir="ltr">&lt;<a href="mailto:fooledone@gmail.com">fooledone@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hello List,<br><br>I have just tried installing the latest version of Koha via git following the instructions from the INSTALL.debian file.&nbsp; I have installed Koha successfully in the past and the only difference this time around is that this is a separate side-by-side install of Koha on the same machine (Debian Etch) as an already existing installation of Koha.&nbsp; My second installation seemed to go smoothly enough until I got to the web installer portion and received this error message instead of the web installer:<br>

<br><h1>Koha error</h1>
                                                <p>The following fatal error has occurred:</p> 
                        <pre><code>Can&#39;t locate DBI.pm in @INC (@INC contains: /usr/share/kohawarren/lib /usr/local/lib/perl5/5.10.0/i686-linux /usr/local/lib/perl5/5.10.0 /usr/local/lib/perl5/site_perl/5.10.0/i686-linux /usr/local/lib/perl5/site_perl/5.10.0 .) at /usr/share/kohawarren/lib/C4/Context.pm line 84.<br>

BEGIN failed--compilation aborted at /usr/share/kohawarren/lib/C4/Context.pm line 84.<br>Compilation failed in require at /usr/share/kohawarren/lib/C4/Output.pm line 30.<br>BEGIN failed--compilation aborted at /usr/share/kohawarren/lib/C4/Output.pm line 30.<br>

Compilation failed in require at /usr/share/kohawarren/intranet/cgi-bin/mainpage.pl line 22.<br>BEGIN failed--compilation aborted at /usr/share/kohawarren/intranet/cgi-bin/mainpage.pl line 22.<br></code></pre><br>I did do a search before posting to this list and did see someone else had a similar error involving mysql, but I am not sure that this is the same type of problem.<br>

<br>Would someone mind leading me in the right direction to fix this?<br><br>Thanks!<br><br>(Debian Etch, MySql v. 5.0.32)<br></blockquote></div><br>