On two separate systems I have identical databases named "kevin" (no quotes) with postgres installed and libpqxx installed. On both systems if I log in as the postgres user I can run "psql" and explore both databases and all of my information is present. On my development box if I run my application which uses libpqxx it connects into the database and is able to retrieve and update data but if I run the same exact application on my target box (which also has FC6 installed) I end up getting "broken_connect" exceptions every time I try to connect in. I have verified the database and user both exist through psql and just can't figure out what else is going wrong to not let me connect.
Please Help :) Kevin _______________________________________________ Libpqxx-general mailing list [email protected] http://gborg.postgresql.org/mailman/listinfo/libpqxx-general
