From owner-freebsd-questions@FreeBSD.ORG Mon Jan 24 19:16:58 2005 Return-Path: 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 B5F6716A4CE for ; Mon, 24 Jan 2005 19:16:58 +0000 (GMT) Received: from viefep18-int.chello.at (viefep18-int.chello.at [213.46.255.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB63543D39 for ; Mon, 24 Jan 2005 19:16:57 +0000 (GMT) (envelope-from gabor.kovesdan@freemail.hu) Received: from hyperduron ([80.99.33.169]) by viefep18-int.chello.at (InterMail vM.6.01.03.04 201-2131-111-106-20040729) with ESMTP id <20050124191656.WAPX20143.viefep18-int.chello.at@hyperduron> for ; Mon, 24 Jan 2005 20:16:56 +0100 From: "=?iso-8859-2?B?S/Z2ZXNk4W4gR+Fib3I=?=" To: Date: Mon, 24 Jan 2005 20:16:55 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-2" Content-Transfer-Encoding: quoted-printable X-Mailer: Microsoft Office Outlook, Build 11.0.5510 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Thread-Index: AcUCSUSloxeE1pELR5WQM8VwokdGcQ== Message-Id: <20050124191656.WAPX20143.viefep18-int.chello.at@hyperduron> Subject: Some questions about using ports colleciton X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: gabor.kovesdan@freemail.hu List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Jan 2005 19:16:58 -0000 Hi, I'd like to set up a webserver and install everything via ports = collection. 1, As the phpinfo tool indicates, these are my configure commands for apache2: ./configure' '--enable-versioning' '--enable-memory-limit' '--with-layout=3DGNU' '--with-config-file-scan-dir=3D/usr/local/etc/php' '--disable-all' '--with-regex=3Dphp' '--disable-cli' '--with-apxs2=3D/usr/local/sbin/apxs' '--prefix=3D/usr/local' 'amd64-portbld-freebsd5.3' But they have to be similar to these: './configure' '--with-apxs2=3D/usr/local/apache2_php/bin/apxs' = '--disable-cli' '--without-pear' '--disable-posix' '--disable-sockets' = '--disable-sysvshm' '--disable-sysvsem' '--disable-sysvmsg' '--with-mysql' '--enable-bcmath' '--enable-calendar' '--enable-dbase' '--with-gd=3D/usr/local' '--with-jpeg-dir=3D/usr/local' '--with-freetype-dir=3D/usr/local' '--enable-gd-native-ttf' '--enable-ftp' '--enable-xml' '--enable-memory-limit' '--enable-safe-mode' How can I recompile and reinstall my apache webserver with these = configure parameters? 2, I also need some additional php modules, thus I attempted to install = the php-extensions port. A window appeared and I selected all of the = available extensions, but the compiling failed. I did a make clean, and wanted to reinstall the port with the really necessary ports, but the window = didn't appear again. I did a make distclean but the result was the same. How = can I completely clean the config files from the port? I'd like to restart the whole installation and re-configure the installation process with that window. Cheers, G=E1bor K=F6vesd=E1n