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:
I'll rephrase, y'honnor: Does: if test -f /usr/sbin/sendmail; then echo yes; fi Produce: "yes" Please note: /usr/sbin/sendmail - not /usr/bin/sendmail. Previous Comments: ------------------------------------------------------------------------ [2002-12-03 06:48:20] [EMAIL PROTECTED] It works well but the previous config.log section is without the symlink (as requested) in /usr/bin/sendmail but only in /usr/sbin and /usr/lib with the symlink all works well. ------------------------------------------------------------------------ [2002-12-03 06:15:53] [EMAIL PROTECTED] 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 ------------------------------------------------------------------------ [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. ------------------------------------------------------------------------ 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