Wed Jun 21 06:47:46 PDT 2006
- Previous message: [Slony1-general] Slony install
- Next message: [Slony1-general] Slony install
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> hi people :-p > > > what is this ? (./ configure script) > > 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. > > tks all :D_______________________________________________ Well, evidently the configure script was trying to see if you had the PQunescapeBytea function, and couldn't compile/run the script that tests for that. If you look in the log file that configure generates, you may discover some reason why that failed to compile/run. See config.log, and look near the end, as that's where the failure will be. When it works, the log file will contain something like this: configure:5948: checking for PQunescapeBytea in -lpq configure:5979: gcc -o conftest -g -O2 -L/opt/OXRS/dbs/pgsql81/lib/ conftest.c -lpq >&5 configure:5982: $? = 0 configure:5985: test -s conftest configure:5988: $? = 0 configure:6000: result: yes If it doesn't, you'll probably see some compiler errors. Perhaps you missed an include/library directory when running configure.
- Previous message: [Slony1-general] Slony install
- Next message: [Slony1-general] Slony install
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-general mailing list