Date: Mon, 24 Jan 2005 20:16:55 +0100 From: "=?iso-8859-2?B?S/Z2ZXNk4W4gR+Fib3I=?=" <gabor.kovesdan@freemail.hu> To: <freebsd-questions@freebsd.org> Subject: Some questions about using ports colleciton Message-ID: <20050124191656.WAPX20143.viefep18-int.chello.at@hyperduron>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050124191656.WAPX20143.viefep18-int.chello.at>