1

在 Solaris 10 中安装 Bugzilla 时遇到以下错误。

谁能建议如何解决这些问题?我正在安装在 Solaris 10 x86 机器上。

# /usr/bin/perl install-module.pl Digest::SHA
/usr/ucb/cc: language optional software package not installed
*** Error code 1
make: Fatal error: Command failed for target 'SHA.o'

# /usr/bin/perl install-module.pl DateTime
Error: no compiler detected to compile 'lib/DateTime.c'. Aborting   
4

1 回答 1

1

这可能有效:

export CC
CC=gcc
PATH=$PATH:/usr/sfw/bin
/usr/bin/perl install-module.pl Digest::SHA
于 2012-03-01T10:49:55.253 回答