From owner-freebsd-ports Thu Nov 11 8:40:32 1999 Delivered-To: freebsd-ports@freebsd.org Received: from sir-alan.chem.indiana.edu (sir-alan.chem.indiana.edu [129.79.137.215]) by hub.freebsd.org (Postfix) with ESMTP id 84F9814CA7 for ; Thu, 11 Nov 1999 08:40:18 -0800 (PST) (envelope-from msquires@sir-alan.chem.indiana.edu) Received: (from msquires@localhost) by sir-alan.chem.indiana.edu (8.9.2/8.9.2) id LAA17203; Thu, 11 Nov 1999 11:45:13 -0500 (EST) (envelope-from msquires) From: Mike Squires Message-Id: <199911111645.LAA17203@sir-alan.chem.indiana.edu> Subject: Samba 2.0.6 Release compiles using patches from -current To: ports@freebsd.org (FreeBSD ports) Date: Thu, 11 Nov 1999 11:45:13 -0500 (EST) Cc: samba@samba.org X-Mailer: ELM [version 2.4ME+ PL43 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Using the patches from -current (aa thorugh bb) samba 2.0.6 release compiles under FreeBSD 3.3-RELEASE. "patch-ba" needs to be edited to change the location of the lines patched, and "patch-bb" needs to be edited to remove the first part (no longer needed) and also change the line location for the remaining part. Throughput using an NT4 SP6 P6/200 client connected at 100Mbits full duplex to a P5/90 FreeBSD 3.3-RELEASE server also connected at 100Mbits full duplex, network all switch, was about 400K/sec with 4K blocks and 900K/sec with 64K blocks using TESTNET 2.24 (old NetWare server benchmark). mars_nwe v.0.99 pl17 clocks at the same speed with 4k blocks but does not speed up with 64K blocks. (The server uses old 5 1/4" fast narrow diff SCSI drives which benchmark in the 3-4MB/sec range using bonnie). I'm going to try it vith 3.3-RELEASE SMP. -----------Modified patch-ba------------------------------------------- --- configure.in.orig Mon Oct 4 09:03:55 1999 +++ configure.in Mon Oct 4 09:04:00 1999 @@ -1134,7 +1134,7 @@ --whithout-krb5 Don't include Kerbers 5 support (default)], [ AC_MSG_RESULT(yes) AC_DEFINE(KRB5_AUTH) - LIBS="$LIBS -ldes425 -lkrb5 -lcrypto -lcom_err" + LIBS="$LIBS -ldes425 -lkrb5 -lk5crypto -lcom_err" CFLAGS="$CFLAGS -I$withval/include" LDFLAGS="$LDFLAGS -L$withval/lib"], AC_MSG_RESULT(no) ----------------------------------------------------------------------- ------------Modified patch-bb------------------------------------------ --- configure.orig Mon Oct 4 09:04:14 1999 +++ configure Mon Oct 4 09:04:22 1999 @@ -9213,7 +9213,7 @@ #define KRB5_AUTH 1 EOF - LIBS="$LIBS -ldes425 -lkrb5 -lcrypto -lcom_err" + LIBS="$LIBS -ldes425 -lkrb5 -lk5crypto -lcom_err" CFLAGS="$CFLAGS -I$withval/include" LDFLAGS="$LDFLAGS -L$withval/lib" else ------------------------------------------------------------------------ Mike Squires To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message