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