I'm a new Linux user, new to MySQL, etc.  I have recently installed a new
system and have the problem below.  I have pored over the available
documentation extensively and just can't find what I have done wrong.  I
apologize in advance if this is something stupid, but I am really stuck.
After I installed MySQL (3.23.49a-1 including bench, client, and devel and
shared) I installed Data-ShowTable-3.3, Data-Dumper-2.101, DBI-1.18.  All of
these completed without any obvious problems.  Then when I attempted to
install Msql-Mysql-modules-1.2218 I ran into this problem that I can't load
DBI.pm.  As you can see from the text below, the file is indeed there, but
the error message says that it can't be loaded.

Can anyone help me?  Thanks much in advance?

Tom
-------------------

[root@localhost root]# cd /usr/lib/perl5/site_perl/5.6.0/i386-linux
[root@localhost i386-linux]# ls
auto  Bundle  dbd  dbi  DBI.pm  Digest  HTML  MIME  Storable.pm  Win32  XML
[root@localhost i386-linux]# ls -l
total 204
drwxr-xr-x   10 root     root         4096 May 22 15:01 auto
drwxr-xr-x    2 root     root         4096 May 23 19:48 Bundle
drwxr-xr-x    2 root     root         4096 May 18 17:25 dbd
drwxr-xr-x    2 root     root         4096 May 18 17:25 dbi
-r-xr-xr-x    1 root     root       148668 Jun  4  2001 DBI.pm
drwxr-xr-x    2 root     root         4096 Apr 29 12:57 Digest
drwxr-xr-x    2 root     root         4096 Apr 29 12:57 HTML
drwxr-xr-x    2 root     root         4096 Apr 29 12:57 MIME
-r--r--r--    1 root     root        15658 Apr  2  2000 Storable.pm
drwxr-xr-x    2 root     root         4096 May 18 17:25 Win32
drwxr-xr-x    3 root     root         4096 Apr 29 12:57 XML
[root@localhost i386-linux]# perl
use DBI;
Can't locate loadable object for module DBI in @INC (@INC contains:
/usr/lib/perl5/5.6.0/i386-linux /usr/lib/perl5/5.6.0
/usr/lib/perl5/site_perl/5.6.0/i386-linux /usr/lib/perl5/site_perl/5.6.0
/usr/lib/perl5/site_perl .) at
/usr/lib/perl5/site_perl/5.6.0/i386-linux/DBI.pm line 183
BEGIN failed--compilation aborted at
/usr/lib/perl5/site_perl/5.6.0/i386-linux/DBI.pm line 183.
Compilation failed in require at - line 1.
BEGIN failed--compilation aborted at - line 1.
[root@localhost i386-linux]#

Reply via email to