I’m actually trying to install sctore_fdw but I just have a little question for the installation.
I follow a tutorial and it is asking to do this :
you need to include the pg_config directory path in your make command
This is my pg_config path:
/usr/bin/pg_config
I have some difficulty with Linux and specifically with the make command, so what i’m supposed to do?
Advertisement
Answer
Have you tried this like the instructions specify (ref: https://github.com/citusdata/cstore_fdw)?
PATH=/usr/bin/:$PATH make sudo PATH=/usr/bin/:$PATH make install