Hello,

I have the sbcl 1.0.43  and am trying to use postmodern to connect to postgresql 9.0.4.  All this is on my machine.

I had commented out the bordeau-threads and closer-mop from postmodern.asd and replaced mention of md5 with sb-md5 in cl-postgres.asd.

Running:
(asdf:oos 'asdf:load-op :postmodern)
fails.  The screen scrolls so fast I can't see the beginning but can see:
0:  Try recompiling messages

Does that mean it coughed on messages.lisp?
Can I use sbcl's sb-md5?
Should I change all mention of md5 to sb-md5 in all postmodern files?


Thanks.

Kirill