libpg.dll not found using wine installer in linux

[expired user #5757]'s profile image [expired user #5757] posted 9 years ago in Installation Permalink
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
ansgar's profile image ansgar posted 9 years ago Permalink
I don't explicitly test Wine situations, but I know of several users connecting with HeidiSQL to MySQL over libmysql.dll. PostgreSQL runs the same way, just with a different dll. So, I'm afraid I cannot help you here.
[expired user #9764]'s profile image [expired user #9764] posted 8 years ago Permalink

I had the same problem and now found a solution:

  1. 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
  2. Download OpenSSL Light for Win32 from here and install it with default settings:
    WINEPREFIX=$HOME/.wine_heidisql wine Win32OpenSSL_Light-1_0_2g.exe
  3. Now HeidiSQL should work with PostgreSQL under Linux:
    WINEPREFIX=$HOME/.wine_heidisql wine $HOME/.wine_heidisql/drive_c/Program\ Files/HeidiSQL/heidisql.exe
ansgar's profile image ansgar posted 8 years ago Permalink

You should try out the latest installer from the nightly builds section. I recently updated all PostgreSQL DLLs, added another required one and fixed several dll incompatibilities thereby.

Please login to leave a reply, or register at first.