You are viewing a plain text version of this content. The canonical link for it is here.
Posted to embperl@perl.apache.org by Kjell Morgenstern <mo...@cs.tu-berlin.de> on 2002/02/27 13:01:30 UTC

Apache::SessionX make test fails

Hi !

I run Makefile.PL and configured it at "File, Semaphore locking"
I get this error from "make test" :
Undefined subroutine &Apache::SessionX::Generate::MD5::generate called at
blib/lib/Apache/SessionX.pm line 170.

Using
SessionX-2.03b
Digest-MD5-2.16
Storable-1.0.14


Further I get an error when using "PerlModule HTML::Embperl" (as described
in the docs for Session Management) :
Starting httpd [ PERL ] /etc/rc.d/apache: Line 173: 3503
Speicherzugriffsfehler (= Memory allocation error)
I guess this is because embperl is already loaded by "PerlHandler HTML::Embperl" ?
However, when I am not using "PerlModule HTML::Embperl" in
httpd.conf, Emperl is working fine, but without Session Management.

How could I get Apache::SessionX to work ?

Kjell Morgenstern


---------------------------------------------------------------------
To unsubscribe, e-mail: embperl-unsubscribe@perl.apache.org
For additional commands, e-mail: embperl-help@perl.apache.org


Re: Apache::SessionX make test fails

Posted by Gerald Richter <ri...@ecos.de>.
> Undefined subroutine &Apache::SessionX::Generate::MD5::generate called at
> blib/lib/Apache/SessionX.pm line 170.
>

Strange...

Could you send me the full output of make test and the file
SessionX/Config.pm

> Using
> SessionX-2.03b
> Digest-MD5-2.16
> Storable-1.0.14
>

Which Perl version?

>
> Further I get an error when using "PerlModule HTML::Embperl" (as described
> in the docs for Session Management) :
> Starting httpd [ PERL ] /etc/rc.d/apache: Line 173: 3503
> Speicherzugriffsfehler (= Memory allocation error)

This looks like SuSE 7.x Linux. I had trouble with SuSE Linux and ipv6
support. Go to /etc/init.d/apache and remove everything that looks like
ipv6, afterwards try again...

Gerald

-------------------------------------------------------------
Gerald Richter    ecos electronic communication services gmbh
Internetconnect * Webserver/-design/-datenbanken * Consulting

Post:       Tulpenstrasse 5         D-55276 Dienheim b. Mainz
E-Mail:     richter@ecos.de         Voice:    +49 6133 925131
WWW:        http://www.ecos.de      Fax:      +49 6133 925152
-------------------------------------------------------------




---------------------------------------------------------------------
To unsubscribe, e-mail: embperl-unsubscribe@perl.apache.org
For additional commands, e-mail: embperl-help@perl.apache.org