CrunchyData / pgbouncer_fdw

PostgreSQL Foreign Data Wrapper to Connect to pgbouncer
Other
34 stars 10 forks source link

pg_config: No such file or directory #22

Closed Dsolik closed 1 month ago

Dsolik commented 2 months ago

I'm having trouble make install:

[root@pg-monitor pgbouncer_fdw-1.1.0]# make install

make: pg_config: No such file or directory

make: *** No rule to make target 'install'.  Stop.

keithf4 commented 2 months ago

Assuming this is on a RHEL system? pg_config may not be in your PATH. Look in /usr/pgsql-##/bin where ## is your PG major version

keithf4 commented 1 month ago

Were you able to get this resolved?

keithf4 commented 1 month ago

Closing this issue for now. Feel free to reopen if you still have any questions about this issue.