Re: Problems with initdb 8.0.1
| От | Tom Lane |
|---|---|
| Тема | Re: Problems with initdb 8.0.1 |
| Дата | |
| Msg-id | 29140.1107360688@sss.pgh.pa.us обсуждение |
| Ответ на | Problems with initdb 8.0.1 (Rafael Martinez Guerrero <r.m.guerrero@usit.uio.no>) |
| Список | pgsql-hackers |
Rafael Martinez Guerrero <r.m.guerrero@usit.uio.no> writes:
> If we install the binaries for postgres under /local/opt/postgresql/bin,
> initdb in this directory will be a symblink to
> "/local/store/bbking/.postgresql/ver-8.0.1/opt/postgresql/bin/initdb@386lin=
> uxlibc63=20
> and=20
> /local/opt/postgresql/bin/postgres will we a symblink to
> /local/store/bbking/.postgresql/ver-8.0.1/opt/postgresql/bin/postgres@386li=
> nuxlibc63.
This naming convention is broken. Fix it by putting the platform info
into the path instead, perhaps
/local/store/bbking/.postgresql/ver-8.0.1/opt/postgresql/386linuxlibc63/bin/postgres
The symlink following code is necessary to support relocatable
installations, and we aren't going to change it.
regards, tom lane
В списке pgsql-hackers по дате отправления: