Hi Ya,

This query may be better suited for the Apache news group, but perhaps
someone here can help me.

When running the embperl tests and/or when trying to run an embperl
application with Apache the following error message was outputted:

httpd: module "" is not compatible with this version of Apache.
Please contact the vendor for the correct version.

Perhaps trouble shooting this would be easier if the name of the module
was not blank, but since it is, I'm baffled as to where to go from here.

The versions of the software we are using are:

apache_1.3.20
mod_perl-1.25
HTML-Embperl-1.3.3

The hardware is HP 9000/898 system running under HP-UX 11.0.  The HP
system is up to date as far as patches, etc. are concerned.  All
software was build using the HP ANSI C compiler not gcc.  That compiler
was recommended in the Perl install readme, so we standardized on it.

The mod_perl tests ran producing no errors.

Any thoughts would be greatly appreciated.

Rick

BTW the following additions to the httpd.conf file were made:

SetEnv EMBPERL_DEBUG 2277

<Files *.epl>
  SetHandler  perl-script
  PerlHandler HTML::Embperl
  Options     ExecCGI
</files>

#PerlSetEnv EMBPERL_SESSION_CLASSES "File Semaphore"
#PerlSetEnv EMBPERL_SESSION_ARGS "Directory = /opt/apache/sessions"

AddType text/html .epl

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to