From owner-freebsd-questions Tue Oct 21 12:18:53 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id MAA04150 for questions-outgoing; Tue, 21 Oct 1997 12:18:53 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from lepton.nuc.net (root@lepton.nuc.net [204.49.61.5]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id MAA04145 for ; Tue, 21 Oct 1997 12:18:46 -0700 (PDT) (envelope-from wheelman@nuc.net) Received: from electron.nuc.net (dhcp1.nuc.net [204.49.61.15]) by lepton.nuc.net (8.8.7/8.7.3) with SMTP id OAA26350; Tue, 21 Oct 1997 14:18:18 -0500 (CDT) From: "Jaime Bozza" To: "Doug White" , Cc: Subject: Re: ["Arthur Hutchcraft" ] Frontpage server extensions Date: Tue, 21 Oct 1997 14:15:54 -0500 Message-ID: <01bcde55$c0829120$0f3d31cc@electron.nuc.net> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.71.1712.3 X-MimeOLE: Produced By Microsoft MimeOLE V4.71.1712.3 Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >> With the release of Frontpage 98, server extensions are required to be >> loaded to the server to support the Frontpage dynamic functions. FrontPage >> indicate that they support all Apache systems, however it only looks for the >> BSDi system. Do you know any way that these extensions a\can be loaded to >> FreeBSD and if so how. > >Anything that works for BSDi should work with FreeBSD with little or no >modification. Are you getting a specific error? Actually, the fp_install.sh file uses "uname -a" to find what version of *nix you're using... I had this problem temporarily, but just modified the script, adding the following line into the case statement. After the line: BSD/OS*) machine="bsdi" ;; add: FreeBSD*) machine="bsdi" ;; and re-run the fp_install.sh script. The FrontPage server extensions will install using the bsdi tar file. Jaime Bozza Nucleus Communications, Inc.