I'm running Apache 1.3.12 on my unix server (RM400 Siemens) with Sinix 5.44.
Perl 5.00404 is installed
The DSO module for servlets is also installed and works fine.

I try to install the DSO mod_perl 1.24 with
./configure --with-apxs=/usr/...../apx follow by make and make install in
the subdirectory apaci of mod_perl.

when I try ./apachectl configtest I receive the error msg
Syntax error in line 236 of /usr..../httpd.conf: Cannot
load /usr/....../libexec/libperl.so into server:
ld.so: /usr/...../httpd: relocation error: symbol not found: Perl_incgv

- the line 236 is : LoadModule perl_module libexec/libperl.so
- libperl.so is correct and in the right place
- apache works fine without the 236 line in httpd.conf

Francis


Reply via email to