Im attempting to follow the directions in the manual.
Specifically, im trying to run the following command:
./configure --enable-server --enable-agent --with-postgresql=/usr/pgsql-9.4/lib --with-net-snmp --with-libcurl --with-libxml2
and receiving the following error:
checking for pg_config... /usr/pgsql-9.4/lib
./configure: line 11315: /usr/pgsql-9.4/lib: is a directory
./configure: line 11319: /usr/pgsql-9.4/lib: is a directory
checking for PostgreSQL libraries... no
configure: error: PostgreSQL library not found
I could use some friendly advice on how to properly configure for a compile.
Specifically, im trying to run the following command:
./configure --enable-server --enable-agent --with-postgresql=/usr/pgsql-9.4/lib --with-net-snmp --with-libcurl --with-libxml2
and receiving the following error:
checking for pg_config... /usr/pgsql-9.4/lib
./configure: line 11315: /usr/pgsql-9.4/lib: is a directory
./configure: line 11319: /usr/pgsql-9.4/lib: is a directory
checking for PostgreSQL libraries... no
configure: error: PostgreSQL library not found
I could use some friendly advice on how to properly configure for a compile.
Comment