Re: [ADMIN] readline missing on linux

2003-08-14 Thread Randolph Jones
From: Bruce Momjian It appears your readline needs -ltermcap, -lterminfo, or -lcurses to link properly. I think this happens when the readline library is not linked against those when it is created. --- Randolph Jones wrote

Re: [ADMIN] readline missing in linux

2003-08-14 Thread Randolph Jones
Thanks to bruce momjian and tom lane, I installed ncurses-devel and all is well. Thanks so much rfjones ---(end of broadcast)--- TIP 9: the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match

[ADMIN] readline missing on linux?

2003-08-14 Thread Randolph Jones
I am getting configure failures due to missing readline. I have redhat 9, 2.4.21, with readline and readline-devel 2.4.2 installed. I am trying to build 7.3.3 Below is part of my config.log Any help greatly appreciated TIA rfjones } configure:5786: result: no configure:5800: checking for readline

[ADMIN] md5 authentication fails

2003-02-17 Thread Randolph Jones
I have pg 7.3.2 running on rh8 2.4.19. I have pg_hba.conf with line host testt user xxx.xxx.xxx.xxx xxx.xxx.xxx.xxx md5 I can log on as user thru psql -h xxx.xxx.xxx.xxx testt pgsql asks for password, allows logon to testt I have a java program using user password that gets authentication failed