Re: PostgreSQL C++ Interface version 14.9 using static library instead of shared library

2023-10-25 Thread Giovanni Biscontini
Hi, maybe you're not compiling with ssl enabled (using --with-openssl) ? regards, Giovanni Il giorno ven 20 ott 2023 alle ore 12:58 M Tarkeshwar Rao < m.tarkeshwar@ericsson.com> ha scritto: > Hi > > While compiling PostgreSQL C++ Interface version 14.9 . Found that > libpq.so is getting cre

Re: PostgreSQL C++ Interface version 14.9 using static library instead of shared library

2023-10-20 Thread Tom Lane
M Tarkeshwar Rao writes: > While compiling PostgreSQL C++ Interface version 14.9 . Found that libpq.so > is getting created with libssl.a and libcrypto.a instead of shared library > libssl.so and libcrypto.so. I don't see that happening here ... $ ldd libpq.so.5.14 linux-vdso.so.1 (0x

PostgreSQL C++ Interface version 14.9 using static library instead of shared library

2023-10-20 Thread M Tarkeshwar Rao
Hi While compiling PostgreSQL C++ Interface version 14.9 . Found that libpq.so is getting created with libssl.a and libcrypto.a instead of shared library libssl.so and libcrypto.so. It is created like below: user@seli[postgres/14.9/lib]$ ldd libpq.so