Re: undefined symbol when installing pgcrypto on 16.1 - Mailing list pgsql-general

From Tom Lane
Subject Re: undefined symbol when installing pgcrypto on 16.1
Date
Msg-id 246864.1706146555@sss.pgh.pa.us
Whole thread Raw
In response to Re: undefined symbol when installing pgcrypto on 16.1  (Michael Nolan <htfoot@gmail.com>)
List pgsql-general
Michael Nolan <htfoot@gmail.com> writes:
> Including --with-openssl does include the crypto library, but if I
> don't do a 'make clean' before doing a make, I get errors when
> compiling postgresql.  Apparently is it always a good idea to do make
> clean when reconfiguring postgresql.

Indeed.  In theory, if you use --enable-depend, you needn't do
"make clean".  But I don't trust that a whole lot personally.
I find that using ccache gets most of the win with fewer assumptions.

            regards, tom lane



pgsql-general by date:

Previous
From: Michael Nolan
Date:
Subject: Re: undefined symbol when installing pgcrypto on 16.1
Next
From: Sasmit Utkarsh
Date:
Subject: Clarification regarding managing advisory locks in postgresql