Browse thread
[Caml-list] Adding libraries to mod_caml
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Michael Hoisie <hoisie@b...> |
| Subject: | Re: [Caml-list] Adding libraries to mod_caml |
Try adding: CamlLoad /path/to/your.cma to your httpd.conf -Mike On Wed, 14 Apr 2004 13:30:03 -0600 Matt Gushee <mgushee@havenrock.com> wrote: > Hello, all (& Rich) -- > > I have written a library that I would like to use with mod_caml. The > library is pure OCaml, but it depends on another pure OCaml library > which in turn depends on Unix and Dbm. I have tried modifying the > mod_caml Makefile to include my library--specifically, I added the > library path to OCAMLCINCS and the .cma file to ALL_CMAS, but I continue > to get 'unbound module' errors. > > What else do I need to do? > ------------------- 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