caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* [Caml-list] mod_caml + dynlink + parsing
@ 2003-09-11 18:39 kknowles
  2003-09-11 19:02 ` [Caml-list] " kknowles
  0 siblings, 1 reply; 5+ messages in thread
From: kknowles @ 2003-09-11 18:39 UTC (permalink / raw)
  To: caml-list


I've got mod_caml up and running in my apache2 installation, the examples work
fine, but I'm having a bit of trouble with dynamic loading of my handler (ocaml
3.06), and I think it is a Dynlink issue rather than a mod_caml one.

My modules uses a lot of the standard library, and mod_caml did not expose Array
in its call to Dynlink.add_interfaces.  In fact, I added Str, Array, Parsing,
and Lexing to this list.  But the module still fails to load, with the following
error:

Failure("error while linking /usr/local/apache2/modules/mod_aspcc.cma.
Reference to undefined global `Parsing'")

When an interface is not exposed through Dynlink, the error message is along the
lines of "An implementation for module XXX is not available" (Sorry I don't have
the exact message), so I think this is something else.  Can anyone help with
this?

-Kenn

-------------------
To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr
Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2003-09-12 11:43 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-09-11 18:39 [Caml-list] mod_caml + dynlink + parsing kknowles
2003-09-11 19:02 ` [Caml-list] " kknowles
2003-09-11 19:17   ` Richard Jones
2003-09-12  1:31     ` kknowles
2003-09-12 11:43       ` [Caml-list] mod_caml now supports Apache 2 API Richard Jones

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).