Well, below is the problem that kept me from keeping up with releases. Not sure where it came from or why I started getting it. I thought maybe because postgres on windows was now setup to be compiled specifically with VS2005 and I was using VS2003 that that was the problem. So, I finally got ahold of 05, and well, I'm still getting the problem. I tried passing ENABLE_SSPI=1 to the nmake command when compiling postgres since a few of the errors seemed related to SSPI but it didn't seem to change anything. I assume that, even though postgres compiles fine, that this is a postgres issue and not a DBD-Pg issue? Should I send a message off to pgsql-bugs? If I can fix this long standing problem I've had I'm sure I can keep up with your two week release cycle Greg ;)
libpq.lib(fe-connect.obj) : error LNK2019: unresolved external symbol [EMAIL PROTECTED] referenced in function _closePGconn libpq.lib(fe-connect.obj) : error LNK2019: unresolved external symbol [EMAIL PROTECTED] referenced in function _closePGconn libpq.lib(fe-auth.obj) : error LNK2019: unresolved external symbol [EMAIL PROTECTED] referenced in function _pg_SSPI_continue libpq.lib(fe-auth.obj) : error LNK2019: unresolved external symbol [EMAIL PROTECTED] referenced in function _pg_SSPI_continue libpq.lib(fe-auth.obj) : error LNK2019: unresolved external symbol [EMAIL PROTECTED] referenced in function _pg_SSPI_startup blib\arch\auto\DBD\Pg\Pg.dll : fatal error LNK1120: 5 unresolved externals NMAKE : fatal error U1077: 'C:\VS8\VC\BIN\link.EXE' : return code '0x460' Stop. T.J. Greg Sabino Mullane wrote: -----BEGIN PGP SIGNED MESSAGE----- Hash: RIPEMD160 See http://pgfoundry.org/frs/?group_id=1000199 for precompiled binaries Ugh. As much as I hate looking a gift horse in the mouth, that site is a mess. Can we remove all but the latest version, and get a newer version on it? There's also no indication which version a person should be downloading. - -- Greg Sabino Mullane [EMAIL PROTECTED] End Point Corporation PGP Key: 0x14964AC8 200807211705 http://biglumber.com/x/web?pk=2529DF6AB8F79407E94445B4BC9B906714964AC8 -----BEGIN PGP SIGNATURE----- iEYEAREDAAYFAkiE+gcACgkQvJuQZxSWSshWBACfX/NC0m+cb8PNtZxoaDVRH7Ki 0xUAnjdJptxf+649eBX34raCONxixuu2 =4KRR -----END PGP SIGNATURE-----
