| From: | "Dann Corbit" <DCorbit(at)connx(dot)com> |
|---|---|
| To: | "PostgreSQL-development" <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: Installation question under MINGW |
| Date: | 2004-09-01 21:15:05 |
| Message-ID: | 54798A299E68514AB7C4DEBA25F03BE119145A@postal.corporate.connx.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
I put the following at the bottom of /msys/1.0/etc/profile:
POSTGRESHOME=/usr/local/pgsql
export MANPATH=$MANPATH:$POSTGRESHOME/man
export PATH=$PATH:$POSTGRESHOME/bin::$POSTGRESHOME/lib
export LD_LIBRARY_PATH=$POSTGRESHOME/lib
export PGDATA=$POSTGRESHOME/data
export PGLIB=$POSTGRESHOME/lib
And everything is peachy-creamy now.
An echo at the end of the make install might be a nice touch for mingw.
But then again, it might be a hassle for other operating systems.
> -----Original Message-----
> From: Dann Corbit
> Sent: Wednesday, September 01, 2004 1:55 PM
> To: PostgreSQL-development
> Subject: Installation question under MINGW
>
>
> 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.
>
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Dann Corbit | 2004-09-01 21:17:48 | Win32 Question about the right level for the account that PostgreSQL is installed under... |
| Previous Message | Andrew Dunstan | 2004-09-01 21:15:04 | Re: Installation question under MINGW |