Re: [EXT]Re: error trying to start httpd with mod_perl enabled

John D Groenveld <[email protected]> Fri, 27 Oct 2023 12:10:51 -0400
Newsgroups gmane.comp.apache.mod-perl
Message-ID <[email protected]>
In message <[email protected]>, "Johnson, Bruce E - (bjohnson)" writes:
>apachectl configtest
>
>[Fri Oct 27 08:41:49.204868 2023] [so:warn] [pid 97206:tid 97206] AH01574: =
>module perl_module is already loaded, skipping
>
>Syntax OK
>
>
># su - webworker
>$ perl -c /home/allwebfiles/perl/startup.pl
>
>
>[webworker@dhbroomscheduling4 ~]$ perl -c /home/allwebfiles/perl/startup.pl
>
>/home/allwebfiles/perl/startup.pl syntax OK

Maybe try an strace(1) to find the failed open(2):
# strace -f -e open httpd -X

John
[email protected]