[rt-users] Problem starting Apache after installing RT
Ruslan U. Zakirov
cubic at acronis.ru
Thu Jun 10 10:36:52 EDT 2004
Brett Barnhart wrote:
> OK, I just tried to restart httpd after upgrading Perl and I am getting
> this error.
>
> httpd failed. The error was: Starting httpd: Syntax error on line 10 of
> /etc/httpd/conf.d/perl.conf:
> Cannot load /etc/httpd/modules/mod_perl.so into server: libperl.so: cannot
> open shared object file: No such file or directory
>
> I've double checked, and mod_perl.so is in this directory.
> Any suggestions?
> (I am getting a crash course in Linux this last week).
>
> Thanks!
> Brett
Brett.
http://perl.apache.org/docs/1.0/guide/install.html#Should_I_Rebuild_mod_perl_if_I_have_Upgraded_Perl_
There is several step-by-step guides:
http://wiki.bestpractical.com/?InstallationGuides
mod_perl is well documented project.
1) You need working perl 5.8.3 or greater.
2) Then you should instal Apache+mod_perl
a) Apache1+mp1:
http://perl.apache.org/docs/1.0/guide/install.html#The_Flexible_Way
Is static compilation and it is recomended.
b) Apache2+mp2 is not recomended for production use yet, but in any case
you can find install docs there too.
3) And only when you finally get positive answer on next question
http://perl.apache.org/docs/1.0/guide/install.html#How_can_I_tell_whether_mod_perl_is_running_
you can return to RT install process.
Best regards. Ruslan.
More information about the rt-users
mailing list