bugzilla 安装错误
Error in bugzilla installation
我已经安装了 bugzilla,现在 运行 checksetup.pl 出现以下错误。
There was an error connecting to mysql:
install_driver(mysql) failed. Attempt to reload DBD/mysql.pm aborted.
compilation failed in require at (eval 159) line 3.
at Bugzilla/DB.pm line 1265.
您没有安装 DBD::mysql,它是 MySQL 的数据库驱动程序和 Bugzilla 使用的 Perl DBI。请检查 https://metacpan.org/pod/distribution/DBD-mysql/lib/DBD/mysql/INSTALL.pod 以查看适用于您的平台的安装说明。
我已经安装了 bugzilla,现在 运行 checksetup.pl 出现以下错误。
There was an error connecting to mysql:
install_driver(mysql) failed. Attempt to reload DBD/mysql.pm aborted.
compilation failed in require at (eval 159) line 3.
at Bugzilla/DB.pm line 1265.
您没有安装 DBD::mysql,它是 MySQL 的数据库驱动程序和 Bugzilla 使用的 Perl DBI。请检查 https://metacpan.org/pod/distribution/DBD-mysql/lib/DBD/mysql/INSTALL.pod 以查看适用于您的平台的安装说明。