citusdata / citusdata/pg_cron

pg_cron cannot be compiled against Postgres 1.5

Open
#269 3 comments 0 reactions 0 assignees View on GitHub
Dominant language
C
Stars
3.9k
Forks
260
Avg merge
5d 5h
Merged PRs (30d)
1

Description

On an Apple Silicon-based Mac:

```
Undefined symbols for architecture arm64:
"_libintl_ngettext", referenced from:
_PgCronLauncherMain in pg_cron.o
ld: symbol(s) not found for architecture arm64

```
On an Intel-based Mac:

```
Undefined symbols for architecture x86_64:
"_libintl_ngettext", referenced from:
_PgCronLauncherMain in pg_cron.o
ld: symbol(s) not found for architecture x86_64
```

I suspect the gettext lib has changed.

Postgres 1.5 is using gettext v0.21.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.