Search Postgresql Archives

undefined reference to `pg_snprintf when we upgraded libpq version from 10.3 to 12.3

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi all,

 

We upgraded the libpq version from 10.3 to 12.3. Now we are getting following linker error in compilation.

linux64/lib/libPostgreSQLClient.so: undefined reference to `pg_snprintf(char*, unsigned long, char const*, ...)'

 

When we analyzed it we found following diff in libpq. What could be the solution of this error.

 

%/postgres/10.3/lib

>nm libpq.a | grep sprint

U sprintf

U sprintf

U sprintf

U sprintf

U sprintf

U sprintf

 

%:/postgres/12.3/lib >nm libpq.a | grep sprint

U pg_sprintf

U pg_sprintf

U pg_sprintf

U pg_sprintf

 

Regards

Tarkeshwar


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]

  Powered by Linux