Re: undefined symbol when installing pgcrypto on 16.1

From: Michael Nolan <htfoot(at)gmail(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Daniel Gustafsson <daniel(at)yesql(dot)se>, "pgsql-generallists(dot)postgresql(dot)org" <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Re: undefined symbol when installing pgcrypto on 16.1
Date: 2024-01-25 01:32:07
Message-ID: CAOzAquKdLRH23_4Pp+4p+K_7R1EHHjvbumQWAF3w2arFYvA5Tg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

No, it wasn't there, because I hadn't included --with-openssl in the
configure. Looking at my history, I had done that once earlier but
dropped it for the reason noted below.

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. (Could configure do a 'make
clean'?)

Anyway, everything's apparently working now.
--
Mike Nolan

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2024-01-25 01:35:55 Re: undefined symbol when installing pgcrypto on 16.1
Previous Message Tom Lane 2024-01-25 00:45:11 Re: undefined symbol when installing pgcrypto on 16.1