dx k9 <bitsandbytes88@hotmail.com> writes:
> This is the last part of the compilation (gmake 3.80)
> /usr/bin/ld: /usr/local/openssl-fips-1.1.2/lib/libssl.a(t1_meth.o): relocation R_X86_64_32 can not be used when
makinga shared object; recompile with -fPIC
It looks like you didn't build a shared-library version of libssl (would
be called libssl.so on most platforms). Either that or you didn't tell
PG's configure where to find it.
regards, tom lane