Date: Tue, 04 Jan 2005 10:59:24 +0100 From: Olaf Greve <o.greve@axis.nl> To: Olaf Greve <o.greve@axis.nl> Cc: questions@freebsd.org Subject: Re: Properly installing PHP4 extensions under Apache 1.3.x Message-ID: <41DA68FC.7090803@axis.nl> In-Reply-To: <41DA6432.4050101@axis.nl> References: <00f001c4db96$efd138a0$1e01a8c0@sjees> <41B473B2.4000906@raad.tartu.ee> <41DA6432.4050101@axis.nl>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi again, Alright, I just found the missing step: I used to have an existing php.ini file in which the extension_dir directive was not disabled. Commenting that directive does the trick. :) So the correct procedure should then be: 1) Update the ports tree using CVSup 2) Build the /usr/ports/lang/php4 port (= 4.3.10 -> make install) 3) Build the /usr/ports/lang/php4-extensions port 4) Build several extensions I need (GD, MySQL, session), again, I did do a make install 5) Comment out the extension_dir directive in php.ini 6) Restart Apache Cheers! Olafo
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?41DA68FC.7090803>