dalvi_ajay@xxxxxxxxxxxxxx (Ajay Dalvi) writes: > [root@paloalto slony1-1.1.0]# ./configure --with-pgconfigdir=/usr/bin > checking build system type... i686-pc-linux-gnu ... > checking for pg_config... /usr/bin/pg_config > checking for correct version of PostgreSQL... 7.3 > checking for PQunescapeBytea in -lpq... no > configure: error: Your version of libpq doesn't have PQunescapeBytea > this means that your version of PostgreSQL is lower than 7.3 > and thus not supported by Slony-I. Typically, this results from some library not being properly recognized. On AIX, for instance, there has been a tendancy for pthreads to be needed, and for it to not be included, and that problem first kicks in with the PQunescapeBytea test. I usually pass a whole lot more than just --with-pgconfigdir to my ./configure runs; it's probably not finding libpq by the "unvirtue" of not having a --with-pglibdir option. -- (format nil "~S@~S" "cbbrowne" "acm.org") http://www.ntlug.org/~cbbrowne/sap.html Rules of the Evil Overlord #78. "I will not tell my Legions of Terror "And he must be taken alive!" The command will be: ``And try to take him alive if it is reasonably practical.''" <http://www.eviloverlord.com/> ---------------------------(end of broadcast)--------------------------- TIP 3: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to majordomo@xxxxxxxxxxxxxx so that your message can get through to the mailing list cleanly