libpg.dll not found using wine installer in linux
I guys, i have a problem, my S.O. is debian wheezy 7.7, today donwloader heidisql 9.0.0.4865 (32 bit), i need create a connect to postgres, by not is possible, libpg.dll is not found, we check files directories and libpg.dll exists
I had the same problem and now found a solution:
- Install HeidiSQL to a new WINEPREFIX (the portable version seems not to work with PostgreSQL):
WINEPREFIX=$HOME/.wine_heidisql wine HeidiSQL_9.3.0.4984_Setup.exe
- Download OpenSSL Light for Win32 from here and install it with default settings:
WINEPREFIX=$HOME/.wine_heidisql wine Win32OpenSSL_Light-1_0_2g.exe
- Now HeidiSQL should work with PostgreSQL under Linux:
WINEPREFIX=$HOME/.wine_heidisql wine $HOME/.wine_heidisql/drive_c/Program\ Files/HeidiSQL/heidisql.exe
Please login to leave a reply, or register at first.