[
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: | Jonathan Roewen <jonathan.roewen@g...> |
| Subject: | [Caml-list] findlib/ocamldbi |
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