| From: | Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us> |
|---|---|
| To: | Bob Kruger <bkruger(at)mindspring(dot)com> |
| Cc: | pgsql-admin(at)postgreSQL(dot)org, pgsql-general(at)postgreSQL(dot)org |
| Subject: | Re: [ADMIN] Readline library |
| Date: | 1999-06-23 15:47:05 |
| Message-ID: | 199906231547.LAA16416@candle.pha.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
> ./configure --with-odbc --with-perl --with-libs=/usr/lib
>
> Caputring the output still shows that configure is not picking up the
> readline or history libraries.
>
> Has anyone who is running slakware gotten this feature to work properly?
>
> Thanks in advance for any assistance.
>
> Regards - Bob Kruger
You need to point to the directory containing readline.h and
libreadline.a, like this:
--with-includes="/usr/local/include/readline" \
--with-libraries="/usr/local/lib /usr/contrib/lib"
--
Bruce Momjian | http://www.op.net/~candle
maillist(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026
| From | Date | Subject | |
|---|---|---|---|
| Next Message | abdelkrim | 1999-06-23 16:40:27 | insert into view !! |
| Previous Message | Sascha Schumann | 1999-06-23 15:39:26 | Re: [GENERAL] Readline library |