Thread: 07.05.0001 Snapshot available
I have produced a new snapshot of psqlODBC for testing purposes. Please note that as a snapshot, this release is not intended for production use, only to allow early access to recent changes. Download a precompiled DLL from: ftp://ftp.postgresql.org/pub/odbc/versions/snapshots Or a source tarball from: ftp://ftp.postgresql.org/pub/odbc/versions/snapshots/src Regards, Dave. Note on versions ================ This is version 07.05.0001. For those that don't know or don't recall how the versioning works, the major and minor number track the latest release of PostgreSQL that the driver is expected to work with. The revision number is a bit more complex. The first two digits are the version number, where even numbers are development versions, and odd are release. The last two digits are the build number. In other words, this driver is build 01 of development version 00, and is expected to work with PostgreSQL 7.5dev. :-) The leading zeros are an ODBC thing...
Dave Page wrote: > I have produced a new snapshot of psqlODBC for testing purposes. > Please note that as a snapshot, this release is not intended for > production use, only to allow early access to recent changes. > > Download a precompiled DLL from: > > ftp://ftp.postgresql.org/pub/odbc/versions/snapshots This still contains only the 07.03.0209 version. > Or a source tarball from: > > ftp://ftp.postgresql.org/pub/odbc/versions/snapshots/src This directory does not exist. -- Peter Eisentraut http://developer.postgresql.org/~petere/
Ack. Forgot, ftp.postgresql.org is rsync'ed from developer.postgresql.org these days. I uploaded it to ftp which probablythen deleted it an hour later 'cos it wasn'ton developer! I'll put them back tomorrow when I get to the office. Regards, Dave. -----Original Message----- From: Peter Eisentraut [mailto:peter_e@gmx.net] Sent: Mon 7/19/2004 8:29 PM To: Dave Page; pgsql-odbc@postgresql.org Subject: Re: [ODBC] 07.05.0001 Snapshot available Dave Page wrote: > I have produced a new snapshot of psqlODBC for testing purposes. > Please note that as a snapshot, this release is not intended for > production use, only to allow early access to recent changes. > > Download a precompiled DLL from: > > ftp://ftp.postgresql.org/pub/odbc/versions/snapshots This still contains only the 07.03.0209 version. > Or a source tarball from: > > ftp://ftp.postgresql.org/pub/odbc/versions/snapshots/src This directory does not exist. -- Peter Eisentraut http://developer.postgresql.org/~petere/
This should be OK following the next rsync. Regards, Dave > -----Original Message----- > From: Peter Eisentraut [mailto:peter_e@gmx.net] > Sent: 19 July 2004 20:29 > To: Dave Page; pgsql-odbc@postgresql.org > Subject: Re: [ODBC] 07.05.0001 Snapshot available > > Dave Page wrote: > > I have produced a new snapshot of psqlODBC for testing purposes. > > Please note that as a snapshot, this release is not intended for > > production use, only to allow early access to recent changes. > > > > Download a precompiled DLL from: > > > > ftp://ftp.postgresql.org/pub/odbc/versions/snapshots > > This still contains only the 07.03.0209 version. > > > Or a source tarball from: > > > > ftp://ftp.postgresql.org/pub/odbc/versions/snapshots/src > > This directory does not exist. > > -- > Peter Eisentraut > http://developer.postgresql.org/~petere/ > >
Dave Page wrote: > This should be OK following the next rsync. Uh, why does the source tarball have underscores in the version name instead of dots? I've never seen that before. -- Peter Eisentraut http://developer.postgresql.org/~petere/
> -----Original Message----- > From: Peter Eisentraut [mailto:peter_e@gmx.net] > Sent: 21 July 2004 00:38 > To: Dave Page; pgsql-odbc@postgresql.org > Subject: Re: [ODBC] 07.05.0001 Snapshot available > > Dave Page wrote: > > This should be OK following the next rsync. > > Uh, why does the source tarball have underscores in the > version name instead of dots? I've never seen that before. We do that for the windows version because 9x can get upset with multiple .'s in filenames. The source tarball is normally dotted though, but was helpfully renamed by a colleague who emailled it to me yesterday so I could upload it from home. In my flu-induced hazy state I didn't notice :-( Fixed now. Regards, Dave.
I have downloaded the snapshot and tried to compile it for Mac OS X, 10.3.4. I would like to use the iODBC admin (it is installed) so I tried : ./configure --with-iodbc I get the following error.. checking for SQLGetPrivateProfileString in -liodbcinst... no configure: error: iODBC driver manager not found do I tried to configure and make without iodbc. the configure completes however make fails with: ld: Undefined symbols: _SQLGetPrivateProfileString _SQLWritePrivateProfileString make[1]: *** [psqlodbc.la] Error 1 make: *** [all] Error 2 can someone help? Ted --- Dave Page <dpage@vale-housing.co.uk> wrote: > This should be OK following the next rsync. > > Regards, Dave > > > -----Original Message----- > > From: Peter Eisentraut [mailto:peter_e@gmx.net] > > Sent: 19 July 2004 20:29 > > To: Dave Page; pgsql-odbc@postgresql.org > > Subject: Re: [ODBC] 07.05.0001 Snapshot available > > > > Dave Page wrote: > > > I have produced a new snapshot of psqlODBC for > testing purposes. > > > Please note that as a snapshot, this release is > not intended for > > > production use, only to allow early access to > recent changes. > > > > > > Download a precompiled DLL from: > > > > > > > ftp://ftp.postgresql.org/pub/odbc/versions/snapshots > > > > This still contains only the 07.03.0209 version. > > > > > Or a source tarball from: > > > > > > > ftp://ftp.postgresql.org/pub/odbc/versions/snapshots/src > > > > This directory does not exist. > > > > -- > > Peter Eisentraut > > http://developer.postgresql.org/~petere/ > > > > > > ---------------------------(end of > broadcast)--------------------------- > TIP 3: if posting/reading through Usenet, please > send an appropriate > subscribe-nomail command to > majordomo@postgresql.org so that your > message can get through to the mailing list > cleanly > __________________________________ Do you Yahoo!? Yahoo! Mail - Helps protect you from nasty viruses. http://promotions.yahoo.com/new_mail
Theodore Petrosky wrote: > ./configure --with-iodbc > > I get the following error.. > > checking for SQLGetPrivateProfileString in > -liodbcinst... no > configure: error: iODBC driver manager not found Please send me your config.log file, and tell me what version of iodbc you have installed. -- Peter Eisentraut http://developer.postgresql.org/~petere/