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>
next in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format.
------=_NextPart_000_001E_01BD86B1.2A890C80
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
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
------=_NextPart_000_001E_01BD86B1.2A890C80
Content-Type: application/octet-stream;
name="fpext-3.0.4-freebsd-fp_install-patch"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: attachment;
filename="fpext-3.0.4-freebsd-fp_install-patch"
--- 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=3D"bsdi3" ;;
BSD/OS*) machine=3D"bsdi" ;;
SCO_SV*) machine=3D"sco5" ;;
- FreeBSD*) machine=3D"freebsd" ;;
*) echo "ERROR: Unsupported platform! Uname is =
$system."=20
return 1
;;
------=_NextPart_000_001E_01BD86B1.2A890C80
Content-Type: application/octet-stream;
name="fpext-3.0.4-freebsd-fp-patch-apache_1.2.5-patch"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: attachment;
filename="fpext-3.0.4-freebsd-fp-patch-apache_1.2.5-patch"
--- 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"
------=_NextPart_000_001E_01BD86B1.2A890C80--
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?002201bd86d2$b4d8c080$0200000a>
