Date: Sun, 24 May 1998 01:13:31 -0400 From: Matthew Emmerton <memmerto@undergrad.math.uwaterloo.ca> To: <rick_schuder@merck.com>, <dean@odyssey.apana.org.au>, <freebsd-questions@FreeBSD.ORG>, <freebsd-isp@FreeBSD.ORG> Subject: Microsoft Frontpage 98 Server Extensions Message-ID: <002201bd86d2$b4d8c080$0200000a@win95.gsicomp.on.ca>
index | next in thread | raw e-mail
[-- Attachment #1 --]
I recently got FreeBSD-2.2.6 running, and downloaded the most recent MS
Frontpage Server extensions (version 3.0.4 according to the tarball I got)
for BSD/OS 3.0 from the Microsoft site.
However, I noticed a couple of problems that would be worthwhile to mention.
First, the fp_install.sh script (obviously) doesn't support FreeBSD and dies
horribly.
So, rename the distribution to fp30.freebsd.tar.gz, and patch the
fp_install.sh with fpext-3.0.4-freebsd-fp_install-patch.
Also, the huge patchfile that patches Apache 1.2.5 contains a mistake (for
bsdi users) and (of course) needs to be fixed up for us FreeBSD users.
Apply the patch fpext-3.0.4-freebsd-fp-patch-apache_1.2.5-patch before
patching the Apache server.
I have submitted this information to RTR and (hopefully) they'll include
some of it in the next release of the extensions.
--
Matthew Emmerton
GSI Computer Services, Consultant
[-- Attachment #2 --]
--- fp_install.sh.orig Sat May 23 19:23:58 1998
+++ fp_install.sh Sat May 23 23:33:41 1998
@@ -72,7 +72,6 @@
*BSD/OS?3.0*) machine="bsdi3" ;;
BSD/OS*) machine="bsdi" ;;
SCO_SV*) machine="sco5" ;;
- FreeBSD*) machine="freebsd" ;;
*) echo "ERROR: Unsupported platform! Uname is $system."
return 1
;;
[-- Attachment #3 --]
--- apache-fp/fp-patch-apache_1.2.5.orig Sat May 23 23:34:24 1998
+++ apache-fp/fp-patch-apache_1.2.5 Sat May 23 23:35:04 1998
@@ -477,7 +477,7 @@
+#ifdef LINUX
+#define RAND_CMD "/bin/ps laxww | /usr/bin/sum ; /bin/ps laxww | /usr/bin/sum"
+#else
-+#ifdef bsdi
++#if defined(__bsdi__) || defined(__FreeBSD__)
+#define RAND_CMD "/bin/ps laxww | /usr/bin/cksum -o 1 ; /bin/ps laxww | /usr/bin/cksum -o 1"
+#else
+#define RAND_CMD "/bin/ps -ea | /bin/sum ; /bin/ps -ea | /bin/sum"
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?002201bd86d2$b4d8c080$0200000a>
