You are viewing a plain text version of this content. The canonical link for it is here.
Posted to embperl@perl.apache.org by wo...@basf-ag.de on 2002/07/01 11:11:01 UTC

Problems with embperl-2.0b8



Hello,
i have installed emperl-2.0b8 with the latest snapshot of modperl-2.0 and
apache2.

Everything seems okay but if i try it on my local website i get following error
Fehlermeldung:
Can't locate EmbperlObject.pm in @INC (@INC contains:
/opt/perl-5.6.1/lib/site_perl/5.6.1/PA-RISC1.1/Apache2
/opt/perl-5.6.1/lib/5.6.1/PA-RISC1.1 /opt/perl-5.6.1/lib/5.6.1
/opt/perl-5.6.1/lib/site_perl/5.6.1/PA-RISC1.1
/opt/perl-5.6.1/lib/site_perl/5.6.1 /opt/perl-5.6.1/lib/site_perl .) at (eval
29) line 3.

In the embperl source i also could not find an EmbperlObject.pm file.
Do i miss something?

Wolfgang

------------------------------------------------------------------------
Wolfgang Leideck
ONSYS GmbH
Fon: +49 (0)621/60-44104
Fax: +49 (0)621/60-73744
E-Mail: Wolfgang.Leideck@onsys.de



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


Re: Problems with embperl-2.0b8

Posted by Gerald Richter <ri...@ecos.de>.
Hello,
> i have installed emperl-2.0b8 with the latest snapshot of modperl-2.0 and
> apache2.
>
> Everything seems okay but if i try it on my local website i get following
error
> Fehlermeldung:
> Can't locate EmbperlObject.pm in @INC (@INC contains:

It's called Embperl::Object in 2.0. Make sure you have renamed everything
else from HTML::Embperl to Embperl!

Also if you want to use any Embperl configuration directives in your
httpd.conf you need to add the line

LoadModule embperl_module "/path/to/perl/site/arch/auto/Embperl/Embperl.so"

Of course you need to adjust to path to whereever the Embperl.so is
installed on your system.
Add this line directly after the LoadModule for mod_perl. This is necessary
due to the other initialization behaviour of mod_perl 2.0. Otherwise Embperl
would not be able to add any configuration directives to Apache.

This LoadModule is not documented yet, but will be soon go into the docs.

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