Hi Gerald,

Sorry for late reply, I tried the whole thing again and now get this when make test

I have added the updates from the other Mac users on the list by updating the eputil.c and adding the

#define __BSD_VISIBLE 1 (thanks Brian)

However it still fails on the make test
#232 rtf/rtfmeta.asc... 

[-1][6559]ERR:  24:  Error in Perl code: syntax error at /Users/xx/installs/Embperl-2.2.0/test/html/rtf/rtfmeta.asc line 5, near "]\"
[-2]syntax error at /Users/xx/installs/Embperl-2.2.0/test/html/rtf/rtfmeta.asc line 17, near "#line 16 "/Users/xx/installs/Embperl-2.2.0/test/html/rtf/rtfmeta.asc"
[-3]}
[-4] _ep_cp"
[-5]syntax error at /Users/xx/installs/Embperl-2.2.0/test/html/rtf/rtfmeta.asc line 20, at EOF
[-6]syntax error at /Users/xx/installs/Embperl-2.2.0/test/html/rtf/rtfmeta.asc line 27, near ";
[-7]}"

Any ideas ?

Regards

Pete


Gerald Richter wrote:
Hi,
  
I have just installed apache 2.2.3 with Embperl 2.2.0  on OS 
X 10.4, corrected the issues which fellow users have had and 
got it to compile.  Now none of the httpd.conf  parameters 
get used.  
    

Did you get any error message when you start the httpd?

Does make test succeed?

Gerald


  
Example config is as so

LoadModule perl_module modules/mod_perl.so
LoadModule embperl_module    
/opt/local/lib/perl5/site_perl/5.8.8/darwin-2level/auto/Embper
l/Embperl.so 

PerlRequire /var/website/scripts/startup_httpd2.pp
Embperl_Log /tmp/embperl_log
Embperl_Mail_Errors_Limit 0

#PerlModule Embperl
EMBPERL_OBJECT_ADDPATH 
/var/website/htdocs/library/shared;/var/website/htdocs/library
<Directory "/var/website/htdocs/library/shared">
 <Files ~ "\.(html|epl|dxml|shtml)$">
    EMBPERL_OBJECT_ADDPATH 
/var/website/htdocs/library/shared;/var/website/htdocs/library
        Embperl_AppName     ukwl
        Embperl_Object_Base base.epl
        Embperl_UriMatch    "\.html.?|\.epl|\.dxml|\.shtml"
        SetHandler          perl-script
        PerlHandler         Embperl::Object 
        Options             ExecCGI
 </Files>
</Directory>

The log file isn't created, the base.epl file is replaced by 
the default _base.epl... has anyone experienced this or any 
ideas why ? the same co nfig I have used on various other 
OS's with no issues ?

Thanks





** Virus checked by BB-5000 Mailfilter ** 
!DSPAM:44e49a67195241279015795!


    


 
** Virus checked by BB-5000 Mailfilter ** 




  

Reply via email to