Re: [ADMIN] Pg 8.3.6 installation

2009-02-17 Thread Reece Hart
On Tue, 2009-02-17 at 12:57 -0800, Isabella Ghiurea wrote: > Thank you , that was the rpm I was missing ( DEVEL), now I 'm > getting > zlib missing , BUT is there ...Do I need a special flavor also ? Yes, and typically you'll need the -devel rpm for any package that is used by the source that

Re: [ADMIN] Pg 8.3.6 installation

2009-02-17 Thread DM
Hi Ray, You need ncurses-dev, libedit, libedit-dev, libreadline-dev, libreadline On Fedora, I Installed ncurses and libed-dev or so and i was able to compile. Thanks Deepak Murthy On Tue, Feb 17, 2009 at 1:01 PM, Joshua D. Drake wrote: > Isabella Ghiurea wrote: > >> Hi Ray, >> >> Thank you ,

Re: [ADMIN] Pg 8.3.6 installation

2009-02-17 Thread Joshua D. Drake
Isabella Ghiurea wrote: Hi Ray, Thank you , that was the rpm I was missing ( DEVEL), now I 'm getting zlib missing , BUT is there ...Do I need a special flavor also ? rpm -qa zlib zlib-1.2.3-3 zlib-1.2.3-3 checking for library containing shmget... none required checking for -lreadline... yes

Re: [ADMIN] Pg 8.3.6 installation

2009-02-17 Thread Isabella Ghiurea
Hi Ray, Thank you , that was the rpm I was missing ( DEVEL), now I 'm getting zlib missing , BUT is there ...Do I need a special flavor also ? rpm -qa zlib zlib-1.2.3-3 zlib-1.2.3-3 checking for library containing shmget... none required checking for -lreadline... yes (-lreadline -ltermcap) c

Re: [ADMIN] Pg 8.3.6 installation

2009-02-17 Thread Vladimir Rusinov
On Tuesday 17 February 2009 23:06:17 Isabella Ghiurea wrote: > Trying to compile Postgres 8.3.6 and configure fails with readline lib > missing, I have readline installed , please see all info bellow, > OS: Linux RHES x-64 bits installation. > > postgresql-8.3.6$ locate readline > /usr/lib/libre

Re: [ADMIN] Pg 8.3.6 installation

2009-02-17 Thread Ray Stell
do you have dev installed? $ rpm -qa | grep readline-dev readline-devel-5.1-1.1 On Tue, Feb 17, 2009 at 12:06:17PM -0800, Isabella Ghiurea wrote: > Trying to compile Postgres 8.3.6 and configure fails with readline lib > missing, I have readline installed , please see all info bellow, > OS:

[ADMIN] Pg 8.3.6 installation

2009-02-17 Thread Isabella Ghiurea
Trying to compile Postgres 8.3.6 and configure fails with readline lib missing, I have readline installed , please see all info bellow, OS: Linux RHES x-64 bits installation. postgresql-8.3.6$ locate readline /usr/lib/libreadline.so.5 /usr/lib/libreadline.so.5.1 /usr/lib64/libreadline.so.5 /u