Re: cvs postgres doesn't compile with libreadline 4.2
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: andrea gelmini <bungle@linux.it>
Cc: pgsql-hackers@postgresql.org
Date: 2001-04-13T23:50:08Z
Lists: pgsql-hackers
andrea gelmini <bungle@linux.it> writes: > debian unstable, i386. > upgrade libreadline 4.2 > postgres doesn't compile. Seems strange. Did you re-run PG's configure after installing libreadline? Are you sure that the include (.h) files found by configure match the library (.a or .so) file? regards, tom lane