CPAN を使用して LDAP.pm をインストールしました。
install Authen::Simple::LDAP
モジュールをApacheにロードしようとしました:
PerlLoadModule Authen::Simple::LDAP
サーバーを起動しようとすると、次のようなエラーが表示されます。
Syntax error on line 285 of /etc/httpd/conf/httpd.conf:
Attempt to reload Authen/Simple/LDAP.pm aborted.\nCompilation failed in require at (eval 12) line 3.\n
httpd 構成ファイルの 285 行目:
PerlLoadModule Authen::Simple::LDAP
LDAP perl モジュールのインストールに何か問題がありますか? このモジュールをインストールする別の方法はありますか? 他に不足しているモジュールはありますか? どのモジュールがどれかを知るにはどうすればよいですか?
追加情報: 実行中
perl -MAuthen::Simple::LDAP -e ''
戻り値:
Bareword "Params::Validate::SCALAR" not allowed while "strict subs" in use at /usr/local/share/perl5/Authen/Simple/Adapter.pm line 42.
Bareword "Params::Validate::SCALAR" not allowed while "strict subs" in use at /usr/local/share/perl5/Authen/Simple/Adapter.pm line 42.
Compilation failed in require at (eval 2) line 3.
...propagated at /usr/share/perl5/base.pm line 94.
BEGIN failed--compilation aborted at /usr/local/share/perl5/Authen/Simple/LDAP.pm line 5.
Compilation failed in require.
BEGIN failed--compilation aborte