From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
---|---|
To: | Mark Worsdall <mysql(at)wizdom(dot)org(dot)uk> |
Cc: | pgsql-admin(at)postgresql(dot)org |
Subject: | Re: Install Error during gmake (hba.c:885: storage size of `peercred' |
Date: | 2002-07-24 01:50:45 |
Message-ID: | 200207240150.g6O1ojP16546@candle.pha.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin |
Odds are your Linux include files don't match your OS version. Do you
have a ucred.h include file? Does configure show it found *cred*?
---------------------------------------------------------------------------
Mark Worsdall wrote:
> Hi,
>
> Did the following:-
>
> ./configure (Nor problems here)
> gmake
>
> well this is where it went wrong:-
>
> hba.c:885: storage size of `peercred' isn't known
> hba.c:885: warning: unused variable `peercred'
> gmake[3]: *** [hba.o] Error 1
> gmake[3]: Leaving directory
> `/usr/home/src/postgresql-7.2.1/src/backend/libpq'
> gmake[2]: *** [libpq-recursive] Error 2
> gmake[2]: Leaving directory `/usr/home/src/postgresql-7.2.1/src/backend'
> gmake[1]: *** [all] Error 2
> gmake[1]: Leaving directory `/usr/home/src/postgresql-7.2.1/src'
> gmake: *** [all] Error 2
> [root(at)jilldando postgresql-7.2.1]#
>
> hum, so I am using gmake version:-
> GNU Make version 3.79.1, by Richard Stallman and Roland McGrath.
> Built for i586-pc-linux-gnu
>
> Any ideas? I am lost, could not find away of bypassing ident.
>
> M.
>
>
>
> --
> Mark Worsdall
> https://www.paypal.com/refer/pal=LS79YHQ9VUGLJ
>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/users-lounge/docs/faq.html
>
--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026
From | Date | Subject | |
---|---|---|---|
Next Message | Raphael Bauduin | 2002-07-24 08:14:17 | Re: CREATE TABLE AS ... |
Previous Message | Bruce Momjian | 2002-07-23 22:01:39 | Re: Automatic backup with Linux. |