Re: Make & Install contrib/tablefunc Problems

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Make & Install contrib/tablefunc Problems
Дата
Msg-id 14391.1264524482@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Make & Install contrib/tablefunc Problems  (Stefan Schwarzer <stefan.schwarzer@grid.unep.ch>)
Список pgsql-general
Stefan Schwarzer <stefan.schwarzer@grid.unep.ch> writes:
>     ERROR:  could not load library "/usr/local/pgsql/lib/tablefunc.so":
> dlopen(/usr/local/pgsql/lib/tablefunc.so, 10): no suitable image
> found.  Did find:
>         /usr/local/pgsql/lib/tablefunc.so: mach-o, but wrong architecture

That's very curious.  Apparently you managed to build a .so of the wrong
machine architecture (ppc vs x86 vs x86_64).  I would guess that you are
using somebody else's build of Postgres and didn't manage to duplicate
their configuration completely.  Now, if it is somebody else's build,
they really should have provided the contrib modules too ... so why
didn't you just grab tablefunc from their distribution?

            regards, tom lane

В списке pgsql-general по дате отправления:

Предыдущее
От: Andy Colson
Дата:
Сообщение: Re: general questions postgresql performance config
Следующее
От: Moe
Дата:
Сообщение: pg dump.. issue with when using crontab