<div dir="ltr"><div><div><div>Thanks Rich,<br><br></div>Setting the OCAMLPATH and redoing the configure, make and make install seemed to work.  <br><br></div>I installed opam after I couldn't get hivex to install initially, was hoping that hivex was a package managed by opam I guess.<br><br></div>Chris<br><div class="gmail_extra"><br><div class="gmail_quote">On 7 August 2017 at 08:54, Richard W.M. Jones <span dir="ltr"><<a href="mailto:rjones@redhat.com" target="_blank">rjones@redhat.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Mon, Aug 07, 2017 at 08:10:55AM -0500, Chris McIntosh wrote:<br>
> Hey Thanks Rich.<br>
><br>
> > What distro?<br>
> Solus<br>
><br>
> > Are the OCaml bindings for hivex actually installed?<br>
> I don't think so at this point, though make install runs this command:<br>
><br>
> ocamlfind install \<br>
>  -ldconf ignore -destdir /home/chris/.opam/4.05.0/lib/<wbr>ocaml \<br>
>  hivex \<br>
>  META *.so *.a *.cma *.cmi ./*.mli *.cmx *.cmxa<br>
<br>
</span>Oh I see you're using opam to install locally.<br>
<br>
I think you'll need to set up an environment variable before running<br>
./configure.  I'm not much of an opam user myself, but it's probably:<br>
<br>
  export OCAMLPATH=/home/chris/.opam/4.<wbr>05.0/lib/ocaml<br>
<br>
or maybe:<br>
<br>
  export OCAMLPATH=/home/chris/.opam/4.<wbr>05.0/lib/ocaml:/usr/lib/ocaml<br>
<br>
or similar.<br>
<br>
You might also want to check /etc/ocamlfind.conf and the opam<br>
documentation.<br>
<span class=""><br>
Rich.<br>
<br>
--<br>
Richard Jones, Virtualization Group, Red Hat <a href="http://people.redhat.com/~rjones" rel="noreferrer" target="_blank">http://people.redhat.com/~<wbr>rjones</a><br>
Read my programming and virtualization blog: <a href="http://rwmj.wordpress.com" rel="noreferrer" target="_blank">http://rwmj.wordpress.com</a><br>
</span>libguestfs lets you edit virtual machines.  Supports shell scripting,<br>
bindings from many languages.  <a href="http://libguestfs.org" rel="noreferrer" target="_blank">http://libguestfs.org</a><br>
</blockquote></div><br></div></div>