On 06/01/17 17:44, usa ims wrote:
Hi,
I installed the Postgres libraries, it is located at:
usr/lib64/libpqxx.a
usr/lib64/libpqxx.la
In FindPostgreSQL.cmake it says:
# You may need to manually set:
# PostgreSQL_INCLUDE_DIR - the path to where the PostgreSQL include
files are.
This is also
On 05/01/17 22:46, usa ims wrote:
Can you tell me what library file it's looking for so I can manually set
the path? I was able to eliminate the PostgreSQL_INCLUDE_DIR error but
I'm still getting the PostgreSQL_LIBRARY error. I did install the
libraries. Thanks.
You need the devel library, thi
Can you tell me what library file it's looking for so I can manually set the
path? I was able to eliminate the PostgreSQL_INCLUDE_DIR error but I'm still
getting the PostgreSQL_LIBRARY error. I did install the libraries. Thanks.
On Wednesday, January 4, 2017 2:52 PM, Toshaan Bharvani | Van
On 04/01/17 19:52, usa ims wrote:
I did what you told me to do (ICINGA2_WITH_PGSQL=OFF) thinking that I
can add postgres support after the installation. After I successfully
compiled and started icinga, I created the icinga database and when I
did a 'icinga2 feature enable ido-pgsql' and resta
On 03/01/17 23:02, usa ims wrote:
Hi,
I'm trying to compile from source Icinga2 on Slackware 14.1. I followed
the instructions on the INSTALL.md
1. mkdir build && cd build
2. cmake ..
I received a PostgresSQL error that I do not psql libraries on the
machine. The error is:
-- Could NOT fi