From owner-freebsd-stable@FreeBSD.ORG Sun Aug 15 18:00:45 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 1A12D16A4CE for ; Sun, 15 Aug 2004 18:00:45 +0000 (GMT) Received: from mta.webmatic.de (mta.webmatic.de [212.78.99.126]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8147243D1D for ; Sun, 15 Aug 2004 18:00:41 +0000 (GMT) (envelope-from freebsd-stable@chef-ingenieur.de) Received: (qmail 428 invoked by uid 1003); 15 Aug 2004 18:00:36 -0000 Received: from freebsd-stable@chef-ingenieur.de by mta.webmatic.de by uid 89 with qmail-scanner-1.22 (clamdscan: 0.75. spamassassin: 2.63. Clear:RC:1(217.186.18.215):. Processed in 0.073268 secs); 15 Aug 2004 18:00:36 -0000 Received: from unknown (HELO ?192.168.1.254?) (freebsd-stable@chef-ingenieur.de@217.186.18.215) by mta.webmatic.de with (DHE-RSA-AES256-SHA encrypted) SMTP; 15 Aug 2004 18:00:36 -0000 Message-ID: <411FA63D.1080502@chef-ingenieur.de> Date: Sun, 15 Aug 2004 20:06:53 +0200 From: Thoamas Krause -CI- User-Agent: Thunderbird 0.7.2 (Windows/20040707) X-Accept-Language: de-DE, de, en-us, en MIME-Version: 1.0 To: stable@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: 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: Sun, 15 Aug 2004 18:00:45 -0000 Hello, 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? 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=true to WITH_XSLT=true - cd /usr/ports/lang/php4-extensions && make install clean Regards, Thomas.