caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* [Caml-list] findlib/ocamldbi
@ 2006-06-26 12:41 Jonathan Roewen
  2006-06-26 19:18 ` Gerd Stolpmann
  0 siblings, 1 reply; 2+ messages in thread
From: Jonathan Roewen @ 2006-06-26 12:41 UTC (permalink / raw)
  To: OCaml

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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-06-26 19:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-06-26 12:41 [Caml-list] findlib/ocamldbi Jonathan Roewen
2006-06-26 19:18 ` Gerd Stolpmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).