| От | Tom Lane |
|---|---|
| Тема | Re: Make & Install contrib/tablefunc Problems |
| Дата | |
| Msg-id | 15003.1276177819@sss.pgh.pa.us обсуждение |
| Ответ на | Make & Install contrib/tablefunc Problems (Stefan Schwarzer <stefan.schwarzer@grid.unep.ch>) |
| Список | pgsql-general |
Stefan Schwarzer <stefan.schwarzer@grid.unep.ch> writes:
> I downloaded the correct version of the postgres package (8.4.3), and followed the indicated guidelines:
> ------------------------------------------------
> You can build extensions for Postgres without fully rebuilding Postgres. For the "contrib" extensions in the
Postgressource, just make sure the pgsql bin folder is in your path and define USE_PGXS before running make. In a
Terminal,cd to the extension source folder and:
> export PATH="/usr/local/pgsql/bin:$PATH"
> export USE_PGXS=1
> make
> sudo make install
I believe those instructions are mistaken: make doesn't absorb variables
from the environment does it? The "export PATH" is okay, but after it
do
make USE_PGXS=1
sudo make USE_PGXS=1 install
regards, tom lane
В списке pgsql-general по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера