Jonothan, On 24 Oct 2011, at 09:28, Jonathan Kelly wrote:
Hi,
feeling particularly stupid right now. Been trying to get Glorp DBX working with Postgresql for the last 2 hours and I'm busted. It took me about an out just to find out how to load and configure things. ugh. It took me a while to work out I had to actually install OpenDBX (doh). So I have downloaded that and added the directory to my PATH.
So I'm trying to run the tests and I get DBXFatalError: FATAL OpenDBX: Loading backend library failed. I know it's finding OpenDBX, because when I move the OpenDBX folder, I get a different error - "Error: External Module Not Found" from apiInitialize (and I can see it's trying to load libopendbx-1.dll).
Part of my problem is squeakdbx.org domain expired on 09/27/11 and is now a godaddy parking page. double ugh.
Anyone got any ideas? I'm running a fresh 1.3 using CogVM-Win-13307 install on Windows XP. Jonathan.
A couple of days ago I got it working in 1.3 with the native (non-dbx) postgresql driver. I basically did: Gofer new squeaksource: 'MetacelloRepository'; package: 'ConfigurationOfGlorpDBX'; load. ConfigurationOfGlorpDBX project latestVersion load: 'GlorpPostgresV2NativeWithTests'. I can't remember exactly, but it more or less worked out of the box. I did some patches for timestamp decoding and blobs, but these won't hit you right away. Sven