Re: Readline, Postgresql and Solaris

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 16:06:09
Message-ID: 15713.1155312369@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

"Garcia, Joshua" <Joshua(dot)Garcia(at)xerox(dot)com> writes:
>> 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.

> Hmm...when I installed readline I only did a ./configure and a 'make
> install.' I don't know how else to make it install to the standard
> directories

Its default is probably to install in /usr/local/include and
/usr/local/lib. gcc is usually configured to search those directories
by default, but most vendor cc's aren't. Try saying
--with-includes=/usr/local/include etc.

regards, tom lane

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Carol Cheung 2006-08-11 16:16:35 Unable to perform any queries on a table
Previous Message Jasbinder Bali 2006-08-11 16:04:46 Re: Unable to connect to PostgreSQL 8 from PGAdmin III