Re: No console output from PostgresSQL binaries on fresh windows install - Mailing list pgsql-novice

From Laurenz Albe
Subject Re: No console output from PostgresSQL binaries on fresh windows install
Date
Msg-id bff158664080ece17cf82ef861886dce2e4a4748.camel@cybertec.at
Whole thread Raw
In response to RE: No console output from PostgresSQL binaries on fresh windows install  (<tim-sandner@gmx.de>)
List pgsql-novice
On Wed, 2020-10-28 at 14:42 +0100, tim-sandner@gmx.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
dependencieson the topic.
 
> If not, I might have to consider another way of implementing PostgreSQL as a backend for my application. (possibly a
headlessinstaller)
 

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




pgsql-novice by date:

Previous
From:
Date:
Subject: RE: No console output from PostgresSQL binaries on fresh windows install
Next
From: rjford99
Date:
Subject: Error Checking the Catalog