ID: 20751 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Mail related Operating System: Linux Redhat 7.2 PHP Version: 4.3.0RC2 New Comment:
Could you gzip config.log and configure and mail them to me? Previous Comments: ------------------------------------------------------------------------ [2002-12-05 12:02:54] [EMAIL PROTECTED] Yes, it produces "yes" Andrea Busia ------------------------------------------------------------------------ [2002-12-03 08:53:15] [EMAIL PROTECTED] Yes, it produces "yes" Andrea Busia ------------------------------------------------------------------------ [2002-12-03 06:59:36] [EMAIL PROTECTED] 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. ------------------------------------------------------------------------ [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 ------------------------------------------------------------------------ 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