From: | adam_pgsql <adam_pgsql(at)witneyweb(dot)org> |
---|---|
To: | pgsql-general <pgsql-general(at)postgresql(dot)org> |
Subject: | "make check" failed on 8.4.2 install |
Date: | 2010-02-23 09:16:28 |
Message-ID: | 47C50F35-E21B-407C-A74D-DC3F7E08ADB4@witneyweb.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Hi,
I am trying to upgrade to 8.4.2 but my usual compile from source failed
$ ./configure --prefix=/usr/local/pgsql_8.4 --with-pgport=6235 --with-perl --with-openssl --with-libraries=/usr/local/ssl/lib/ --with-includes=/usr/local/ssl/include/
$ make
$ make check
......
============== shutting down postmaster ==============
/usr/local/install/postgresql-8.4.2/src/test/regress/./tmp_check/install//usr/local/pgsql_8.4/bin/pg_ctl: relocation error: /usr/local/install/postgresql-8.4.2/src/test/regress/./tmp_check/install//usr/local/pgsql_8.4/lib/libpq.so.5: undefined symbol: dlopen
pg_regress: could not stop postmaster: exit code was 32512
make[2]: *** [check] Error 2
make[2]: Leaving directory `/usr/local/install/postgresql-8.4.2/src/test/regress'
make[1]: *** [check] Error 2
make[1]: Leaving directory `/usr/local/install/postgresql-8.4.2/src/test'
make: *** [check] Error 2
Server details:
adam(at)testing:/usr/local/install/postgresql-8.4.2$ uname -a
Linux testing 2.6.14.7 #1 SMP Fri Jan 19 11:55:40 GMT 2007 i686 unknown
8.3.5 passed ok, but the 8.4.* seem to fail on my system. Presumably i need to upgrade something else to work with 8.4.*? Does anybody have any idea which?
thanks for any help
adam
From | Date | Subject | |
---|---|---|---|
Next Message | Net Tree Inc. | 2010-02-23 09:17:30 | Re: how do I do dump and restore without bugging with constraint? |
Previous Message | John R Pierce | 2010-02-23 09:15:31 | Re: typecaste object to array |