durring ./configure i get
configure: error: zm requires DBD::mysql
any idea on how to fix this?
configure: error: zm requires DBD::mysql
use you favorite packagemanager to install "perl-DBD-mysql".
you might want to use cpan:
you might want to use cpan:
Code: Select all
perl -MCPAN -e shell
install DBD::mysql
Code: Select all
$> man woman
$> Segmentation fault (core dumped)