<div dir="ltr">When I compile let's say a basic program that uses the Graphic modules.<br>It gives me the error that the object is missing<br><i><br>ocamlc graphics.cma <a href="http://test.ml">test.ml</a> -o test<br>Error on dynamically loaded library: dllgraphics.so: dllgraphics.so: cannot open shared object file: No such file or directory</i><br>
I'm using OCaml 3.10.1,under fedora 9.<br>Under another GNU/Linux Distribution I do not face any problems similar to this one.<br><br><br><div class="gmail_quote">On Tue, Sep 16, 2008 at 3:10 PM, Richard W.M. Jones <span dir="ltr"><<a href="mailto:rjones@redhat.com">rjones@redhat.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="Ih2E3d">On Sun, Sep 14, 2008 at 07:16:23AM +0300, Lynx Law wrote:<br>
> I have recently installed Fedora 9 and I've installed the OCAML Packages<br>
> successfully.<br>
> But I am facing a problem with the Graphics module,it seems that<br>
> dllgraphics.so is missing.<br>
> I do not know if this is a common problem but it is certainly strange.<br>
> *dllgraphics.so: dllgraphics.so: cannot open shared object file: No such<br>
> file or directory.*<br>
><br>
> So I checked /usr/lib/ocaml/stublibs/ and it seems to be missing<br>
> unfortunately.<br>
<br>
</div>I don't have F9, but I tested this on F8 and Rawhide and it works for<br>
me.  Do you have a sequence of commands to reproduce the bug?<br>
<br>
Rich.<br>
<br>
--<br>
Richard Jones, Emerging Technologies, Red Hat  <a href="http://et.redhat.com/%7Erjonesvirt-p2v" target="_blank">http://et.redhat.com/~rjones<br>
virt-p2v</a> converts physical machines to virtual machines.  Boot with a<br>
live CD or over the network (PXE) and turn machines into Xen guests.<br>
<a href="http://et.redhat.com/%7Erjones/virt-p2v" target="_blank">http://et.redhat.com/~rjones/virt-p2v</a><br>
<br>
_______________________________________________<br>
Fedora-ocaml-list mailing list<br>
<a href="mailto:Fedora-ocaml-list@redhat.com">Fedora-ocaml-list@redhat.com</a><br>
<a href="https://www.redhat.com/mailman/listinfo/fedora-ocaml-list" target="_blank">https://www.redhat.com/mailman/listinfo/fedora-ocaml-list</a><br>
</blockquote></div><br></div>