From owner-freebsd-questions Fri Jul 19 15:18:22 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A4DF837B400 for ; Fri, 19 Jul 2002 15:18:10 -0700 (PDT) Received: from colossus.systems.pipex.net (colossus.systems.pipex.net [62.190.223.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id 21CE943E31 for ; Fri, 19 Jul 2002 15:18:09 -0700 (PDT) (envelope-from sroberts@dsl.pipex.com) Received: from Demon.vickiandstacey.com (81-86-129-77.dsl.pipex.com [81.86.129.77]) by colossus.systems.pipex.net (Postfix) with ESMTP id 3B5D31600035D; Fri, 19 Jul 2002 23:18:07 +0100 (BST) Subject: Re: make in /usr/ports/www/frontpage fails [Was: Which FrontpageServer Extensions for apache-1.3.26_3?] From: Stacey Roberts Reply-To: sroberts@dsl.pipex.com To: "Jack L. Stone" Cc: FreeBSD-Questions In-Reply-To: <3.0.5.32.20020719170554.025dd7b8@mail.sage-one.net> References: <3.0.5.32.20020719160722.025dd7b8@mail.sage-one.net> <3.0.5.32.20020719153501.025dd7b8@mail.sage-one.net> <3.0.5.32.20020719153501.025dd7b8@mail.sage-one.net> <3.0.5.32.20020719160722.025dd7b8@mail.sage-one.net> <3.0.5.32.20020719170554.025dd7b8@mail.sage-one.net> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-FFQ6o3QEyNenFiOwoav4" X-Mailer: Ximian Evolution 1.0.8 Date: 19 Jul 2002 23:18:57 +0100 Message-Id: <1027117138.55073.99.camel@Demon.vickiandstacey.com> Mime-Version: 1.0 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --=-FFQ6o3QEyNenFiOwoav4 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable I went through the logs of the mod_frontpage installation (luckily I had this redirected to a file!), and saw that frontpage-5.0.2.2623_1 was a dependancy that got installed prior to mod_frontpage itself! So, given the advice on the order of installation I got earlier, should I proceed with this? If so, I was looking at the post-install notes, and saw this: 3.) You can turn off/on the extensions and the frontpage administration per site in httpd.conf and per virtual server. FrontPageAdminDisable is the default if no option is given. FrontPageEnable # Enable FP Extensions Client publish FrontPageDisable # Disable FP Extensions Client publish FrontPageAdminEnable # Enable FP Extensions Admin web site FrontPageAdminDisable # Disable FP Extensions Admin web site If no key word options are present in the httpd.conf file the default of FrontPageDisable and FrontPageAdminDisable is used resulting in a working Apache environment where the complete frontpage environment is disabled. Where *exactly* am I supposed to place any of those lines respectively? I haven't got any virtual servers set-up as of now, but I would like to allow admin of the current web-site to be done from a WIN2K Pro box on the network. Feeling a bit nervous here.., I've still got the old httpd.conf backed up nice and safe here.., How do I proceed on both points above? Stacey On Fri, 2002-07-19 at 23:05, Jack L. Stone wrote: > At 10:51 PM 7.19.2002 +0100, Stacey Roberts wrote: > >Hello, > > I've just successfully done: > >make > >make install > >make clean > >in /usr/ports/www/mod_frontpage > > > >Now when I come to installing frontpage, it fails with the error below: > ># cat pkg-descr > >Microsoft Frontpage Extensions allows web administrators and authors to > >remotely manage, create, modify, or delete web pages on the Apache > >server > >using Microsoft FrontPage. > > > >Documentation > >------------- > > > >All the documentation is on-line on the WWW, via the URL's: > > > > - http://www.microsoft.com/frontpage > > - > >http://www.microsoft.com/technet/prodtechnol/sharepnt/proddocs/admindoc/= ows > 000.asp - > http://www.microsoft.com/technet/prodtechnol/sharepnt/proddocs/admindoc/o= wse > 01.asp - > http://www.microsoft.com/technet/prodtechnol/sharepnt/proddocs/admindoc/o= wse > 02.asp > > > ># make > >=3D=3D=3D> Extracting for frontpage-5.0.2.2623_1 > >>> Checksum OK for fp50.freebsd.tar.Z. > >=3D=3D=3D> Extracting FrontPage install scripts > >cd /usr/ports/www/frontpage/work && /usr/bin/gzip -nf -9 -dc > >/usr/ports/distfiles/fp50.freebsd.tar.Z | /usr/bin/tar -xf - > >frontpage/version5.0/fp_install.sh > >frontpage/version5.0/apache-fp/fpexe.c frontpage/version5.0/readme.htm > >frontpage/version5.0/set_default_perms.sh > >=3D=3D=3D> Patching for frontpage-5.0.2.2623_1 > >=3D=3D=3D> Applying FreeBSD patches for frontpage-5.0.2.2623_1 > >=3D=3D=3D> Configuring for frontpage-5.0.2.2623_1 > >Demon# make install > >=3D=3D=3D> Installing for frontpage-5.0.2.2623_1 > >=3D=3D=3D> frontpage-5.0.2.2623_1 is already installed - perhaps an old= er > >version? > > If so, you may wish to ``make deinstall'' and install > > this port again by ``make reinstall'' to upgrade it properly. > > If you really wish to overwrite the old port of > >frontpage-5.0.2.2623_1 > > without deleting it first, set the variable "FORCE_PKG_REGISTER" > > in your environment or the "make install" command line. > >*** Error code 1 > > > >Stop in /usr/ports/www/frontpage. > ># > > > >Could someone please help me out here? I don't have frontpage installed > >on this box., so the above error is something of a puzzle, to say the > >least! > > > >Stacey > > >=20 > Stacey: Yikes! Early snag! FrontPage can be a real beast. Do you see that > FrontPage package in: > /var/db/pkg....??? >=20 > It must be in there if the system thinks it is installed.... >=20 > If so, try deinstall of the port first.... then, if that fails, try > pkg_delete of the package IF you found it there.... >=20 > Then reinstall the port.... >=20 >=20 > Best regards, > Jack L. Stone, > Administrator >=20 > SageOne Net > http://www.sage-one.net > jackstone@sage-one.net >=20 > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message --=20 Stacey Roberts B.Sc. (HONS) Computer Science Network Systems Engineer --=-FFQ6o3QEyNenFiOwoav4 Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable I went through the logs of the mod_frontpage installation (luckily I had this redirected to a file!), and saw that frontpage-5.0.2.2623_1 was a dependancy that got installed prior to mod_frontpage itself! So, given the advice on the order of installation I got earlier, should I proceed with this? If so, I was looking at the post-install notes, and saw this: 3.) You can turn off/on the extensions and the frontpage administration per site in httpd.conf and per virtual server. FrontPageAdminDisable is the default if no option is given. FrontPageEnable # Enable FP Extensions Client publish FrontPageDisable # Disable FP Extensions Client publish FrontPageAdminEnable # Enable FP Extensions Admin web site FrontPageAdminDisable # Disable FP Extensions Admin web site If no key word options are present in the httpd.conf file the default of FrontPageDisable and FrontPageAdminDisable is used resulting in a working Apache environment where the complete frontpage environment is disabled. Where *exactly* am I supposed to place any of those lines respectively? I haven't got any virtual servers set-up as of now, but I would like to allow admin of the current web-site to be done from a WIN2K Pro box on the network. Feeling a bit nervous here.., I've still got the old httpd.conf backed up nice and safe here.., How do I proceed on both points above? Stacey On Fri, 2002-07-19 at 23:05, Jack L. Stone wrote: > At 10:51 PM 7.19.2002 +0100, Stacey Roberts wrote: > >Hello, > > I've just successfully done: > >make > >make install > >make clean > >in /usr/ports/www/mod_frontpage > > > >Now when I come to installing frontpage, it fails with the error below: > ># cat pkg-descr > >Microsoft Frontpage Extensions allows web administrators and authors to > >remotely manage, create, modify, or delete web pages on the Apache > >server > >using Microsoft FrontPage. > > > >Documentation > >------------- > > > >All the documentation is on-line on the WWW, via the URL's: > > > > - http://www.microsoft.com/frontpage > > - > >http://www.microsoft.com/technet/prodtechnol/sharepnt/proddocs/admindoc/= ows > 000.asp - > http://www.microsoft.com/technet/prodtechnol/sharepnt/proddocs/admindoc/o= wse > 01.asp - > http://www.microsoft.com/technet/prodtechnol/sharepnt/proddocs/admindoc/o= wse > 02.asp > > > ># make > >=3D=3D=3D> Extracting for frontpage-5.0.2.2623_1 > >>> Checksum OK for fp50.freebsd.tar.Z. > >=3D=3D=3D> Extracting FrontPage install scripts > >cd /usr/ports/www/frontpage/work && /usr/bin/gzip -nf -9 -dc > >/usr/ports/distfiles/fp50.freebsd.tar.Z | /usr/bin/tar -xf - > >frontpage/version5.0/fp_install.sh > >frontpage/version5.0/apache-fp/fpexe.c frontpage/version5.0/readme.htm > >frontpage/version5.0/set_default_perms.sh > >=3D=3D=3D> Patching for frontpage-5.0.2.2623_1 > >=3D=3D=3D> Applying FreeBSD patches for frontpage-5.0.2.2623_1 > >=3D=3D=3D> Configuring for frontpage-5.0.2.2623_1 > >Demon# make install > >=3D=3D=3D> Installing for frontpage-5.0.2.2623_1 > >=3D=3D=3D> frontpage-5.0.2.2623_1 is already installed - perhaps an old= er > >version? > > If so, you may wish to ``make deinstall'' and install > > this port again by ``make reinstall'' to upgrade it properly. > > If you really wish to overwrite the old port of > >frontpage-5.0.2.2623_1 > > without deleting it first, set the variable "FORCE_PKG_REGISTER" > > in your environment or the "make install" command line. > >*** Error code 1 > > > >Stop in /usr/ports/www/frontpage. > ># > > > >Could someone please help me out here? I don't have frontpage installed > >on this box., so the above error is something of a puzzle, to say the > >least! > > > >Stacey > > >=20 > Stacey: Yikes! Early snag! FrontPage can be a real beast. Do you see that > FrontPage package in: > /var/db/pkg....??? >=20 > It must be in there if the system thinks it is installed.... >=20 > If so, try deinstall of the port first.... then, if that fails, try > pkg_delete of the package IF you found it there.... >=20 > Then reinstall the port.... >=20 >=20 > Best regards, > Jack L. Stone, > Administrator >=20 > SageOne Net > http://www.sage-one.net > jackstone@sage-one.net >=20 > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message - --=20 Stacey Roberts B.Sc. (HONS) Computer Science Network Systems Engineer -----BEGIN PGP SIGNATURE----- Version: PGP 6.5.8 iQA/AwUBPTiQT/dn4A8qiCO5EQIetwCdEUAMUgFrKeIHJWfwrkk/xIbeyLAAnA7+ aAekTmKfKOCl88bpIkLFv3Ni =NWLs -----END PGP SIGNATURE----- --=-FFQ6o3QEyNenFiOwoav4-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message