Gerald,

Gets to

Got httpd: Syntax error on line 27 of /Users/moranp/Desktop/Downloads/ Embperl-2.2.0/test/conf/httpd.min.conf: Cannot load /Users/moranp/ Desktop/Downloads/Embperl-2.2.0/blib/arch/auto/Embperl/Embperl.so into server: cannot create object file image or add library


Test terminated with fatal error
make: *** [test_dynamic] Error 1

However thats because OSX calls it Embperl.bundle...
Fixing that

sudo cp /Users/moranp/Desktop/Downloads/Embperl-2.2.0/blib/arch/auto
/Embperl/Embperl.bundle /Users/moranp/Desktop/Downloads/Embperl-2.2.0/ blib/arch/auto/Embperl/Embperl.so

Gets further


#0 ascii... ERR:Can't connect to localhost:8531 (connect: Invalid argument)
Input:          test/html/ascii
Output:         test/tmp/out.htm
Log:            test/tmp/test.log

ERRORS detected! NOT all tests have been passed successfully


Found unexpected output in httpd errorlog:
[Fri Jun 15 10:04:56 2007] [emerg] (13)Permission denied: couldn't grab the accept mutex
make: *** [test_dynamic] Error 1

You can change the Mutext by adding a line to the test (test/conf/ httpd.conf.src)

AcceptMutex flock

Get past that

Found unexpected output in httpd errorlog:
[Fri Jun 15 10:18:39 2007] [crit] [client 127.0.0.1] (13)Permission denied: /Users/moranp/Desktop/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable
make: *** [test_dynamic] Error 1

Uggg - I try touching the .htaccess file, even chmod to 777 for this to pass but no cigar...

So maybe getting close ?

P




On 15 Jun 2007, at 10:01, Gerald Richter - ECOS GmbH wrote:

Hi,


It gets a lot further than the original issues....

Using Embperl 2.2.0 and apache 2.2.3 (I didnt use the built in apache)

perl Makefile.PL - all good
make - all good


Could you please try a

  make test TESTARGS="-i"

That will continue after the error. If only the rtf test fails, then it
should work, unless you use the RTF syntax

Gerald


Fails on

#232 rtf/rtfmeta.asc...

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


Hope this helps...

Pete
On 15 Jun 2007, at 07:08, Gerald Richter - ECOS GmbH wrote:

Gerald,
if I get a Mac and send you ssh access would you be
willing and have
time looking into porting Embperl to MacOSX?


Also I don't use a Mac on my own, I really would like to
see Embperl
running on a Mac.

Time is the problem, but if I have ssh access to a Mac I
can at least
try to find out these what is this KERN_PROTECTION_FAILURE
and things
like this and the you guys that wants to use it could put together
documentation etc.

I don't have all the email about Mac in mind. So what is current
status on the Mac at the moment?

What exactly has to be done, so it compiles and starts at least the
mod_perl tests?

Gerald

** Virus checked by BB-5000 Mailfilter **


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



** Virus checked by BB-5000 Mailfilter **
!DSPAM:416,46724f39177111664012181!



** Virus checked by BB-5000 Mailfilter **

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



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

Reply via email to