Thanks for your help.
=-=-= Installing cow.0.6.1 =-=-=
Extracting /home/phiho/.opam/archives/cow.0.6.1+opam.tar.gz.
Building cow.0.6.1:
make all
make install
Installing cow.0.6.1.
[mirari] + Executing: obuild configure
Configuring www-0.0.0...
warning: obuild META search paths and ocaml config mismatch
The ocamlfind configuration file used doesn't list the ocaml standard library
as part of his search paths. something fishy is going on
You can solve the issue by:
* pointing OCAMLFIND_CONF environment to the right configuration file
* making sure that the ocamlfind program in your path is the right one (ocamlfind printconf)
this is likely to cause various compilation problems
cd src && mirari build www.conf
[mirari] Using specified config file www.conf
[mirari] + Executing: obuild build
Building executable mir-www
warning: obuild META search paths and ocaml config mismatch
The ocamlfind configuration file used doesn't list the ocaml standard library
as part of his search paths. something fishy is going on
You can solve the issue by:
* pointing OCAMLFIND_CONF environment to the right configuration file
* making sure that the ocamlfind program in your path is the right one (ocamlfind printconf)
this is likely to cause various compilation problems
Camlp4: Uncaught exception: DynLoader.Error ("xmlm.cma", "file not found in path")
Preprocessing error on file
main.mlError while running external preprocessor
Command line: camlp4 -parser o -parser op -printer p -I /usr/lib/ocaml/camlp4 -parser o -parser op -printer p -I /home/phiho/.opam/system/lib/ulex pa_ulex.cma -I /home/phiho/.opam/system/lib/type_conv pa_type_conv.cma -I /home/phiho/.opam/system/lib/dyntype pa_dyntype.cma -I /home/phiho/.opam/system/lib/cow xmlm.cma str.cma pa_cow.cma -I /home/phiho/.opam/system/lib/optcomp optcomp.cma -I /home/phiho/.opam/system/lib/lwt lwt-syntax-options.cma -I /home/phiho/.opam/system/lib/lwt lwt-syntax.cma -I /home/phiho/.opam/system/lib/cstruct cstruct-syntax.cma '
main.ml' > /tmp/ocamlpp540bdf
[mirari] ERROR: The command "obuild build" exited with code 8.
make: *** [build] Error 1
phiho@mirage:~/mirage-www$