Looks like you (probably) have DBD::Interbase version 0.30 installed. Since version 
0.40 is on CPAN, you should upgrade (download and install) and that should fix the 
problem.

If that's not an option for whatever reason, and you're truly desperate you could 
instruct Perl where it can find your old DBD::InterBase by changing the first line of 
your script(s) to:

#!/usr/bin/perl -I/usr/lib/perl5/site_perl/5.6.0/i386-linux/DBD

See "perldoc perlrun" for info.

That's pretty ugly and should only be used until you get your DBD driver(s) 
updated/reinstalled.

(Congrats on RedHat 8.0. I took that plunge a couple weekends ago. -grin-)

Cheers,

Jay Hannah
Application Development Manager
Omni Hotels Reservation Center
[EMAIL PROTECTED]
V: 1-402-952-6573
F: 1-402-334-8013



> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:rino.mail@;libero.it]
> Sent: Friday, October 25, 2002 3:28 PM
> To: [EMAIL PROTECTED]
> Subject: Proble with istallation of module.


> I had upgrate RedHat from 7.3 to 8.0
> And my application don't work!
> Probably it don't find InterBase.pm
> Please, Help me! What can I do?


> install_driver(InterBase) failed: Can't locate 
> DBD/InterBase.pm in @INC (@INC contains: 
> /usr/lib/perl5/5.8.0/i386-linux-thread-multi 
> /usr/lib/perl5/5.8.0 
> /usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi 
> /usr/lib/perl5/site_perl/5.8.0
> /usr/lib/perl5/site_perl 
> /usr/lib/perl5/vendor_perl/5.8.0/i386-linux-thread-multi 
> /usr/lib/perl5/vendor_perl/5.8.0 /usr/lib/perl5/vendor_perl 
> .) at (eval 4) 
> line 3.
> Perhaps the DBD::InterBase perl module hasn't been fully installed,
> or perhaps the capitalisation of 'InterBase' isn't right.
> Available drivers: ExampleP, Pg, Proxy, mysql.
>  at ./loginuser.pl line 18


> MY PROGRAM:
> =====================================================
> [root@localhost ago]# cat loginuser.pl
> #! /usr/bin/perl
> 
> use CGI;
> use DBI;

> OTHER INFORMATIONS:
> =========================================
> [root@localhost ago]# locate InterBase.pm
> /usr/lib/perl5/site_perl/5.6.0/i386-linux/Bundle/DBD/InterBase.pm
> /usr/lib/perl5/site_perl/5.6.0/i386-linux/DBD/InterBase.pm
> /usr/lib/perl5/site_perl/InterBase.pm
> /home/rin/download/interbase_perl/InterBase.pm
> /home/rin/download/interbase_perl/DBD-InterBase-0.30/lib/Bundle/DBD/InterBase.pm
> /home/rin/download/interbase_perl/DBD-InterBase-0.30/InterBase.pm
> /home/rin/download/interbase_perl/DBD-InterBase-0.30/blib/lib/DBD/InterBase.pm
> /home/rin/download/interbase_perl/DBD-InterBase-0.30/blib/lib/Bundle/DBD/InterBase.pm

Reply via email to