I want to install slony 1.5 on MinGW at WinXP. I use:
./configure --with-pgincludeserverdir=/local/pgsql/include/server/
to install slony but I still got an error:
checking for pg_config... /usr/local/pgsql/bin/pg_config--
checking for correct version of PostgreSQL... 8.1
Overriding pgincludeserverdir with /local/pgsql/include/server
checking for PQunescapeBytea in -lpq... yes
checking libpq-fe.h usability... no
checking libpq-fe.h presence... no
checking for libpq-fe.h... no
checking postgres.h usability... no
checking postgres.h presence... no
checking for postgres.h... no
checking for utils/typcache.h... no
configure: error: Headers for libpqserver are not found in the includeserverdir.
This is the path to postgres.h. Please specify the includeserverdir with
--with-pgincludeserverdir=<dir>
I am sure that postgres.h is in /local/pgsql/include/server/ folder, but it still don't work, anyone can help?
thx
Jr. P
calendarw
_______________________________________________ Slony1-general mailing list [email protected] http://gborg.postgresql.org/mailman/listinfo/slony1-general
