Dear guile devel folks,

Having failed to reach either:
   [EMAIL PROTECTED]
     Unrouteable address
  [EMAIL PROTECTED]
    Unrouteable address
I turn to you.

I installed guile-dbi-2.0.0 and guile-dbd-postgresql-2.0.0 on a debian system with guile 1.8.3, apparently successfully, and went to try a connection, but found:

guile> (use-modules (dbi dbi))
guile> (define conn (dbi-open "postgresql" "myuser::mydb::"))

Backtrace:
In standard input:
     2: 0* (define conn (dbi-open "postgresql" "myuser::mydb::"))
     2: 1* (dbi-open "postgresql" "myuser::mydb::")

standard input:2:14: In expression (dbi-open "postgresql" "myuser::mydb::"):
standard input:2:14: Unbound variable: dbi-open
ABORT: (unbound-variable)
guile> (version)
"1.8.3"

locate tells me there is only one dbi.scm and while that dbi.scm doesn't mention a version, among the first things it does is to export dbi-open. Is there a way to check which module dbi got found? I don't know how to make sure that the right dbi.scm and its associated stuff are being used.
What else might be at fault?

Thanks,
Grem

--
------ __@   Gregory A. Marton                http://csail.mit.edu/~gremio/
--- _`\<,_                                                                .
-- (*)/ (*)           Dancers are the athletes of God. --Einstein
~~~~~~~~~~~~~~~~-~~~~~~~~_~~~_~~~~~v~~~~^^^^~~~~~--~~~~~~~~~~~~~~~++~~~~~~~



Reply via email to