Re: cannot locate dbi.pm while running perl scripts

2003-02-10 Thread Octavian Rasnita
Get DBI.pm from search.cpan.org. Teddy, Teddy's Center: http://teddy.fcc.ro/ Email: [EMAIL PROTECTED] - Original Message - From: Paul Choy [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, January 07, 2003 10:53 PM Subject: cannot locate dbi.pm while running perl scripts Hi

RE: cannot locate dbi.pm while running perl scripts

2003-02-10 Thread Sherzod Ruzmetov
: Hi : : : When I try running my perl scripts using DBI interface : with mysql, I got : this message:Can't locate DBI.pm in @INC((@INC contain : : /usr/lib/perl5/5.6.0/i386-linux : /usr/lib/perl5/5.6.0./usr/libperl5/site_perl/5.6.0/i386-linux : /usr/lib/perl5

cannot locate dbi.pm while running perl scripts

2003-01-07 Thread Paul Choy
Hi : When I try running my perl scripts using DBI interface with mysql, I got this message:Can't locate DBI.pm in @INC((@INC contain : /usr/lib/perl5/5.6.0/i386-linux /usr/lib/perl5/5.6.0./usr/libperl5/site_perl/5.6.0/i386-linux /usr/lib/perl5/site_perl/5.6.0 /usr/lib/perl5/site_perl .) Where

DBI.pm

2001-09-25 Thread cedric
/usr/bin/mysql_setpermission returns the following: Can't locate DBI.pm in @INC (@INC contains: ) Perl 5 is installed. What do I do? - Before posting, please check: http://www.mysql.com/manual.php (the manual

Re: DBI.pm

2001-09-25 Thread Adams, Bill TQO
cedric wrote: /usr/bin/mysql_setpermission returns the following: Can't locate DBI.pm in @INC (@INC contains: ) Perl 5 is installed. What do I do? This is really a perl question. But... su - perl -MCPAN -e 'install DBI' Or d/l the DBI code from your favorite CPAN mirror and install

Installation problsm - Can't locate DBI.pm

2001-09-13 Thread OPEN.org System Administrator
I get the following error message when trying to run-all-test. Any help would be greatly appreciated. /usr/local/mysql/sql-bench # ./run-all-tests Can't locate DBI.pm in @INC (@INC contains: /opt/perl5/lib/5.00503/PA-RISC1.1 /opt/perl5/lib/5.00503 /opt/perl5/lib/site_perl/ 5.005/PA-RISC1.1 /opt

Re: Installation problsm - Can't locate DBI.pm

2001-09-13 Thread Roman Festchook
You need to install Perl DBI, Mysql and Data-Dumper modules On Thu 13 Sep 2001 21:12, OPEN.org System Administrator wrote: I get the following error message when trying to run-all-test. Any help would be greatly appreciated. /usr/local/mysql/sql-bench # ./run-all-tests Can't locate DBI.pm

Can't locate DBI.pm in

2001-03-03 Thread N Sikkandar Dulkarnai
mysql 357 Mar 3 18:26 training1.pl # perl training1.pl Can't locate DBI.pm in @INC (@INC contains: /usr/local/lib/perl5/5.00503/sun4-so laris /usr/local/lib/perl5/5.00503 /usr/local/lib/perl5/site_perl/5.005/sun4-sol aris /usr/local/lib/perl5/site_perl/5.005 .) at training1.pl line 3. BEGIN failed--compilation aborted at training1.pl line 3.

Re: Can't locate DBI.pm in - CLOSED

2001-03-03 Thread N Sikkandar Dulkarnai
Thank you all. I installed and seems working fine. - Original Message - From: "Paulus" [EMAIL PROTECTED] To: "N Sikkandar Dulkarnai" [EMAIL PROTECTED] Sent: Saturday, March 03, 2001 8:04 PM Subject: Re: Can't locate DBI.pm in You haven't propably installed D