Page 1 of 1

configure: error: zm requires DBD::mysql

Posted: Wed Jun 28, 2006 6:30 pm
by c3lica
durring ./configure i get
configure: error: zm requires DBD::mysql
any idea on how to fix this?

Posted: Wed Jun 28, 2006 7:35 pm
by acrid
use you favorite packagemanager to install "perl-DBD-mysql".

you might want to use cpan:

Code: Select all

perl -MCPAN -e shell
install DBD::mysql