php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #20997 ncianca@lightbulb.com
Submitted: 2002-12-13 13:42 UTC Modified: 2002-12-13 16:13 UTC
Votes:1
Avg. Score:3.0 ± 0.0
Reproduced:0 of 0 (0.0%)
From: ncianca at lightbulb dot com Assigned:
Status: Closed Package: *Configuration Issues
PHP Version: 4.3.0RC3 OS: Mac OSX 10.2.2 Server / DARWIN
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: ncianca at lightbulb dot com
New email:
PHP Version: OS:

 

 [2002-12-13 13:42 UTC] ncianca at lightbulb dot com
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

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-12-13 14:11 UTC] msopacua@php.net
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 15:55 UTC] ncianca at lightbulb dot com
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 16:13 UTC] msopacua@php.net
No need to :)

http://bugs.php.net/20751

RC2 was built with autoconf-2.53. RC3 is correct again.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Dec 27 01:01:28 2024 UTC