Re: 7.4.2 on Solaris 9 - Error

From: Kris Jurka <books(at)ejurka(dot)com>
To: Carmen Gloria Sepulveda Dedes <csepulveda(at)atichile(dot)com>
Cc: pgsql <pgsql-general(at)postgresql(dot)org>
Subject: Re: 7.4.2 on Solaris 9 - Error
Date: 2004-03-24 20:41:58
Message-ID: Pine.BSO.4.56.0403241540270.18530@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Fri, 19 Mar 2004, Carmen Gloria Sepulveda Dedes wrote:

> Hi.
>
> I want to install postgres 7.4.2 on solaris 9.
>
> I configure with: ./configure --enable-thread-safety
> and it works fine (no error).
>
> When I do "gmake", I get this error:
>
> thread.c: In function `pqGetpwuid':
> thread.c:116: error: too many arguments to function `getpwuid_r'
> make[3]: *** [thread.o] Error 1
> make[3]: Leaving directory
> `/home/postgres/postgresql-7.4.2/src/interfaces/libpq'
> make[2]: *** [all] Error 2
> make[2]: Leaving directory `/home/postgres/postgresql-7.4.2/src/interfaces'
> make[1]: *** [all] Error 2
> make[1]: Leaving directory `/home/postgres/postgresql-7.4.2/src'
> make: *** [all] Error 2
>
> Anybody knows the problem?
>

This problem was just recently fixed in cvs and will go out in the 7.4.3
release. For no your best bet is to checkout the 7.4 branch from cvs, or
search the pgsql-committers archives to find the patch you need to apply.

Kris Jurka

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Wes Palmer 2004-03-24 20:44:26 too many arguments to function `getpwuid_r'
Previous Message Dustin Sallings 2004-03-24 20:25:52 Re: pg_dump "what if?"