Re: [INTERFACES] Pgaccess & Postgresql 6.3

From: Carlo Vitolo <carlo(at)ilr(dot)it>
To: pgsql-interfaces(at)postgresql(dot)org
Subject: Re: [INTERFACES] Pgaccess & Postgresql 6.3
Date: 1998-03-17 12:42:59
Message-ID: 199803171248.NAA19966@linuxbox.ilrspa.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)bildbasen(dot)se>
>
>I hope this helps you.
>
This helps me, thanks.

Now it works!

Bye!

~~~~~~~~~~~[Carlo Vitolo]~~~~~~~~~~~~~
EMAIL: carlo(at)ilr(dot)interbusiness(dot)it
HOME: http://home.ilrspa.com/~carlo/
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message Doug Lo 1998-03-17 14:21:52 Tix + Postgres questions.
Previous Message Constantin Teodorescu 1998-03-17 08:10:54 Re: [INTERFACES] Pgaccess & Postgresql 6.3