On 15 Sep 2000, Alan E. Derhaag wrote:
> apache_1.3.11
> mod_ssl-2.5.0-1.3.11
> mod_perl-1.24
> perl v5.6.0
> RedHat Linux 2.2.12-20
>
> I compiled mod_ssl and mod_perl as DSOs and there were no errors.. a
> few warnings but nothing really significant. When running configtest,
> however, with the following in httpd.conf:
>
> LoadModule mod_perl libexec/libperl.so
that should be "LoadModule perl_module"
> AddModule mod_perl.c
>
> I get the result:
>
> Syntax error on line 146 of /usr/local/apache/conf/httpd.conf:
> Can't locate API module structure `mod_perl' in file \
> /usr/local/apache/libexec/libperl.so: \
> /usr/local/apache/libexec/libperl.so: undefined symbol: mod_perl
>
> line continuations are mine.
>
> ..never seen this before! What defines mod_perl to the API?
>