Re: Compiling Error

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Compiling Error
Дата
Msg-id 6489.960145123@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Compiling Error  (Jesus Aneiros <aneiros@jagua.cfg.sld.cu>)
Список pgsql-general
Jesus Aneiros <aneiros@jagua.cfg.sld.cu> writes:
> Could somebody help me with this error. It appears when I try to compile
> an ecpg program. It seems that it is something with the linking phase and
> the ecpg library. Any ideas?

> /usr/lib/libecpg.so: undefined reference to `crypt'
> collect2: ld returned 1 exit status

You probably need an explicit "-lcrypt" in your link command.  Some
platforms need that, some don't...

            regards, tom lane

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

Предыдущее
От: "g.p.ciceri"
Дата:
Сообщение: does vacuum reclaim unused space from an index ???
Следующее
От: Charles Tassell
Дата:
Сообщение: Re: Compiling Error