ID: 20997 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Closed Bug Type: *Configuration Issues Operating System: Mac OSX 10.2.2 Server / DARWIN PHP Version: 4.3.0RC3 New Comment:
No need to :) http://bugs.php.net/20751 RC2 was built with autoconf-2.53. RC3 is correct again. Previous Comments: ------------------------------------------------------------------------ [2002-12-13 15:55:34] [EMAIL PROTECTED] I built php using the "default" OSX configuration, i.e. ./configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-apxs However, upon further examination it does appear that RC3 is working correctly. I will test this more over the weekend. ------------------------------------------------------------------------ [2002-12-13 14:11:51] [EMAIL PROTECTED] Are you sure this is with the RC3 release? Or did you use the "buildconf" script and have autoconf-2.53 installed? ------------------------------------------------------------------------ [2002-12-13 13:42:39] [EMAIL PROTECTED] On a MacOSX 10.2 Server the configure command does not seem to find /usr/sbin/sendmail even though it is present. This results in mail() being an undefined function in a built php installation. A work around is to set the environment variable ac_cv_path_PROG_SENDMAIL prior to running configure. # in tcsh setenv ac_cv_path_PROG_SENDMAIL /usr/sbin/sendmail We have had this problem building 4.3.0RC2 and RC3 on several 10.2.2 servers. This didn't appear to be a problem with 4.3.0pre1 ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=20997&edit=1