EnterpriseDB / edb-installers

PostgreSQL installers packaged by EDB
33 stars 8 forks source link

python when linked with gettext-0.22 fails with Symbol not found: _li… #89

Closed agarwal-kritika closed 3 months ago

agarwal-kritika commented 1 year ago

…bintl_setlocale

Hence, build two different versions of gettext i.e one for LP and another for Postgres so adding the required changes for LP in build_osx.sh

sandeep-edb commented 7 months ago

I checked the source code for gettext 0.21 and 0.22and found the symbol libintl_setlocale to be present in both. We must double check the python build with 0.22