Re: undefined symbol: PQgssEncInUse

From: Paul Guo <pguo(at)pivotal(dot)io>
To: Donald Dong <xdong(at)csumb(dot)edu>
Cc: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: undefined symbol: PQgssEncInUse
Date: 2019-05-30 03:23:56
Message-ID: CAEET0ZG0bd=LvNf+QMrowxKPytYSBynvenuPUk_hV6rYSn806Q@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Have you used the correct libpq library? If yes, you might want to check
the build logs and related files to see where is wrong. In my environment,
it's ok with both gssapi enabled or disabled.

On Thu, May 30, 2019 at 9:22 AM Donald Dong <xdong(at)csumb(dot)edu> wrote:

> Hi,
>
> After I make temp-install on HEAD with a clean build, I fail to start
> psql (tmp_install/usr/local/pgsql/bin/psql) and get an error message:
>
> ./psql: symbol lookup error: ./psql: undefined symbol: PQgssEncInUse
>
> However, make check and other tests still work. For me, it is fine
> until commit b0b39f72b9904bcb80f97b35837ccff1578aa4b8. I wonder if
> this only occurs to me?
>
> Thank you,
> Donald Dong
>
>
>

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Heikki Linnakangas 2019-05-30 03:57:35 Re: Dead stores in src/common/sha2.c
Previous Message Donald Dong 2019-05-30 01:21:46 undefined symbol: PQgssEncInUse