Hello,
> doesn't works for me.
> I'm trying to install on a hpux-11.0 machine.

I remeber that HP-UX dynamic linker is special..., but I have no access toa
HP-UX machine so I can't verfiy this.

>If i compile embperl no *.so file
> will
> be generated. In the makefile is also no build order for *.so files.
> But there is an Embperl.sl

That's possible, it is called sl instead of so

> but if i load it into apache it will crash with a
> core dump.

Mmh, that not what I expected...

> So i have following statements in httpd.conf included:
> ...
> LoadModule perl_module modules/mod_perl.so
> PerlModule Apache2
> PerlModule Embperl
> ...
> <Directory ...>
> PerlSetVar EMBPERL_OBJECT_BASE base.epl

Embperl never looks at things set with PerlSetVar, it should be

EMBPERL_OBJECT_BASE base.epl

(without PerlSetVar or PerlSetEnv), but this will not work with Apache 2.x,
unless we get the LoadModule of Embperl working.

> ...
> It seems to work but not really.
> 1. It will not found base.epl but _base.epl

This is because it doesn't looks at your setting with PerlSetVar and
_base.epl is the default.

First of all I would like to know if

make test

works for you? If not send me the screen output and as far as available the
test/tmp/httpd.err.log file

Gerald




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

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




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

Reply via email to