ID:               20751
 Comment 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:

Yes, it produces "yes"

Andrea Busia


Previous Comments:
------------------------------------------------------------------------

[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



------------------------------------------------------------------------

[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

------------------------------------------------------------------------

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

Reply via email to