PostgreSQL 8.0.1 compile success Regression Fails

Поиск
Список
Период
Сортировка
От Vishal Kashyap @ [SaiHertz]
Тема PostgreSQL 8.0.1 compile success Regression Fails
Дата
Msg-id 77b69d2105022804137f82444c@mail.gmail.com
обсуждение исходный текст
Ответы Re: PostgreSQL 8.0.1 compile success Regression Fails  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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

В списке pgsql-admin по дате отправления:

Предыдущее
От: Aaron Craig
Дата:
Сообщение: Trouble using plpgsql after 8.0 install
Следующее
От: Zouari Fourat
Дата:
Сообщение: Re: is it a bug or it's my mistake ?