http://us.php.net/manual/en/mail.configuration.php#ini.sendmail-path

        Where the sendmail program can be found, usually
        /usr/sbin/sendmail or /usr/lib/sendmail. configure
        does an honest attempt of locating this one for you
        and set a default, but if it fails, you can set it here.

Any idea why configure did not figure it out? In all cases in the past, it has. Would you mind running phpInfo() and seeing if you are missing the value as well?

I have never had this default get lost before.
--
Scott * If you contact me off list replace talklists@ with scott@ *

On Sep 30, 2009, at 6:30 PM, Ryan Schmidt wrote:


On Sep 30, 2009, at 19:14, Scott Haneda wrote:

I have two issues with the current php5 install. A phpInfo shows the sendmail path to be blank. I have never had to set this in the past, there was a default value built in that worked.

I have set
/usr/sbin/sendmail -t -i
which solved the problem, but wondered why this was not a default.

From php.ini
; For Unix only. You may supply arguments as well (default: "sendmail -t -i").
; http://php.net/sendmail-path
;sendmail_path =

So I should have had 'sendmail -t -i' without defining anything.

Perhaps the php developers decided to change the default for 5.3.0. I'm not doing anything special in the portfile related to this.

_______________________________________________
macports-dev mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev

Reply via email to