On Thursday 07 August 2008 10:33:28 Werner LEMBERG wrote:
I try to make run a German software bundle called `IDU Verwaltung'. It seems to work, however, I can't make it to connect to a PostgreSQL database. I have enabled PostgreSQL access in my firewall.
Interestingly, I couldn't find information how to debug networking problems with wine. Any links?
If your software really is trying to use winsock to access the database, try running it with "WINEDEBUG=+winsock wine app.exe" to log the winsock calls that are being made.
Cheers, Kai