2012-04-19 12 views
0

スクリプトを実行しようとすると、/ usr/local/cpanel/script/fixwebalizerが次のエラーを表示しています。 webalizerを修正するためのユーザー名を入力しますか? statxxxxcPanel Fixwebalizer問題

Log checker loaded ok.. 
==> cPanel Log Daemon version 25.0 
Can't load '/usr/lib/perl5/site_perl/5.8.8/i386-linux-thread-multi/auto/DBD/mysql/mysql.so' for module DBD::mysql: libmysqlclient.so.16: cannot open shared object file: No such file or directory at /usr/lib/perl5/5.8.8/i386-linux-thread-multi/XSLoader.pm line 70. 
at /usr/lib/perl5/site_perl/5.8.8/i386-linux-thread-multi/DBD/mysql.pm line 15 
Compilation failed in require at /usr/local/cpanel/Cpanel/Logd.pm line 79. 
BEGIN failed--compilation aborted at /usr/local/cpanel/Cpanel/Logd.pm line 79. 
Compilation failed in require at /usr/local/cpanel/libexec/cpanellogd line 199. 

誰かが解決方法を知っていれば、あなたの助けに感謝します。

ありがとうございました。

答えて

0

サーバー上のperlに問題があります。順番に

試してみてください。

動作しない場合は/スクリプト/ checkperlmodulesが

を--full: layer1.cpanel.netからPerlを再インストールしてみ(perl588installer.tar.gzを取得)

0

強制再インストールperlモジュール。 perlシェルへの最初のログイン

perl -MCPAN -e shell 

以下のモジュールを強制的にインストールします。

force install DBI 
force install DBD::mysql