[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Robert Wong <ocaml.wong@g...> |
| Subject: | Reference to undefined global `Mysql' |
I'm pretty new to ocaml, and I'm having trouble accessing my MySQL database
using it.
Here's a sample session, which shows that at least some of the ocaml-mysql
library is installed:
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?
Thank you.
--Robert