search for: dptx4

Displaying 2 results from an estimated 2 matches for "dptx4".

Did you mean: dpt
1997 Jul 14
0
Samba on Sequent ptx v4.*
Hi, I just thought I'd mention a few hints I picked up recently while compiling Samba for ptx recently for a client: FLAGSM = -DSEQUENT_PTX4 -DSHADOW_PWD -DHAVE_TIMEZONE not -DSEQUENT -DPTX4 as in the Makefile. Get hold of the latest version of TCP (v4.2.1 is supposed to be OK for both ptx4.1.x and 4.2.x), since it includes BSD sockets which were about three times faster than the old ABI sockets (in a very simple test we ran) make sure you are compiling with the BSD sockets, by set...
1998 Oct 15
1
Problem to map home dir
..._PWD -DHAVE_TIMEZONE # LIBSM = -lrpc -lsocket -lPW -linet -lnsl -lseq -lsec # This is for SEQUENT PTX 4.1.x # Contributed by bressler@iftccu.ca.boeing.com (Rick Bressler) # based on Keeny and Williams contribution. # tested on DYNIX/ptx(R) V4.1.3 # FLAGSM = -DSEQUENT -DSHADOW_PWD -DHAVE_TIMEZONE -DPTX4 # LIBSM = -lrpc -lsocket -lPW -lnsl -lseq -lsec # This is for HP-UX 9.x. Note that some systems don't like the -Aa switch. # contributed by Pasi.Kaara@atk.tpo.fi # You will need -DREPLACE_GETPASS if you use smb encryption # FLAGSM = -DHPUX -Aa -D_HPUX_SOURCE -D_POSIX_SOURCE # LIBSM = # This...