Re: [INTERFACES] Pgaccess & Postgresql 6.3

Поиск
Список
Период
Сортировка
От Carlo Vitolo
Тема Re: [INTERFACES] Pgaccess & Postgresql 6.3
Дата
Msg-id 199803171248.NAA19966@linuxbox.ilrspa.com
обсуждение исходный текст
Ответы Re: [INTERFACES] Pgaccess & Postgresql 6.3
Список pgsql-interfaces
At 11:16 PM 3/16/98 +0000, you wrote:
>
>I found a fix. What worked for me is:
>edit the Makefile in pgsql/src/interfaces/libpq:
>
>*** 87,93 ****
>         $(MAKE) -C $ (SRCDIR) /backend fmgr.h
>
>         $(shlib): $(OBJS)
>!        $(LD) $(LDFLAGS_SL) -o $@ $ (OBJS)
>          ln -sf $@ libpq.so
>
>*** 87,93 ****
>        $(MAKE) -C $ (SRCDIR) /backend fmgr.h
>
>        $(shlib): $(OBJS)
>!       $(LD) $(LDFLAGS_SL) -o $@ $ (OBJS) -lcrypt
>         ln -sf $@ libpq.so
>
>The line starting with ! needs to have -lcrypt on the end.
>
>Re-compile this file, and then drop it into your main lib dir. It done the
>trick for me.
>
>I got the info from the postgress {INTERFACES} mailing archive.
>Date -Tues 03 Mar 1998, Goran Thyni <goran@bildbasen.se>
>
>I hope this helps you.
>
This helps me, thanks.

Now it works!

Bye!

~~~~~~~~~~~[Carlo Vitolo]~~~~~~~~~~~~~
EMAIL: carlo@ilr.interbusiness.it
HOME: http://home.ilrspa.com/~carlo/
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

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

Предыдущее
От: Constantin Teodorescu
Дата:
Сообщение: Re: [INTERFACES] Pgaccess & Postgresql 6.3
Следующее
От: Doug Lo
Дата:
Сообщение: Tix + Postgres questions.