Thu Mar 18 07:10:20 PDT 2010
- Previous message: [Slony1-general] Slony Install Issues - undefined reference to `pg_qsort'
- Next message: [Slony1-general] Slony Install issue - undefined reference to `pg_qsort'
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hello Team, I am trying to install Slony (slony1-1.2.0) on a Linux 64bit Operating System. The Configure option looks like:- ./configure --prefix=<bin dir> --with-pgconfigdir=<bin dir> --with-perltools=<bin dir> I ran into problems while running the "make" The error log looks like: [root at box1 slony1-1.2.0]# make make[1]: Entering directory `/usr/local/src/slony1-1.2.0/src' make[2]: Entering directory `/usr/local/src/slony1-1.2.0/src/xxid' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/usr/local/src/slony1-1.2.0/src/xxid' make[2]: Entering directory `/usr/local/src/slony1-1.2.0/src/parsestatements' ./test-scanner < /dev/null > emptytestresult.log cmp ./emptytestresult.log emptytestresult.expected ./test-scanner < ./test_sql.sql > test_sql.log cmp ./test_sql.log ./test_sql.expected make[2]: Leaving directory `/usr/local/src/slony1-1.2.0/src/parsestatements' make[2]: Entering directory `/usr/local/src/slony1-1.2.0/src/slon' gcc -g -O2 -pthread -I../.. -I../../src/slon -o slon slon.o runtime_config.o local_listen.o remote_listen.o remote_worker.o sync_thread.o cleanup_thread.o scheduler.o dbutils.o conf-file.o confoptions.o misc.o ../parsestatements/scanner.o -pthread -L/usr/local/postgresql-8.3.7/lib/ -L/usr/local/postgresql-8.3.7/lib/ -lpq -Wl,-rpath,/usr/local/postgresql-8.3.7/lib/ confoptions.o: In function `build_conf_variables': /usr/local/src/slony1-1.2.0/src/slon/confoptions.c:103: undefined reference to `pg_qsort' collect2: ld returned 1 exit status make[2]: *** [slon] Error 1 make[2]: Leaving directory `/usr/local/src/slony1-1.2.0/src/slon' make[1]: *** [all] Error 2 make[1]: Leaving directory `/usr/local/src/slony1-1.2.0/src' make: *** [all] Error 2 Please advice me to get over the error. Thanks n Regards Hari Kiran P. EntepriseDB -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.slony.info/pipermail/slony1-general/attachments/20100318/25e32aa9/attachment.htm
- Previous message: [Slony1-general] Slony Install Issues - undefined reference to `pg_qsort'
- Next message: [Slony1-general] Slony Install issue - undefined reference to `pg_qsort'
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-general mailing list