From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on yquem.inria.fr X-Spam-Level: * X-Spam-Status: No, score=1.2 required=5.0 tests=AWL,SPF_NEUTRAL autolearn=disabled version=3.1.3 X-Original-To: caml-list@yquem.inria.fr Delivered-To: caml-list@yquem.inria.fr Received: from mail4-relais-sop.national.inria.fr (mail4-relais-sop.national.inria.fr [192.134.164.105]) by yquem.inria.fr (Postfix) with ESMTP id E1A8CBC6B for ; Fri, 21 Sep 2007 10:25:51 +0200 (CEST) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AgAAAPcc80ZC+VytkGdsb2JhbACOHQEBAQEHAgYREQc X-IronPort-AV: E=Sophos;i="4.20,282,1186351200"; d="scan'208";a="16518393" Received: from ug-out-1314.google.com ([66.249.92.173]) by mail4-smtp-sop.national.inria.fr with ESMTP; 21 Sep 2007 10:27:21 +0200 Received: by ug-out-1314.google.com with SMTP id m3so483220ugc for ; Fri, 21 Sep 2007 01:27:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:received:date:to:subject:message-id:references:mime-version:content-type:content-disposition:in-reply-to:user-agent:from; bh=ki3mMIqFyZpRqTeoF6QBDI5a7BdqdqCm+/+zYlKpi8k=; b=NQedB/ifoBC6M6y8IV+ucUsH4hz5eorWaIKdndFygy637TV+hFJxAQBcMhi4zMXiDAWBvlxUcozWZcBB237bRP8zk7njzRWeN4pXhT/e850jKL5HvAUZHY4ClmSIAMi4DDu8wwdYY1sxGzVksevA7d1DXb1OaqlVUBGy+AcFiW8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:date:to:subject:message-id:references:mime-version:content-type:content-disposition:in-reply-to:user-agent:from; b=aiCxogYFqySlvwRQ5j1a43lNPZxrILLG9CTBapPGgcBzuvBLXYejL9M3hGvGCJfUHNu1TOeAyGbkWe/Mey4WdIz8/HpUC6qiXQpdShR/SwO8tcLetTuI5gfRknt1TE05Gat0QHDAd4xD1PcKxmSDwgWf8WzXStDCtIscgwrClB4= Received: by 10.67.196.4 with SMTP id y4mr4153314ugp.1190363240459; Fri, 21 Sep 2007 01:27:20 -0700 (PDT) Received: from localhost ( [82.122.118.71]) by mx.google.com with ESMTPS id m4sm747229ugc.2007.09.21.01.27.15 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 21 Sep 2007 01:27:17 -0700 (PDT) Received: by localhost (sSMTP sendmail emulation); Fri, 21 Sep 2007 10:27:26 +0200 Date: Fri, 21 Sep 2007 10:27:26 +0200 To: caml-list@yquem.inria.fr Subject: Re: [Caml-list] Reference to undefined global `Mysql' Message-ID: <20070921082726.GA20454@localhost> References: <7318da040709210042s411a351h82cc4fec818d7c28@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <7318da040709210042s411a351h82cc4fec818d7c28@mail.gmail.com> User-Agent: Mutt/1.5.16 (2007-06-11) From: Julien Moutinho X-Spam: no; 0.00; ocaml:01 defaults:01 ocaml:01 unix':01 wong:98 wrote:01 unix:01 unix:01 caml-list:01 undefined:01 undefined:01 cma:01 caml:02 caml:02 objective:02 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.