[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: libvirt-ocaml packaging problem



On Wed, Nov 14, 2007 at 05:59:37PM +0000, Richard Jones wrote:
> I'm sure it's something very very simple, but can someone tell me why
> my libvirt-ocaml Debian package won't build?

I think the problem is here:

> make[2]: Entering directory `/home/rjones/d/redhat/debian/ocaml-libvirt/ocaml-libvirt-0.3.3.3/libvirt'
> ocamlfind install libvirt ../META *.so *.a *.cmx *.cma *.cmxa *.mli
> ocamlfind: Cannot mkdir /usr/local/lib/ocaml/3.10.0/libvirt: Permission denied

You're not passing DESTDIR or equivalent to ocamlfind, so it's trying
to install in the wrong place.

-- 
Eric Cooper             e c c @ c m u . e d u



Reply to: