I have succesfuly installed Embperl, but when I try to run 'Hello, world'
EmbperlObject example, i get Dr.Watson (application execution error -
instruction on adres xxx has refferenced 0x0009). After seting Embperl to
flush logfile I saw this error:

[252]MEM: Load d:/inetpub/wwwroot/embperl/base.epl in HTML::Embperl::DOC::_3
[252]CACHE: New File for 'd:/inetpub/wwwroot/embperl/base.epl' (56cba7c) in
'HTML::Embperl::DOC::_3' hash cache-key
'd:/inetpub/wwwroot/embperl/base.epl'

I use Embperl 1.3.1, Apache 1.3.19 and WinNT 4.0 SP 6. Here`s my
configuration:

PerlSetEnv EMBPERL_ESCMODE 0
PerlSetEnv EMBPERL_OPTIONS 16
PerlSetEnv EMBPERL_MAILHOST 192.168.1.13
PerlSetEnv EMBPERL_OBJECT_BASE base.epl
PerlSetEnv EMBPERL_OBJECT_FALLBACK notfound.html
PerlSetEnv EMBPERL_DEBUG 11245
PerlSetEnv EMBPERL_LOG "D:/Program Files/Apache
Group/Apache/logs/embperl.log"
PerlSetEnv EMBPERL_VIRTLOG "/embperl/log"

Alias /embperl "D:/Inetpub/wwwroot/embperl"

<Directory "D:/Inetpub/wwwroot/embperl">
 <FilesMatch ".*\.html$">
  SetHandler  perl-script
  PerlHandler HTML::EmbperlObject
  Options     ExecCGI
 </FilesMatch>
# <FilesMatch ".*\.epl$">
#  Order allow,deny
#  Deny From all
# </FilesMatch>
</Directory>

<Location /embperl/log>
 SetHandler perl-script
 PerlHandler HTML::Embperl
 Options ExecCGI
</Location>


Regards

Lukas Zapletal [[EMAIL PROTECTED]]
BACH systems Ltd. [www.bach.cz]
web programmer


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

Reply via email to