adam_pgsql wrote:
> This is gcc version 2.95.4 if that helps?
It's a very old version of gcc, and also one that has never been officially
released, according to the release notes. Run "aptitude show gcc-2.95" and
see the description of the package.
You don't want to use that as your defa
On 23 Feb 2010, at 21:34, Tom Lane wrote:
> adam_pgsql writes:
>> On 23 Feb 2010, at 17:41, Tom Lane wrote:
>>> That's very peculiar. It looks more like dynamic linker breakage than
>>> Postgres' fault, though. What platform is this (no, the kernel version
>>> doesn't do it for me)? What have
adam_pgsql writes:
> On 23 Feb 2010, at 17:41, Tom Lane wrote:
>> That's very peculiar. It looks more like dynamic linker breakage than
>> Postgres' fault, though. What platform is this (no, the kernel version
>> doesn't do it for me)? What have you changed since you last built
>> Postgres succ
On 23 Feb 2010, at 17:41, Tom Lane wrote:
> adam_pgsql writes:
>> I am trying to upgrade to 8.4.2 but my usual compile from source failed
>
>> $ make check
>> == shutting down postmaster ==
>> /usr/local/install/postgresql-8.4.2/src/test/regress/./tmp_check
adam_pgsql writes:
> I am trying to upgrade to 8.4.2 but my usual compile from source failed
> $ 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:
> relocat
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