From: [EMAIL PROTECTED] Operating system: Mac OSX 10.2.2 Server / DARWIN PHP version: 4.3.0RC3 PHP Bug Type: *Configuration Issues Bug description: Sendmail not being enabled in Configure
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 bug report at http://bugs.php.net/?id=20997&edit=1 -- Try a CVS snapshot: http://bugs.php.net/fix.php?id=20997&r=trysnapshot Fixed in CVS: http://bugs.php.net/fix.php?id=20997&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=20997&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=20997&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=20997&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=20997&r=support Expected behavior: http://bugs.php.net/fix.php?id=20997&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=20997&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=20997&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=20997&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=20997&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=20997&r=dst IIS Stability: http://bugs.php.net/fix.php?id=20997&r=isapi