Re: [HACKERS] template portname problems
Started by Bruce Momjianalmost 28 years ago2 messageshackers
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 changedifeq ($(PORTNAME), linux)
to
ifeq ($(PORTNAME), linux_i386)
I think I have to make every linux port define the symbol 'linux'. I
will check into this.
--
Bruce Momjian | 830 Blythe Avenue
maillist@candle.pha.pa.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)
Import Notes
Reply to msg id not found: 35854EA6.A16A1CE2@delos.lf.net
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 changedifeq ($(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@candle.pha.pa.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)
Import Notes
Reply to msg id not found: 35854EA6.A16A1CE2@delos.lf.net | Resolved by subject fallback