Re: 7.3.4 and OpenSSl

From: Renney Thomas <renneyt(at)yahoo(dot)com>
To:
Cc: postgres <pgsql-admin(at)postgresql(dot)org>
Subject: Re: 7.3.4 and OpenSSl
Date: 2003-07-30 00:02:34
Message-ID: 3F270B1A.3010505@yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Correction:

I reinstalled readline 4.3 and everything compiled well. I have a new
problem.

I _can't_ get psql to connect with ssl on.

confiugre : configure --with-CXX -with-odbcinst=/usr/local/etc
--with-includes=/usr/local/include --
with-unixodbc --with-perl --with-openssl

--
share/pg_hba.conf
# TYPE DATABASE USER IP-ADDRESS IP-MASK METHOD

local all
all trust
hostssl all all 127.0.0.1 255.255.255.255 trust

--
share/postgresql.conf
#
# Connection Parameters
#
tcpip_socket = true
ssl = true

--

> psql -h localhost template1
Welcome to psql 7.3.4, the PostgreSQL interactive terminal.

Type: \copyright for distribution terms
\h for help with SQL commands
\? for help on internal slash commands
\g or terminate with semicolon to execute query
\q to quit

template1=#

>
>
> Tom Lane wrote:
>
>> Renney Thomas <renneyt(at)yahoo(dot)com> writes:
>>
>>
>>> "tab-complete.c", line 108: warning: assignment type mismatch:
>>> pointer to function() returning pointer to pointer to char
>>> "=" pointer to void
>>> "tab-complete.c", line 313: undefined symbol: rl_compentry_func_t
>>> "tab-complete.c", line 313: syntax error before or at: )
>>> "tab-complete.c", line 317: undefined symbol: rl_compentry_func_t
>>> "tab-complete.c", line 317: syntax error before or at: )
>>> "tab-complete.c", line 322: undefined symbol: rl_compentry_func_t
>>>
>>
>>
>> These aren't ssl problems, they're readline problems. You may have
>> a version of libreadline we've never heard of, but a more likely bet
>> is that you have a libreadline library file that's out of sync with
>> the readline header files you have. The above looks like configure
>> made the wrong guesses about how to set up our readline support, and
>> that's usually a versioning problem ...
>>
>> regards, tom lane
>>
>> ---------------------------(end of broadcast)---------------------------
>> TIP 5: Have you checked our extensive FAQ?
>>
>> http://www.postgresql.org/docs/faqs/FAQ.html
>>
>>
>>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Don't 'kill -9' the postmaster
>

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Bruce Momjian 2003-07-30 01:18:36 Re: parallel regression test failure
Previous Message Mendola Gaetano 2003-07-29 23:57:13 Re: OID's