Thanks for the patch, came in whilst typing my last message. Going to try
it on my dev partition later.

Dan

On Thu, Nov 17, 2011 at 11:32 AM, Tobias Gasser <l...@ebp-gasser.ch> wrote:

> Matthew Burgess schrieb:
> > On Fri, 18 Nov 2011 02:06:06 +1100, Wayne Blaszczyk <
> wblas...@bigpond.net.au> wrote:
> >
> >> Hi,
> >> I'm now having trouble with Linux-PAM.
> >> I get the following error:
> >>
> >> pam_unix_passwd.c:57:21: fatal error: rpc/rpc.h: No such file or
> directory
> >> compilation terminated.
> >> make[3]: *** [pam_unix_passwd.lo] Error 1
> >> make[3]: Leaving directory `/sources/Linux-PAM-1.1.3/modules/pam_unix'
> >> make[2]: *** [all-recursive] Error 1
> >> make[2]: Leaving directory `/sources/Linux-PAM-1.1.3/modules'
> >> make[1]: *** [all-recursive] Error 1
> >> make[1]: Leaving directory `/sources/Linux-PAM-1.1.3'
> >> make: *** [all] Error 2
> >>
> >> Not sure which package rpc.h belongs to.
> >> Any help would be appreciated.
> >>
> >
> > This is the long(ish) debated issue concerning the fact that Glibc ripped
> > rpc support out of version 2.14 (I think), and libtirpc which is its
> > replacement, doesn't compile against that version of Glibc!  Have fun
> > figuring out how to fix it :-)
>
> already done...
>
> glibc is version 2.14.1 and kernel is 3.1
>
> build libtirps 0.2.2 with
>    patch -i -p1 no-des.patch
>    configure --prefix=/usr --disable-gss
>    make
>    make check
>    make install
> thanks again to gabriele (for finding the patch) and the unknow creator!
> (for details have a look at the thread 'xinetd' i started 10/25/2011)
>
> linuxpam 1.1.4
> juse use the book
> ATTENTION: i use 1.1.4, didn't test with 1.1.3
>
> xinetd 2.3.14
> set LDFLAGS="-ltirpc"
>
> lsof 4.85
> sed -e "s/ -llsof/ -lsof -ltirpc/" -i Makefile
>
>
>
> works for me, just try it
>
> tobias
>
> --
> http://linuxfromscratch.org/mailman/listinfo/blfs-support
> FAQ: http://www.linuxfromscratch.org/blfs/faq.html
> Unsubscribe: See the above information page
>
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to