You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by kolikov <ko...@free.fr> on 2006/11/08 18:27:58 UTC

Debian testing libapache2-mod-perl2 (2.0.2-2.2) and libembperl-perl(2.2.0-1)

Hi,

This question is not directly linked with modperl but
embperl is said to be supporting mod-perl with version
 >= to 1.99.14-4

But ...

On a fresh install of libembperl-perl(2.2.0-1)
with libapache2-mod-perl2 (2.0.2-2.2)
on Debian testing

I get this message :
----------------------
Syntax error on line 185 of /etc/apache2/apache2.conf: Syntax error on
line 4 of /etc/apache2/mods-enabled/zembperl.load: API module structure
`embperl_module' in file /usr/lib/perl5/auto/Embperl/Embperl.so is
garbled - perhaps this is not an Apache module DSO?
----------------------

The '.load' and '.conf' apache2 config files are pointing to the good 
.so module.
As expected : uninstalling mod-perl or embperl makes apache2 run fine.


I am using : Debian GNU/Linux 2.6.17-2-k7 kernel
AND libc6  2.3.6.ds1-4

My installed packages related with apache2 are :
apache2              2.2.3-2
apache2-mpm-prefork  2.2.3-2
apache2-utils        2.2.3-2
libapache2-mod-perl2 2.0.2-2.2


I have already sent a bug report to the libemperl Debian package
maintainer, though i post here to get additional debug help, if possible.


Best Regards
-- 
kolikov@free.fr

Re: Debian testing libapache2-mod-perl2 (2.0.2-2.2) and libembperl-perl(2.2.0-1)

Posted by Mike Whitaker <mi...@altrion.org>.
On 8 Nov 2006, at 17:34, Perrin Harkins wrote:

> On Wed, 2006-11-08 at 18:27 +0100, kolikov wrote:
>> My installed packages related with apache2 are :
>> apache2              2.2.3-2
>> apache2-mpm-prefork  2.2.3-2
>> apache2-utils        2.2.3-2
>> libapache2-mod-perl2 2.0.2-2.2
>
> This probably means embperl doesn't like apache 2.2, or the Debian
> package of it.  Your best bet for help is the Embperl mailing list:
> http://perl.apache.org/embperl/

At a guess libembperl-perl is still expecting a mod_perl_1.99x-esque  
set up (a la Debian stable), not a 2.x setup.


Re: Debian testing libapache2-mod-perl2 (2.0.2-2.2) and libembperl-perl(2.2.0-1)

Posted by Perrin Harkins <pe...@elem.com>.
On Wed, 2006-11-08 at 18:27 +0100, kolikov wrote:
> My installed packages related with apache2 are :
> apache2              2.2.3-2
> apache2-mpm-prefork  2.2.3-2
> apache2-utils        2.2.3-2
> libapache2-mod-perl2 2.0.2-2.2

This probably means embperl doesn't like apache 2.2, or the Debian
package of it.  Your best bet for help is the Embperl mailing list:
http://perl.apache.org/embperl/

- Perrin