- Notifications
You must be signed in to change notification settings - Fork21
Closed
Description
Hi,
When postgresql compiled from source and installed into default dirs pg_config not accessible from PATH. My suggestion below. One can easily change pg_config location in Makefile and there won't be no warnings.
I suggest to modify Makefile:
- Instead of
PGXS := $(shell pg_config --pgxs)
do
PG_CONFIG = pg_config
PGXS :=$(shell $ (PG_CONFIG) --pgxs) - Add OBJS = zson.o. I don't understand why it's removed. Without it i can compile extension but get error when try to install it
incompatible library "/usr/local/pgsql/lib/zson.so": missing magic block
Metadata
Metadata
Assignees
Labels
No labels