ID: 20751 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Feedback Bug Type: Mail related Operating System: Linux Redhat 7.2 PHP Version: 4.3.0RC2 New Comment:
In configure, what is the value of this variable: as_executable_p (find out by `grep ^as_executable_p ./configure') Then try that on your symlink. IE: with my configure it's set of "test -f", so try: if test -f /usr/sbin/sendmail; then echo yes; fi Previous Comments: ------------------------------------------------------------------------ [2002-12-03 05:53:44] [EMAIL PROTECTED] from config.log -------------------------- configure:10743: checking for sendmail configure:10776: result: no -------------------------- Andrea Busia ------------------------------------------------------------------------ [2002-12-03 00:31:29] [EMAIL PROTECTED] Okay, let me try one more time: What does config.log say about sendmail when you don't make that symlink? I'd like to see WHY it fails, not THAT it fails, cause we already know this. Derick ------------------------------------------------------------------------ [2002-12-02 17:09:37] [EMAIL PROTECTED] Yup, looks like that solved the problem for me, just waiting for the build to finish. Build finished, all ok. So it seems to not check /usr/sbin for sendmail, only /usr/bin. ------------------------------------------------------------------------ [2002-12-02 16:56:24] [EMAIL PROTECTED] I'm also experiencing this problem, same version, same os. I'll try the symbolic link workaround. ------------------------------------------------------------------------ [2002-12-02 16:24:32] [EMAIL PROTECTED] What does config.log say about sendmail when you remove that link again? ------------------------------------------------------------------------ The remainder of the comments for this report are too long. To view the rest of the comments, please view the bug report online at http://bugs.php.net/20751 -- Edit this bug report at http://bugs.php.net/?id=20751&edit=1