On Friday, January 12, 2001, at 01:42 PM, Robert L Hicks wrote:
> I still cannot get PHP 4.0.4 to install as a DSO under apache 1.3.14 under
> OSX server. I am doing the following:
>
> ./configure --with-fbsql --disable-pear --with-apxs=/usr/local/sbin/apxs
> --with-config-file-path=/usr/local/etc
>
> seams to make and make install fine but when I restart apache it refuses and
> then I have to take out the PHP stuff in the apache.conf file before I can
> start it again.
--disable-pear will not get around the MacOS X bug in pear which has now been fixed in
CVS. Until the next release (or until you get the latest out of CVS) do the following
workaround:
http://devious.jpl.nasa.gov/php/PHP_OSX_fix.html
Also, is there a reason you aren't using the default apxs (/usr/sbin/apxs)? If you
use the latest Apache, it will automatically configure itself with the correct MacOS X
file layout; thus it will replace your existing server, but so what? I would then use
the default apxs and forget the config-file-path directive.
Good Luck.
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]