1

最近、新しいサイト www.infibox.in を購入しました。実際には、自分の cpanel から perl モジュールをインストールしようとしていますが、次のエラーが表示されます。

Testing connection speed...(using fast method)....Done
Ping:0 (ticks) Testing connection speed to perlmirror.indialinks.com using pureperl...(cached .. 58600.00 bytes/s)...Done
Ping:5 (ticks) Testing connection speed to cpan.mirror.choon.net using pureperl...(cached .. 9233.33 bytes/s)...Done
Ping:7 (ticks) Testing connection speed to cpan.biz.net.id using pureperl...(cached .. 7587.50 bytes/s)...Done
Ping:6 (ticks) Testing connection speed to cpan.cermin.lipi.go.id using pureperl...(cached .. 7387.50 bytes/s)...Done
Ping:8 (ticks) Testing connection speed to ftp.cuhk.edu.hk using pureperl...(cached .. 6377.78 bytes/s)...Done
Five usable mirrors located
Ping:23 (ticks) Testing connection speed to 208.74.125.42 using pureperl...(using cached speed)...Done
Ping:21 (ticks) Testing connection speed to 66.23.237.210 using pureperl...(using cached speed)...Done
Ping:24 (ticks) Testing connection speed to 69.72.212.10 using pureperl...(using cached speed)...Done
Three usable fallback mirrors located
Mirror Check passed for perlmirror.indialinks.com (/index.html)
Checking C compiler....Could not locate an executable "cc" binary....Done
 ** Unrecoverable Error **
The C compiler is not functional and auto repair failed.
Perl module installs require a working C compiler.
Please repair the C compiler and try again.
 **************************

しかし、モジュールを自分のディレクトリ /home/guolaujk/perl/usr/local にアップロードしようとしています

しかし、システムモジュールを実行できず、次のエラーが発生します

モジュール Crypt::DH::GMP のロード可能なオブジェクトが @INC に見つかりません (@INC には次が含まれます: /home/guolaujk/perl/usr/local /usr/local/lib/perl5/5.8.8/i686-linux / usr/local/lib/perl5/5.8.8 /usr/local/lib/perl5/site_perl/5.8.8/i686-linux /usr/local/lib/perl5/site_perl/5.8.8 /usr/local/lib/ perl5/site_perl .) /home/guolaujk/perl/usr/local/Net/OpenID/Common.pm 39 行目。

しかし実際には、このモジュールを /home/guolaujk/perl/usr/local ディレクトリに含めました。

それに対する解決策を提供してください..

4

1 に答える 1

0

一部の perl モジュールには、コンパイルが必要な高度な機能があります。

私にはこれが問題のように見えます-

C コンパイラをチェックしています....実行可能な "cc" バイナリが見つかりませんでした....完了

C コンパイラがインストールされていないか、その場所がパスにないか、特権ユーザーに制限されています

これについては、CPanel Compiler Access ガイドを参照してください -

http://docs.cpanel.net/twiki/bin/view/11_30/WHMDocs/DisableCompilers

于 2013-05-26T16:57:48.137 に答える