Re: BUG #2092: No answer to bug reports 1975 and 2055

From: Dirk Pirschel <dirk(at)pirschel(dot)de>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #2092: No answer to bug reports 1975 and 2055
Date: 2005-12-03 21:24:35
Message-ID: 20051203212435.GC644@debian.local
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Hi Tom,

* Tom Lane wrote on Sat, 03 Dec 2005 at 15:02 -0500:

> looking at your command again, the -L/client/lib is in there twice:
> [...]
> Assuming there is a libpq in /client/lib, I bet this patch will help.

$ cd postgresql-8.1.0
$ patch -i ~/patch src/Makefile.shlib
$ ./configure --prefix=$HOME/software --with-includes=/client/include --with-libs=/client/lib
$ make
[...]
All of PostgreSQL successfully made. Ready to install.
$ make install
[...]
PostgreSQL installation complete.

Your patch works fine :-) Thanks!

Regards,
-Dirk

--
"If Microsoft can change and compete on quality, I've won." - Linus Torvalds

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Kris Jurka 2005-12-04 00:53:23 date overflows
Previous Message Alvaro Herrera 2005-12-03 21:23:07 Re: BUG #2089: Documentation bug: Triggers in plpythonu