Re: 7.3.4 and OpenSSl

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Renney Thomas <renneyt(at)yahoo(dot)com>
Cc: postgres <pgsql-admin(at)postgresql(dot)org>
Subject: Re: 7.3.4 and OpenSSl
Date: 2003-07-29 21:47:11
Message-ID: 4698.1059515231@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

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

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Arthur Ward 2003-07-29 22:13:42 syslog enabled causes random hangs?
Previous Message Tom Lane 2003-07-29 21:41:08 Re: changing ownership of db