Wed Jun 23 08:20:07 PDT 2010
- Previous message: [Slony1-general] trouble building slony1 1.2.21 for EnterpriseDB Postgres 8.4.2
- Next message: [Slony1-general] trouble building slony1 1.2.21 for EnterpriseDB Postgres 8.4.2
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Aleksey Tsalolikhin wrote: Find the exact error your getting in config.log If I Download the EDB installer on and try to build slony against it I get the following: configure:5192: gcc -o conftest -g -O2 -L/opt/PostgreSQL/8.4/lib/ conftest.c -lpq >&5 /usr/bin/ld: warning: libssl.so.4, needed by /opt/PostgreSQL/8.4/lib//libpq.so, not found (try using -rpath or -rpath-link) /usr/bin/ld: warning: libcrypto.so.4, needed by /opt/PostgreSQL/8.4/lib//libpq.so, not found (try using -rpath or -rpath-link) /opt/PostgreSQL/8.4/lib//libpq.so: undefined reference to `TLSv1_method' /opt/PostgreSQL/8.4/lib//libpq.so: undefined reference to `SSL_set_ex_data' /opt/PostgreSQL/8.4/lib//libpq.so: undefined reference to `SSL_connect' which is probably what you are getting. It looks like EDB libpq was built against libssl which we are not linking to? > P.S. Chris, you wrote: It's probably that it couldn't find libpq to > link against, or some > such thing. > > I did run the configure under strace and I see it opens libpq.so. > > Just to double check, I tried setting gcc's LIBRARY_PATH variable: > > LIBRARY_PATH=/opt/PostgreSQL/8.4/lib ./configure > --with-pgconfigdir=/opt/PostgreSQL/8.4/bin/ > --prefix=/opt/slony1-1.2.21 > ... > 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. > > Best, > -at > _______________________________________________ > Slony1-general mailing list > Slony1-general at lists.slony.info > http://lists.slony.info/mailman/listinfo/slony1-general -- Steve Singer Afilias Canada Data Services Developer 416-673-1142
- Previous message: [Slony1-general] trouble building slony1 1.2.21 for EnterpriseDB Postgres 8.4.2
- Next message: [Slony1-general] trouble building slony1 1.2.21 for EnterpriseDB Postgres 8.4.2
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-general mailing list