2012-02-29 128 views
1

在Solaris 10中安裝Bugzilla時遇到以下錯誤。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 

回答

1

這可能會實現:

export CC 
CC=gcc 
PATH=$PATH:/usr/sfw/bin 
/usr/bin/perl install-module.pl Digest::SHA