Good Afternoon. I've configured and built libpqxx-2.6.9 on Solaris 10. However, 2 tests are failing. These are test064 and test089.
The postgres libraries available on the Solaris10 is 8.3.3
The database to which the tests are being directed is 8.1.9 (on a different server with different OS).
This the output for test064:
Set datestyle to ISO: ISO
Set datestyle to SQL: SQL
Set datestyle to SQL: SQL
Set datestyle to ISO: ISO
Deactivating connection...
Reactivating connection...
Exception: Connection to database failed
FAIL: test064
This is the output for test089
Testing asyncconnection (virgin):
T0 starts
T0 ends
T1 starts
a
b
c
T1 ends
Exception: Connection to database failed
FAIL: test089
I'll be happy to provide what information is desired.
Oh - grep is 2.5.1, g++ is 3.4.6 (also have 3.4.3).
Thanks,
Ryan
Attached trace of build and execution of the tests.