Thanks Nicolas,

I did:

LD_PRELOAD=opt/local/lib/libgc.1.0.3.dylib /Applications/MAMP/Library/bin/httpd
within the bash script starting the apache… no luck…

also tried (libgc.dylib, libgc.1.dylib) - could not find any libgc*.so files 
somewhere.

Maybe I should start over. I am writing an application server using haxe/neko 
(something like a graph-db).
That app-server should be connected via socket (ThreadRemotingServer) with an 
HTTP middleware(REST) providing simple http calls like /user/create.

I was successfully using nekotools server and haxe/php. My next step was to use 
mod_neko in apache2 for performance reasons.

Is that approach even sane? What is the favorite web server for neko?

Best, Nico.

On 19 Mar 2012, at 16:08, Nicolas Cannasse wrote:

> Le 19/03/2012 11:58, Nico Zimmermann a écrit :
>> ok - i compiled and installed neko by using mac ports (ocaml, boehmgc) and 
>> Xcode command line tools 4.1.
>> 
>> Compiling works fine - however, when I start apache the following crash 
>> happens:
>> 
>> Anybody has some working 64bit mod_neko binaries for me?
> 
> Could you try preloading your libgc before starting apache ?
> 
> For instance :
> LD_PRELOAD=/usr/lib/libgc.so.1.0.0 /usr/bin/apache
> 
> (http://gcc.gnu.org/bugzilla/show_bug.cgi?format=multiple&id=13212 for a 
> similar bug)
> 
> Best,
> Nicolas
> 
> -- 
> Neko : One VM to run them all
> (http://nekovm.org)

-- 
Neko : One VM to run them all
(http://nekovm.org)

Reply via email to