Hello again,

Richard Adams wrote:

> According to Jeroen: While burning my CPU.
> >
> > Hello all
> >
> > I keep getting an errormessage no mather what type
> > of Linux I try in the Makefile.
> > It is allways with smbpass.c
> > Message:
> >     In file included from smbpass.c:20:
> >     includes.h:288: crypt.h: No such file or directory
> >     make: ***smbpass.o Error 1
> > And indeed there is no file called crypt.h in the sourcefile
> > of samba.
> > Howcome?
> > How do I get this crypt.h file?
> > I use Slackware 3.4  kernel 2.0.34.
>
> Well crypt.h is a linux-source header file and resides in
> /usr/src/linux/arch/ppc/boot/compressed/

Yes it sits there.

>
>
> I dont have samba here so i can only guess that the file i say is the
> correct file. Now to see if we can get samba to go a little further in its
> compile try editing "includes.h" MAKE A BACK UP FIRST, line 288 change;
>
> #include <linux/crypt.h>
> to;
> #include "crypt.h"

It stated: #include <crypt.h>

> This tells make to look in the "local" source tree for crypt.h.
> I have attached crypt.h (its a just few liner) put in in your samba source
> directory.

It's the same contents

>
>
> Note:
> This is just to see if you get a little futher with the compile, but if you
> dont have the linux source in its rightfull place then you will possably
> get more errors.

I tryd it again with all the possibillyties and now I get the error:
Compiling smbpass.c
    cc: Internal compiler error: program cc1 got fatal signal 6
    make: *** [smbpass.o] Error 1

>
>
> > What is that PAM in the Makefile
>
> I dont have a samba Makefile here, but its possably regarding PAM
> authentication.
> pam (securetty shadow passwording).
>

How do I know if I got this?

> --
> Regards Richard.
> [EMAIL PROTECTED]

  Greetings, Groeten
    Jeroen

Reply via email to