Displaying 4 results from an estimated 4 matches for "dlinux_bigcrypt".
1998 Apr 25
0
Compiling smbpass.c
....18p4 for the last couple of hours
and seem to keep running into problems compiling smbpasswd. I'm running
Slackware 3.4
Here's last section I tried to use from the Makefile:
# Use this for Linux with shadow passwords - but not using PAM!
# contributed by Andrew.Tridgell@anu.edu.au
# add -DLINUX_BIGCRYPT is you have shadow passwords but don't have the
# right libraries and includes
FLAGSM = -DLINUX -DSHADOW_PWD -DFAST_SHARE_MODES -DLINUX_BIGCRYPT
LIBSM = -lshadow
And here's the error that I'm getting:
Using CFLAGS = -O -DSMBLOGFILE="/usr/local/samba/var/log.smb"
-DNMBLOGFILE...
1998 Feb 03
2
Signal 6
...d the previous version is
on the CD as a work-around.
Regards,
Derek
You wrote:
>I get the following error:
>.
>.
>Compiling smbpass.c
>cc: Internal compiler error: program cc1 got fatal signal 6
>make: *** [smbpass.o] Error 1
>I have tried compiling with and without the -DLINUX_BIGCRYPT flag to no
avail. >I can't find any glibc2 so I don't think I have that.
________________________________
Derek Clifford
derek_clifford@fermi.demon.co.uk
1998 Nov 23
0
SAMBA digest 1884
...e.LNX.4.05.9811211108150.28456-100000@nighthawk.night-hawk.net>
>
> I'm trying to compile Samba in linux slackware kernel 2.1.106. I have
> gone through the Makefile and tried all the different options.
>
> I am not using PAM, using shadow passwords and even tried the
> -DLINUX_BIGCRYPT in the makefile all with the same results.
>
> gcc: Internal compiler error: program cc1 got fatal signal 6
> make: *** [smbpass.o] Error 1
>
> Been looking around for any type of help for compiling samba but haven't
> found any except problems with after compiling samba.
&g...
1998 Oct 15
1
Problem to map home dir
...her with Samba. If you are using Linux kernel version 2.0.x
# you must use the smbfs utilities from
# ftp://ftp.gwdg.de/pub/linux/misc/smbfs
# MOUNT_PROGS = smbmount smbmnt smbumount
# Use this for Linux with shadow passwords - but not using PAM!
# contributed by Andrew.Tridgell@anu.edu.au
# add -DLINUX_BIGCRYPT is you have shadow passwords but don't have the
# right libraries and includes
# FLAGSM = -DLINUX -DSHADOW_PWD -DFAST_SHARE_MODES
# LIBSM = -lshadow
# Use this for Linux without shadow passwords or for any Linux
# system that uses PAM (eg: RedHat) in which case it handles ALL
# authentication...