From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Original-To: caml-list@yquem.inria.fr Delivered-To: caml-list@yquem.inria.fr Received: from nez-perce.inria.fr (nez-perce.inria.fr [192.93.2.78]) by yquem.inria.fr (Postfix) with ESMTP id 707D0BB84 for ; Mon, 26 Jun 2006 14:41:13 +0200 (CEST) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.207]) by nez-perce.inria.fr (8.13.6/8.13.6) with ESMTP id k5QCfDjA006365 for ; Mon, 26 Jun 2006 14:41:13 +0200 Received: by nz-out-0102.google.com with SMTP id i28so1352992nzi for ; Mon, 26 Jun 2006 05:41:10 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=KoN6h7oiTvzkeX4AQ2Ew2Fc7mEYRGs8PzWzXaDNAjGm2UqRDdYkDaucMagbk1WafJPtxWhKvfZId640Ax144c79EtQyTCiXXLX/Bvmhgfkb5o6DjnZkBFrzMZSvNuJkJYSW1jNV01wzGD12eL9hsYy97gyKvL46LqIFcnpZWHuY= Received: by 10.36.100.15 with SMTP id x15mr3933266nzb; Mon, 26 Jun 2006 05:41:10 -0700 (PDT) Received: by 10.36.101.10 with HTTP; Mon, 26 Jun 2006 05:41:10 -0700 (PDT) Message-ID: Date: Tue, 27 Jun 2006 00:41:10 +1200 From: "Jonathan Roewen" To: OCaml Subject: [Caml-list] findlib/ocamldbi MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-j-chkmail-Score: MSGID : 449FD5E9.000 on nez-perce : j-chkmail score : X : 0/20 1 X-Miltered: at nez-perce with ID 449FD5E9.000 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Spam: no; 0.00; findlib:01 findlib:01 bindings:01 toplevel:01 topfind:01 caml-list:01 dependency:01 seems:03 module:03 problem:05 problem:05 phantom:07 depend:07 i'm:08 i'm:08 X-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on yquem.inria.fr X-Spam-Level: X-Spam-Status: No, score=0.4 required=5.0 tests=DNS_FROM_RFC_ABUSE,RCVD_BY_IP autolearn=disabled version=3.0.3 Hi, Since I'm not sure whether this is an ocamldbi or a findlib problem, I thought it best to post my problem here. I'm trying to use ocamldbi using the mysql bindings. so I'm testing in the toplevel, and get something of the sort: # #use "topfind";; .... # #require "dbi.mysql";; No such package: postgres - Required by package "dbi.postgres" # #require "dbi";; No such package: postgres - Required by package "dbi.postgres" This dependency seems to be a phantom, as the dbi module itself doesn't depend on any of the client implementations... Jonathan