Re: Failure to load Embperl with PerlModule directive

2006-09-12 Thread Oskar Ahner
rl even if mod_perl is static built? Regards, Oskar Ahner However, if I try to use this directive instead: PerlPostConfigRequire "/home/user/startup.pl" where startup.pl has this contents: use Embperl; 1; It works! But why? As I understand it, it should not make any difference

static mod_perl with apache2.2.3 fails

2006-09-12 Thread Oskar Ahner
Hello! I try to compile and build latest apache 2.2, mod_perl2 and Embperl without success. I build Perl 5.8.8 with: ./Configure -des -Dprefix=/opt/perl -Uusethreads. I unpacked the Apache 2.2.3 tar-ball: tar xvjf httpd-2.2.3.tar.bz2 I unpack and build mod_perl with the above apache statical

Failure to load Embperl with PerlModule directive

2006-09-10 Thread Oskar Ahner
s the directive. Regards, Oskar Ahner