help: error in installing perl module DBD::mysql

Hi,
I am trying to install perl module DBD::mysql and don't know how to resolve the following:

[root@PS0814 DBD-mysql-4.005]# make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/00base.............ok 3/5install_driver(mysql) failed: Can't load '/misc/DBD-MySQL-modules/DBD-mysql-4.005/blib/arch/auto/DBD/mysql/mysql.so' for module DBD::mysql: /misc/DBD-MySQL-modules/DBD-mysql-4.005/blib/arch/auto/DBD/mysql/mysql.so: undefined symbol: DBIc_TRACE_LEVEL at /usr/lib/perl5/5.8.5/i386-linux-thread-multi/DynaLoader.pm line 230.
 at (eval 1) line 3
Compilation failed in require at (eval 1) line 3.
Perhaps a required shared library or dll isn't installed where expected
 at t/00base.t line 38
t/00base.............dubious
        Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 4-5
        Failed 2/5 tests, 60.00% okay

I am using Red Hat Enterprise Linux ES release 4 (Nahant)

The symbol points to DBI. Perhaps that suggests it cannot find DBI?

I was suspecting it had something to do with mysql.so file. DBI module seems to be installed properly:

[yogeshs@PS0814 ~]$ perl -e "use DBI;"
[yogeshs@PS0814 ~]$

I will check tomorrow.

Yogesh, you can try :

HTH