Re: [HACKERS] template portname problems

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: eschmid(at)delos(dot)lf(dot)net (Egon Schmid)
Cc: pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] template portname problems
Date: 1998-06-15 21:00:01
Message-ID: 199806152100.RAA14781@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

>
> Hi,
> since the chance for the new template names I can configure, make and
> start the postmaster. psql report's "cant't resolve symbol
> 'PQsetdbLogin'. I have solved it now by myself. In
> src/interfaces/libpq/Makefile.in I changed
>
> ifeq ($(PORTNAME), linux)
> to
> ifeq ($(PORTNAME), linux_i386)
>
> -Egon
>
>

OK, made the change you suggested. Please give it a try.

--
Bruce Momjian | 830 Blythe Avenue
maillist(at)candle(dot)pha(dot)pa(dot)us | Drexel Hill, Pennsylvania 19026
+ If your life is a hard drive, | (610) 353-9879(w)
+ Christ can be your backup. | (610) 853-3000(h)

Browse pgsql-hackers by date

  From Date Subject
Next Message Jackson, DeJuan 1998-06-15 21:21:40 RE: [HACKERS] Need help understanding unique indices (fwd)
Previous Message David Gould 1998-06-15 20:59:58 Re: [HACKERS] removal of braces