<html><head><meta http-equiv="Content-Type" content="text/html charset=iso-8859-1"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">Hi Jon,<div><br></div><div>You're missing just one system package required to build ocamlfind called 'm4'.  Just add</div><div><br></div><div>sudo apt-get install m4</div><div><br></div><div>to your command set below and you should be fine.  For installing Cohttp with the Core backend, do:</div><div><br></div><div>opam install cohttp ssl async </div><div><br></div><div>Let us know if this doesn't work out.</div><div><br></div><div>best,</div><div>Anil</div><div><br><div><div>On 13 Aug 2014, at 20:30, Jon Loldrup <<a href="mailto:loldrup@gmail.com">loldrup@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div dir="ltr"><div><div><div><div>Hi<br><br></div>I'm trying to install cohttp on Ubuntu 14.04. However it is not working so well, as can be seen from this screenshot:<br><br><a href="http://i58.tinypic.com/euk9e1.png">http://i58.tinypic.com/euk9e1.png</a><br>

<br></div>I started from a pretty much unaltered installation of Ubuntu 14.04. Then I executed the following commands in order. The last command led to the error.<br><br>sudo apt-get update && sudo apt-get upgrade<br>

sudo apt-get install ocaml-nox ocaml-native-compilers ocaml-doc tuareg-mode ocaml-findlib oasis libpcre-ocaml-dev<br>sudo apt-get update<br>sudo apt-get install ocaml ocaml-native-compilers camlp4-extra opam<br>opam<br>opam list<br>

opam init<br>eval `opam config env`<br>opam search cohttp<br>opam search core<br>opam update<br>opam list<br>opam install cohttp<br><br></div>So, how do I approach figuring out what went wrong? I'm an Ocaml newbie..<br>

</div>Also, where should I report errors like this if it is indeed a bug instead of a user error?<br><div><br clear="all"><div><div>regards Jon Loldrup<br></div><div>Denmark<br></div>
</div></div></div>
_______________________________________________<br>opam-devel mailing list<br><a href="mailto:opam-devel@lists.ocaml.org">opam-devel@lists.ocaml.org</a><br>http://lists.ocaml.org/listinfo/opam-devel<br></blockquote></div><br></div></body></html>