Hi all. I've been trying to setup the mod_neko for Apache on Mac OS X 10.5 (Leopard) and I've run into a little problem.

I have setup the LoadModule entry in the httpd.conf file and have added the AddHandler entry (placing it within an <IfModule neko_module> </IfModule> pair). Instead of LD_LIBRARY_PATH, Mac OS X uses the DYLD_LIBRARY_PATH variable instead. For Apache, I found a call to a script "/usr/sbin/envvars" that defines this variable and so I put the neko path there.

So far, so good. However, when I startup Apache, it crashes with a segmentation fault. Here is the error from the console:

14/11/07 4:14:53 PM org.apache.httpd[522] httpd: apr_sockaddr_info_get() failed for dynip-129-101.massey.ac.nz 14/11/07 4:14:53 PM org.apache.httpd[522] httpd: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName 14/11/07 4:14:56 PM com.apple.launchd[1] (org.apache.httpd[522]) Exited abnormally: Segmentation fault 14/11/07 4:14:56 PM com.apple.launchd[1] (org.apache.httpd) Throttling respawn: Will start in 8 seconds

When I remove the LoadModule and AddHandler neko entries, Apache runs just fine.

Any advice on this problem would be really appreciated.

Thanks,
Darren Kessell.

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

Reply via email to