訪問extmail時出現extmail Can't locate CGI.pm in @INC的解決辦法

個人系統是RHEL6在安裝配置郵件系統時,用extmail作web端。安裝配置好以後。訪問頁面出現extmail Can't locate CGI.pm in @INC,後面跟着一大堆。總之是說找不到CGI的相關模塊,我檢查了配置文件和權限問題,沒有什麼地方不對。搞了半天有點抓狂了,之前在centos5上作也出現過累似問題,不過之前都是配置或者權限搞錯了。web

最後在一個英文網頁上找到了答案,再次作一下記錄。關鍵問題仍是沒有安裝CGI解釋器。shell

You need to check if CGI.pm is actually installed.
Try
find / -name CGI.pm -print 2>/dev/null
as root user.
Depending on your system, one way to install it is
perl -e shell -MCPAN
then type

install CGIcentos

問題很簡單應該是去CPAN網站下載CGI相關程序。在shell下執行:ide

#perl -e shell -MCPAN網站

# install CGIit

裝好以後終於能正常顯示頁面了。class

呵呵寫的有點亂,等我把整個的系統作完以後再概括一下吧。配置

相關文章
相關標籤/搜索