加载不起perl,提示 perhaps this is not an Apache module DSO?

加载不起perl,提示 perhaps this is not an Apache module DSO?

加载不起perl,提示 perhaps this is not an Apache module DSO?

编译参数 ./configure --prefix=/usr/local/apache2 --enable-mods-shared=all
我用apache加载mod-perl
加载不起,提示 perhaps this is not an Apache module DSO?
怎么办?  
apache 2.2.3版本
LoadModule perl_module        modules/mod_perl.so
我又重新编译过还是一样
参数:./configure -prefix=/usr/local/apache2 -enable-so -enable-mods-shared=most

[Copy to clipboard] [ - ]
CODE:
[root@server conf]# perl -v

This is perl, v5.8.5 built for i386-linux-thread-multi

Copyright 1987-2004, Larry Wall

Perl may be copied only under the terms of either the Artistic License or the
GNU General Public License, which may be found in the Perl 5 source kit.

Complete documentation for Perl, including FAQ lists, should be found on
this system using `man perl' or `perldoc perl'.  If you have access to the
Internet, point your browser at [url]http://www.perl.com/[/url], the Perl Home Page.

[root@server conf]# /usr/local/apache2/bin/apachectl start
httpd: Syntax error on line 53 of /usr/local/apache2/conf/httpd.conf: API module structure `perl_module' in file /usr/local/apache2/modules/mod_perl.so is garbled - perhaps this is not an Apache module DSO?
[root@server conf]#

版本符合否?
你是如何安装mod_perl的?

另外楼上的提示可取。