PT3 on linux with wine
Posted: Fri Jan 23, 2009 2:06 pm
I need some help with this.
I'm running wine on ubuntu 8.10
I installed pt3 beta 24 w/o postgresql under wine
then I installed postgresql and postgresql-client packages and I changed the postgres pwd
Then i followed the instructions found on winehq and I've done:
* #wget http://www.kegel.com/wine/winetricks
* #chmod +x winetricks
* #./ winetricks fakeie6
* #./winetricks mdac28
and
* go to http://www.postgresql.org/ftp/odbc/versions
* Choose Msi
* Choose the "good" file and Download it, in my case I chose psqlodbc_08_03_100.zip (I choose the same)
* Unzip
* #wine msiexec /i psqlodbc.msi
now when I run pt3 shows up the "configure postgresql server" window. What should I write in the boxes?
I've tried with:
Server: localhost
Port:5432 (I checked and postgresql is using this port)
database user: postgres (tried also with \c postgres)
password: the password I changed at the beginning
but I have this error msg:
"Unable to connect to this database. Please check the configuration"
I'm running wine on ubuntu 8.10
I installed pt3 beta 24 w/o postgresql under wine
then I installed postgresql and postgresql-client packages and I changed the postgres pwd
Then i followed the instructions found on winehq and I've done:
* #wget http://www.kegel.com/wine/winetricks
* #chmod +x winetricks
* #./ winetricks fakeie6
* #./winetricks mdac28
and
* go to http://www.postgresql.org/ftp/odbc/versions
* Choose Msi
* Choose the "good" file and Download it, in my case I chose psqlodbc_08_03_100.zip (I choose the same)
* Unzip
* #wine msiexec /i psqlodbc.msi
now when I run pt3 shows up the "configure postgresql server" window. What should I write in the boxes?
I've tried with:
Server: localhost
Port:5432 (I checked and postgresql is using this port)
database user: postgres (tried also with \c postgres)
password: the password I changed at the beginning
but I have this error msg:
"Unable to connect to this database. Please check the configuration"