![]() |
|
|
|
|
|||||||
| UNIX and Linux Applications Questions involving software not covered by other forum go here. This includes Databases and Middleware. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Installing Perl Module | surjithss | Shell Programming and Scripting | 2 | 03-26-2008 09:51 AM |
| Error during installing DBD-mysql-4.005 | aditya.ece1985 | UNIX for Advanced & Expert Users | 2 | 12-17-2007 02:05 AM |
| Can I use a Perl Module without installing it? | jjinno | Shell Programming and Scripting | 1 | 08-29-2007 10:55 AM |
| Replace Perl Module name in all Perl scripts | rahulrathod | Shell Programming and Scripting | 2 | 12-01-2005 09:00 PM |
| Installing Perl Module Term::ReadKey??? HELP!!! | rrivas | UNIX for Dummies Questions & Answers | 4 | 03-01-2002 09:32 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
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: Code:
[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
|
| Forum Sponsor | ||
|
|
|
|||
|
I was suspecting it had something to do with mysql.so file. DBI module seems to be installed properly:
Code:
[yogeshs@PS0814 ~]$ perl -e "use DBI;" [yogeshs@PS0814 ~]$ |
| Thread Tools | |
| Display Modes | |
|
|