modcaml
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Modcaml] Cocanwiki on Mac OS X


From: Enrique Vetere
Subject: Re: [Modcaml] Cocanwiki on Mac OS X
Date: Tue, 30 Aug 2005 16:37:23 -0300

Adding just CamlLoad /path/to/nums.cma and trying "apachectl graceful" to restart Apache gives:

/usr/sbin/apachectl: line 193: 10066 Trace/BPT trap          $HTTPD -t >/dev/null 2>&1
/usr/sbin/apachectl graceful: configuration broken, ignoring restart
/usr/sbin/apachectl graceful: (run 'apachectl configtest' for details)

The I run apachectl configtest as suggested, and I get:

...
Syntax OK
dyld: /usr/sbin/httpd Undefined symbols:
_caml_alloc_custom
_caml_deserialize_block_4
_caml_deserialize_uint_4
_caml_register_custom_operations
_caml_serialize_block_4
_caml_serialize_int_4
/usr/sbin/apachectl: line 193: 10062 Trace/BPT trap          $HTTPD -t



On 8/30/05, Richard Jones <address@hidden> wrote:
On Tue, Aug 30, 2005 at 07:35:36AM -0300, Enrique Vetere wrote:
> I made some tests... mod_caml examples work ok (hello.cmo and params.cmo),
> so registry.cmo is loading ok.
> But as soon as I try to add some other Load ( e.g. nums.cma) dyld
> complains...

OK, so if you just add the line CamlLoad
/usr/lib/ocaml/3.08.3/nums.cma (or whatever the correct path is), on
its own, what is the exact error message that you see?

Does the error happen when Apache starts up, or when you start running
a script?

Rich.

--
Richard Jones, CTO Merjis Ltd.
Merjis - web marketing and technology - http://merjis.com
Team Notepad - intranets and extranets for business - http://team-notepad.com


reply via email to

[Prev in Thread] Current Thread [Next in Thread]