Re: Problem with ucred.h building 7.2.1

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: Problem with ucred.h building 7.2.1
Дата
Msg-id 200206072244.g57MiD802302@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: Problem with ucred.h building 7.2.1  (Niclas Gustafsson <Niclas.Gustafsson@codesense.com>)
Список pgsql-admin
In the only other creds failure I can remember on Linux, it was caused
by someone updating their partially system headers, but not completely.

---------------------------------------------------------------------------

Niclas Gustafsson wrote:
> > Niclas Gustafsson <Niclas.Gustafsson@codesense.com> writes:
> >> I'm having some trouble compiling 7.2.1 on one of our machines,
> >> It's a linux box running SuSE 6.0, with kernel version 2.2.14.
> >> ...
> >> After searching the system I see that I do not have the ucred.h
> >> anywhere.
> >> However I find the ucred definition in /usr/include/linux/socket.h as
>
> > Yeah, we've heard a couple of prior reports to the effect that this code
> > is not sufficiently configurable.  I'm a bit confused though ---- hba.c
> > pulls in <sys/socket.h>, doesn't that include <linux/socket.h> ?  Seems
> > like it should work...
>
> Nope, It does not include linux/socket.h.
> It only includes the following:
>
> #include <features.h>
> #include <stddef.h>
> #include <socketbits.h>
>
> And noone of them includes linux/socket.h
>
> I made a rather crude insert into hba.h
>
> struct ucred {
>        unsigned int   pid;
>        unsigned int   uid;
>        unsigned int   gid;
> };
>
> And with that it passed both the compilation and regression tests.
>
> Regards,
>
> Niclas Gustafsson
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org
>

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

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

Предыдущее
От: "Nick Fankhauser"
Дата:
Сообщение: Re: What err ???
Следующее
От: Tim Ellis
Дата:
Сообщение: Re: What err ???