> Alas, Novell doesn't include Embperl with its distribution. It does however > have Apache 2 and mod_perl 2. How dificult is it to get Embperl 2 to run on > top of that?
SUSE 9.3 with apache2, apache2-devel. mod_perl 2 and either apache-prefork or apache-worker doesn't seem to like embperl: configuration: Found mod_perl Version 1.999021 Found LWP::UserAgent Version 2.033 Found HTML::HeadParser Version 2.21 Apache::Session not installed on this system -> Disable tests for persistent data storage Found File::Spec Version 3.01 Found CGI Version 3.05 # make test ... Testing offline mode... #0 ascii... make: *** [test_dynamic] Error 127 # more test/tmp/test.err.log /usr/bin/perl: symbol lookup error: /root/.cpanplus/5.8.6/build/Embperl-2.0rc3/ blib/arch/auto/Embperl/Embperl.so: undefined symbol: ap_strchr I don't know where ap_strchr is supposed to be. Well, I know there's one in httpd.h but as it's already being included, there must be another problem. By the way. If I use apache-worker, the configuration will fail because it's looking for mod_cgi.so. This file is only included in prefork. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]