| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | mike <mike(at)afectatsopeninglleida(dot)org> |
| Cc: | pgsql-general(at)postgresql(dot)org |
| Subject: | Re: problems configuring with readline and zlib |
| Date: | 2003-01-20 15:22:01 |
| Message-ID: | 3057.1043076121@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
mike <mike(at)afectatsopeninglleida(dot)org> writes:
> The configure command gives a mistake with readline and zlib.
> I have used the option:
> configure --with-lib=/usr/lib:lib lib-dir=/usr/lib:/lib
> but it doesnt' work.
Define "doesn't work". When you're asking for help with a problem, it's
always important to give the exact error message you are getting.
> I have the libreadline libraries.
> /usr/lib/libreadline.so.4
> /usr/lib/libreadline.so.4.3
Do you have the readline header files? (If you're using RPMs, you
need the readline-devel RPM as well as readline itself.)
On some platforms libreadline depends on libcurses --- but without
seeing the error message it's impossible to guess if that applies
to you.
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Chris Boget | 2003-01-20 15:28:50 | Re: Altering a table - positioning new columns |
| Previous Message | Manfred Koizar | 2003-01-20 15:19:43 | Re: Altering a table - positioning new columns |