The --with-apache builds PHP into the Apache source code making it a little faster, but less flexibile (you need to recompile Apache to add PHP modules, etc.)
The --with-apxs builds PHP as a DSO (kind of like a DLL), so if you already have a binary install of Apache, you want the --with-apxs option. On Thu, 2003-06-26 at 11:51, Jose Manuel wrote: > What's the difference between compile PHP with Apache or with apxs. > > ./configure --with-apache = .... --with-mysql > > or > > ./configure --with-apxs = .. --with-mysql > > I need to compile PHP a module of Apache. The option --with-apache need the > directory source of Apache and i installed binaries Apache from Suse and i > downloaded source PHP ( version 4.3.1) from www.php.net. > > Thanks. -- Adam Voigt ([EMAIL PROTECTED]) Linux/Unix Network Administrator The Cryptocomm Group -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php