I'm trying to get Opa compiled, and following the patch here: http://lists.owasp.org/pipermail/opa/2012-March/000955.html
However, it doesn't appear to work unless I include the complete path to cryptolib; +site-lib/cryptolib fails. # this dies $ /home/martin/opt/godi/bin/ocamlopt.opt -I +qmltop -I ../libtools -I ../libsecurity -I ../libqmlcompil -I ../libnet -I ../libbsl -I ../libbase -I ../database -I +cryptokit -I ../appruntime -I +site-lib/cryptokit -I /lib/opa/static -c cryptoMLRuntime.ml File "plugins/crypto/bslCrypto.ml", line 27, characters 2-28: Error: Unbound module Cryptokit # this works $ /home/martin/opt/godi/bin/ocamlopt.opt -I +qmltop -I ../libtools -I ../libsecurity -I ../libqmlcompil -I ../libnet -I ../libbsl -I ../libbase -I ../database -I +cryptokit -I ../appruntime -I /home/martin/opt/godi/lib/ocaml/site-lib/cryptokit -I /lib/opa/static -c cryptoMLRuntime.ml Is something wrong with my installation? It's a pretty standard godi install. martin -- Caml-list mailing list. Subscription management and archives: https://sympa-roc.inria.fr/wws/info/caml-list Beginner's list: http://groups.yahoo.com/group/ocaml_beginners Bug reports: http://caml.inria.fr/bin/caml-bugs