| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | "Garcia, Joshua" <Joshua(dot)Garcia(at)xerox(dot)com> |
| Cc: | pgsql-novice(at)postgresql(dot)org |
| Subject: | Re: Readline, Postgresql and Solaris |
| Date: | 2006-08-11 00:13:05 |
| Message-ID: | 2975.1155255185@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-novice |
"Garcia, Joshua" <Joshua(dot)Garcia(at)xerox(dot)com> writes:
> I've been trying to install readline in Solaris so that Postgresql
> detects readline during ./configure. However, doing a ./configure and
> make install to install readline from source in Solaris just isn't
> enough to get Postgresql to detect readline during its ./configure.
What happens exactly when you run our configure?
Just as a hint, configure needs to find both the include files and the
readline library file. You may need to specify --with-includes and/or
--with-libraries to get the compiler to look in the right place, if
you didn't install readline into the "standard" directories /usr/include
and /usr/lib.
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Volkan YAZICI | 2006-08-11 07:03:59 | Re: libpq Describe Extension [WAS: Bytea and perl] |
| Previous Message | Phillip Smith | 2006-08-10 23:59:00 | Re: Unable to connect to PostgreSQL 8 from PGAdmin III |