|
Home > Archive > Slony1 PostgreSQL Replication > September 2005 > Error in the build slony1-1.1.0
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Error in the build slony1-1.1.0
|
|
| . AIGS 2005-09-26, 8:25 pm |
| build step of slony1-1.1.0 generates the following error under Windows XP.
checking for ssize_t... yes
checking for POSIX signal interface... no
"Skipping Error on win32"
checking for pg_config... /usr/local/pgsql/bin/pg_config
checking for correct version of PostgreSQL... Overriding pgincludeserverdir with /home/gb/postgresql-8.1beta2/installation/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>
Need an urgent help to make it works under Win32 for an urgent need.
| |
| Christopher Browne 2005-09-27, 3:24 am |
| ". AIGS" <aigs- 39ZsbGIQGT5GWvitb5Qa
wA@public.gmane.org> writes:
> build step of slony1-1.1.0=A0 generates the following error under Windows=
XP.
>
> checking for ssize_t... yes
> checking for POSIX signal interface... no
> "Skipping Error on win32"
> checking for pg_config... /usr/local/pgsql/bin/pg_config
> checking for correct version of PostgreSQL... Overriding pgincludeserverd=
ir with /home/gb/postgresql-8.1beta2/installation/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 includeser=
verdir.
> =A0=A0=A0 This is the path to postgres.h. Please specify the includeserve=
rdir with
> =A0=A0=A0 --with- pgincludeserverdir=3
D<dir>
>
> Need an urgent help to make it works under Win32 for an urgent need.
Well, the error seems fairly self-explanatory.
It didn't find headers in the includeserverdir directory.=20=20
I'd suggest peeking in that directory to see what files are (or
aren't) there.
I'd also suggest looking in the config.log file; that will tell you
more precisely what header file it had trouble with.
config.log contains the details; look in there, as the answers should
be pretty obvious if you look in there...
--=20
select 'cbbrowne' || '@' || 'ca.afilias.info';
<http://dev6.int.libertyrms.com/>
Christopher Browne
(416) 673-4124 (land)
| |
|
|
| Christopher Browne 2005-09-27, 3:24 am |
| "Hiroshi Saito" <saito- BlLeDYhMEWED+c6HKvR8
e3f5DAMn2ifp@public.gmane.org> writes:
> From: ". AIGS"
>
>
> Probably, command make install-all-headers(PostgreSQL)
> See,
> http://developer.postgresql.org/~wi....1.rc1/faq.html
If it's version 7.4, then yes indeed, missing "make
install-all-headers" would explain the problem...
That would be my first thought on a Unix variant, but...
On Windows, the first really "native" version of PostgreSQL is version
8, where "install-all-headers" is implicit in "make install."
--
output = reverse("ofni.sailifa.ac" "@" "enworbbc")
<http://dev6.int.libertyrms.com/>
Christopher Browne
(416) 673-4124 (land)
| |
| Hiroshi Saito 2005-09-27, 3:24 am |
| From: "Christopher Browne"
> If it's version 7.4, then yes indeed, missing "make
> install-all-headers" would explain the problem...
>
> That would be my first thought on a Unix variant, but...
>
> On Windows, the first really "native" version of PostgreSQL is version
> 8, where "install-all-headers" is implicit in "make install."
Aga.., your right...
I also vote for saying that config.log is seen. too.
Regards,
Hiroshi Saito
|
|
|
|
|