Re: PSQL 9.1.3 segmentation fault

From: Jeff Davis <pgsql(at)j-davis(dot)com>
To: "Hu, William" <HuW(at)trimet(dot)org>
Cc: "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Re: PSQL 9.1.3 segmentation fault
Date: 2012-03-30 21:00:58
Message-ID: 1333141258.28198.19.camel@sussancws0025
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Fri, 2012-03-30 at 20:11 +0000, Hu, William wrote:
> I used –with-openssl option with the configure, after starting the
> server,
...
> Psql would cause a segmentation fault, createuser did too.

Can you try with plain "./configure --prefix=/your/install/path" and see
if there is still a problem? It might be a problem related to openssl.

If it is a problem with openssl, try to figure out if the library
matches the headers. You should be able to see what's happening during
"make" when it's linking the "psql" or "createuser" binaries.

Regards,
Jeff Davis

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Albert 2012-03-31 10:39:10 PostgreSQL Trigger and rows updated
Previous Message Mike Roest 2012-03-30 20:34:03 Re: pg_dump incredibly slow dumping a single schema from a large db