Date: Thu, 11 Nov 1999 11:45:13 -0500 (EST) From: Mike Squires <msquires@sir-alan.chem.indiana.edu> To: ports@freebsd.org (FreeBSD ports) Cc: samba@samba.org Subject: Samba 2.0.6 Release compiles using patches from -current Message-ID: <199911111645.LAA17203@sir-alan.chem.indiana.edu>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199911111645.LAA17203>