Re: No console output from PostgresSQL binaries on fresh windows install

From: Laurenz Albe <laurenz(dot)albe(at)cybertec(dot)at>
To: tim-sandner(at)gmx(dot)de, pgsql-novice(at)postgresql(dot)org
Subject: Re: No console output from PostgresSQL binaries on fresh windows install
Date: 2020-10-28 15:38:34
Message-ID: bff158664080ece17cf82ef861886dce2e4a4748.camel@cybertec.at
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

On Wed, 2020-10-28 at 14:42 +0100, tim-sandner(at)gmx(dot)de wrote:
> > Hard to say - perhaps there was something missing in the PATH, so that required shared libraries could not be found?
>
> Have you got any idea where I would find more information on that? I not able to find anything but the build dependencies on the topic.
> If not, I might have to consider another way of implementing PostgreSQL as a backend for my application. (possibly a headless installer)

I guess you don't find anything about that in the installation section because it
is operating system specific.

PostgreSQL does not consist of statically linked monolithic executables, but
it requires shared libraries for its operation (DLL in Windows).

The required shared libraries are included in the binary Windows distribution.
But you have to configure the shared library search path, otherwise Windows
won't find the shared libraries. On windows, the PATH environment variable
doubles as shared library search path.

Ask your system administrator or perform a web search about PATH on Windows.

Yours,
Laurenz Albe
--
Cybertec | https://www.cybertec-postgresql.com

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message rjford99 2020-10-31 14:46:26 Error Checking the Catalog
Previous Message tim-sandner 2020-10-28 13:42:49 RE: No console output from PostgresSQL binaries on fresh windows install