From owner-freebsd-stable@FreeBSD.ORG Mon Aug 16 08:04:03 2004 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E28E16A4CE for ; Mon, 16 Aug 2004 08:04:03 +0000 (GMT) Received: from smtp.infracaninophile.co.uk (smtp.infracaninophile.co.uk [81.2.69.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id C615843D5A for ; Mon, 16 Aug 2004 08:04:02 +0000 (GMT) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost [IPv6:::1]) i7G83q2a081002 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 16 Aug 2004 09:03:52 +0100 (BST) (envelope-from matthew@happy-idiot-talk.infracaninophile.co.uk) Received: (from matthew@localhost)id i7G83qwF081001; Mon, 16 Aug 2004 09:03:52 +0100 (BST) (envelope-from matthew) Date: Mon, 16 Aug 2004 09:03:52 +0100 From: Matthew Seaman To: Thoamas Krause -CI- Message-ID: <20040816080352.GE79605@happy-idiot-talk.infracaninophile.co.uk> Mail-Followup-To: Thoamas Krause -CI- , stable@freebsd.org References: <411FA63D.1080502@chef-ingenieur.de> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="idY8LE8SD6/8DnRI" Content-Disposition: inline In-Reply-To: <411FA63D.1080502@chef-ingenieur.de> User-Agent: Mutt/1.5.6i X-Greylist: Message not sent from an IPv4 address, not delayed by milter-greylist-1.5.3 (smtp.infracaninophile.co.uk [0.0.0.0]); Mon, 16 Aug 2004 09:03:52 +0100 (BST) X-Virus-Scanned: clamd / ClamAV version devel-20040705, clamav-milter version 0.74a on smtp.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, hits=-4.8 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=2.64 X-Spam-Checker-Version: SpamAssassin 2.64 (2004-01-11) on happy-idiot-talk.infracaninophile.co.uk cc: stable@freebsd.org Subject: Re: php-extensions: How adding additional module? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Aug 2004 08:04:03 -0000 --idY8LE8SD6/8DnRI Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Aug 15, 2004 at 08:06:53PM +0200, Thoamas Krause -CI- wrote: > I've installed php4-4.3.8 and php4-extensions-1.0, but I forgot > xslt support. Is there an easy way to intall php-modules > later? >=20 > What I've done, seems not to be the best way: > - pkg_delete php4-extensions-1.0 > - edit /var/db/ports/php4/options: changed > WITHOUT_XSLT=3Dtrue to WITH_XSLT=3Dtrue > - cd /usr/ports/lang/php4-extensions && make install clean Actually, the new PHP framework makes what you want trivially easy. Just install the textproc/php4-xslt port. If you're using mod_php4, restart apache. That's all you need to do. Now, for the sake of neatness you can re-run 'make config' in the php4-extensions port, and check the XSLT option, but that's just bookkeeping: using the php{4,5}-extensions port is just a convenience thing and entirely optional. Cheers, Matthew --=20 Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks Savill Way PGP: http://www.infracaninophile.co.uk/pgpkey Marlow Tel: +44 1628 476614 Bucks., SL7 1TH UK --idY8LE8SD6/8DnRI Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (FreeBSD) iD8DBQFBIGpoiD657aJF7eIRAv+QAJ91ew2iZGvFLHP1wpRHW9hGR4ObvgCePFjX 2XQUyM9hNfZXgmVU8DnxDeA= =TzWs -----END PGP SIGNATURE----- --idY8LE8SD6/8DnRI--