From: | Andrew Dunstan <andrew(at)dunslane(dot)net> |
---|---|
To: | Dann Corbit <DCorbit(at)connx(dot)com> |
Cc: | PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: Installation question under MINGW |
Date: | 2004-09-01 21:15:04 |
Message-ID: | 41363BD8.5050807@dunslane.net |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Dann Corbit wrote:
>Is it normally necessary to manually export the paths:
>/usr/local/pgsql/bin
>/usr/local/pgsql/lib
>
>After installation of PostgreSQL under MINGW?
>
>Usually, after:
>make install
>
>I can run an application, but PostgreSQL's installation does not seem to
>have exported the paths for me.
>
>
>
>
We have gone to a lot of trouble to make sure that the app is in fact
relocatable - we don't expect you to run it under MinGW, or even to have
MinGW installed on a machine where you run it (and /usr/local/pgsql/bin
only makes sense within MSys anyway). Just put the whole shebang where
you would normally expect it to be on Windows (e.g. C:\Program
Files\Postgres\8.0 beta2\) and then add the bin and lib dirs under that
to your path. Of course, the installer does lots of work for you.
cheers
andrew
From | Date | Subject | |
---|---|---|---|
Next Message | Dann Corbit | 2004-09-01 21:15:05 | Re: Installation question under MINGW |
Previous Message | Dann Corbit | 2004-09-01 20:55:14 | Installation question under MINGW |