From: | "Vishal Kashyap (at) [SaiHertz]" <vishalonlist(at)gmail(dot)com> |
---|---|
To: | "pgsql-admin(at)postgresql(dot)org" <pgsql-admin(at)postgresql(dot)org> |
Subject: | PostgreSQL 8.0.1 compile success Regression Fails |
Date: | 2005-02-28 12:13:00 |
Message-ID: | 77b69d2105022804137f82444c@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin |
Hi ,
Compiled PostgreSQL 8.0.1 on FC3 Kernel 2.6.10
Configured with
./configure \--bindir=/usr/bin \--prefix=/postgres
\--libdir=/usr/lib/pgsql \--sysconfdir=/etc/sysconfig/pgsql
\--datadir=/postgres/data \--enable-syslog \--with-CXX \--without-tcl
\--with-pgport=5432 \--enable-thread-safety \--without-tk
the only problem is Regression test fails with following error
/bin/sh ./pg_regress --temp-install --top-builddir=../../..
--schedule=./parallel_schedule --multibyte=SQL_ASCII
============== creating temporary installation ==============
============== initializing database system ==============
============== starting postmaster ==============
running on port 65432 with pid 17858
============== creating database "regression" ==============
CREATE DATABASE
/usr/local/src/postgresql-8.0.1/src/test/regress/./tmp_check/install//usr/bin/psql:
symbol lookup error:
/usr/local/src/postgresql-8.0.1/src/test/regress/./tmp_check/install//usr/bin/psql:
undefined symbol: PQserverVersion
pg_regress: could not set database default locales
gmake[2]: *** [check] Error 2
rm regress.o
gmake[2]: Leaving directory `/usr/local/src/postgresql-8.0.1/src/test/regress'
gmake[1]: *** [check] Error 2
gmake[1]: Leaving directory `/usr/local/src/postgresql-8.0.1/src/test'
gmake: *** [check] Error 2
Any suggestions. may I move ahead with installation or should I try
again from configure. I have already redone the whole process 10
times.
--
With Best Regards,
Vishal Kashyap.
Lead Software Developer,
http://saihertz.com,
http://vishalkashyap.tk
From | Date | Subject | |
---|---|---|---|
Next Message | Marco Rademeyer | 2005-02-28 15:42:37 | ALTER TABLE help. |
Previous Message | Zouari Fourat | 2005-02-28 08:33:37 | Re: is it a bug or it's my mistake ? |