Hello, I have recently installed Fedora 9 and I've installed the OCAML Packages successfully. But I am facing a problem with the Graphics module,it seems that dllgraphics.so is missing. I do not know if this is a common problem but it is certainly strange. *dllgraphics.so: dllgraphics.so: cannot open shared object file: No such file or directory.*
So I checked /usr/lib/ocaml/stublibs/ and it seems to be missing unfortunately. Does anyone know a solution to this problem?
On Sun, Sep 14, 2008 at 07:16:23AM +0300, Lynx Law wrote:
I have recently installed Fedora 9 and I've installed the OCAML Packages successfully. But I am facing a problem with the Graphics module,it seems that dllgraphics.so is missing. I do not know if this is a common problem but it is certainly strange. *dllgraphics.so: dllgraphics.so: cannot open shared object file: No such file or directory.*
So I checked /usr/lib/ocaml/stublibs/ and it seems to be missing unfortunately.
I don't have F9, but I tested this on F8 and Rawhide and it works for me. Do you have a sequence of commands to reproduce the bug?
Rich.
When I compile let's say a basic program that uses the Graphic modules. It gives me the error that the object is missing * ocamlc graphics.cma test.ml -o test Error on dynamically loaded library: dllgraphics.so: dllgraphics.so: cannot open shared object file: No such file or directory* I'm using OCaml 3.10.1,under fedora 9. Under another GNU/Linux Distribution I do not face any problems similar to this one.
On Tue, Sep 16, 2008 at 3:10 PM, Richard W.M. Jones rjones@redhat.comwrote:
On Sun, Sep 14, 2008 at 07:16:23AM +0300, Lynx Law wrote:
I have recently installed Fedora 9 and I've installed the OCAML Packages successfully. But I am facing a problem with the Graphics module,it seems that dllgraphics.so is missing. I do not know if this is a common problem but it is certainly strange. *dllgraphics.so: dllgraphics.so: cannot open shared object file: No such file or directory.*
So I checked /usr/lib/ocaml/stublibs/ and it seems to be missing unfortunately.
I don't have F9, but I tested this on F8 and Rawhide and it works for me. Do you have a sequence of commands to reproduce the bug?
Rich.
-- Richard Jones, Emerging Technologies, Red Hat http://et.redhat.com/~rjones virt-p2v http://et.redhat.com/%7Erjonesvirt-p2v converts physical machines to virtual machines. Boot with a live CD or over the network (PXE) and turn machines into Xen guests. http://et.redhat.com/~rjones/virt-p2vhttp://et.redhat.com/%7Erjones/virt-p2v
Fedora-ocaml-list mailing list Fedora-ocaml-list@redhat.com https://www.redhat.com/mailman/listinfo/fedora-ocaml-list
On Sat, Sep 20, 2008 at 09:35:20PM +0300, Lynx Law wrote:
When I compile let's say a basic program that uses the Graphic modules. It gives me the error that the object is missing
ocamlc graphics.cma test.ml -o test Error on dynamically loaded library: dllgraphics.so: dllgraphics.so: cannot open shared object file: No such file or directory* I'm using OCaml 3.10.1,under fedora 9. Under another GNU/Linux Distribution I do not face any problems similar to this one.
I'm afraid I don't have F9 available, but this is definitely working on Rawhide:
$ cat test.ml Graphics.open_graph "" $ ocamlc graphics.cma test.ml -o test $ ./test
If you have F-9 then you can easily upgrade to the rawhide version of the ocaml packages by enabling the development repo in /etc/yum.repos.d/fedora-development.repo, followed by a 'yum update'.
Rich.
Thank you,I appreciate your help :-) I will upgrade soon and give you a response as soon as I can .
On Thu, Sep 25, 2008 at 1:14 AM, Richard W.M. Jones rjones@redhat.comwrote:
On Sat, Sep 20, 2008 at 09:35:20PM +0300, Lynx Law wrote:
When I compile let's say a basic program that uses the Graphic modules. It gives me the error that the object is missing
ocamlc graphics.cma test.ml -o test Error on dynamically loaded library: dllgraphics.so: dllgraphics.so:
cannot
open shared object file: No such file or directory* I'm using OCaml 3.10.1,under fedora 9. Under another GNU/Linux Distribution I do not face any problems similar
to
this one.
I'm afraid I don't have F9 available, but this is definitely working on Rawhide:
$ cat test.ml Graphics.open_graph "" $ ocamlc graphics.cma test.ml -o test $ ./test
If you have F-9 then you can easily upgrade to the rawhide version of the ocaml packages by enabling the development repo in /etc/yum.repos.d/fedora-development.repo, followed by a 'yum update'.
Rich.
-- Richard Jones, Emerging Technologies, Red Hat http://et.redhat.com/~rjones virt-p2v http://et.redhat.com/%7Erjonesvirt-p2v converts physical machines to virtual machines. Boot with a live CD or over the network (PXE) and turn machines into Xen guests. http://et.redhat.com/~rjones/virt-p2vhttp://et.redhat.com/%7Erjones/virt-p2v
Fedora-ocaml-list mailing list Fedora-ocaml-list@redhat.com https://www.redhat.com/mailman/listinfo/fedora-ocaml-list
ocaml-devel@lists.fedoraproject.org