From: Julien Moutinho <julien.moutinho@gmail.com>
To: caml-list@yquem.inria.fr
Subject: Re: [Caml-list] Reference to undefined global `Mysql'
Date: Fri, 21 Sep 2007 10:27:26 +0200 [thread overview]
Message-ID: <20070921082726.GA20454@localhost> (raw)
In-Reply-To: <7318da040709210042s411a351h82cc4fec818d7c28@mail.gmail.com>
On Fri, Sep 21, 2007 at 12:42:54AM -0700, Robert Wong wrote:
> debian:$ ocaml
> Objective Caml version 3.09.2
>
> # open Mysql;;
> # connect defaults;;
> Reference to undefined global `Mysql'
>
>
> What would be the next step to debug this problem?
To open the manual here :)
http://caml.inria.fr/pub/docs/manual-ocaml/manual023.html#htoc111
% ocaml
Objective Caml version 3.10.1+dev0 (2007-05-21)
# open Unix;;
# time ();;
Reference to undefined global `Unix'
% ocaml unix.cma
Objective Caml version 3.10.1+dev0 (2007-05-21)
# open Unix;;
# time ();;
- : float = 1190362793.
next prev parent reply other threads:[~2007-09-21 8:25 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-09-21 7:42 Robert Wong
2007-09-21 8:27 ` Julien Moutinho [this message]
2007-09-21 15:00 ` [Caml-list] " Eric Cooper
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20070921082726.GA20454@localhost \
--to=julien.moutinho@gmail.com \
--cc=caml-list@yquem.inria.fr \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox