�Hi,there

 I am trying to install bugzilla on my redhat 7.3. I failed to
install bundle::bugzilla. so I decide to upgrade my perl to 5.8.0.
Then I run
perl -MCPAN -e 'install "Bundle::Bugzilla"' 

It complained something wrong with DBD::mysql, I download this module
and tried to install it manually. Since mysql did not install to
default directory, I spent sometime to tune up --cflags and --libs
settig for Makefile.PL

but finally I still get such error message after I run Perl Makefile
for DBD::mysql

I will use the following settings for compiling and testing:

  cflags        (Users choice) = -I/usr/local/mysql/include/mysql
  libs          (Users choice) = -L/usr/local/mysql/lib/mysql
-lmysqlclient -lz -lcrypt -lnsl -lm
  nocatchstderr (default     ) = 0
  testdb        (default     ) = test
  testhost      (default     ) = 
  testpassword  (default     ) = 
  testuser      (default     ) = 

To change these settings, see 'perl Makefile.PL --help' and
'perldoc INSTALL'.

WARNING: EXE_FILES takes a array reference not a string/number.
         Please inform the author.
Checking if your kit is complete...
Looks good
Can't use string ("dbimon pmysql") as an ARRAY ref while "strict
refs" in use at /usr/lib/perl5/5.8.0/ExtUtils/MM_Unix.pm line 1424.

I don't know what I can do. I serach internet for solution but it
seems few people encounter such a problem.

I hope there are some perl/DBD expert in this mailing list and give
me some advice on this

Thanks a lot!

Subbu

Reply via email to