RE: [PHP-INSTALL] help with mail() function

2007-07-27 Thread Paul Blondé
You have to be especially careful about this part, depending on your server setup: "Also, the user that compiled PHP must have permission to access the sendmail binary." If this is not so, the sendmail binary may have been found, but will not work because it is not accessible, sort of an "I see y

Re: [PHP-INSTALL] help with mail() function

2007-07-27 Thread Keith Roberts
What configure command did you use Bill. I've compiled php 5.2.1 on Fedora Core 6, and used the following configure command: './configure' '--with-apxs2=/usr/local/apache-2.2.0/bin/apxs' '--prefix=/usr/local/php-5.2.1' '--enable-shared=all' '--with-mysql=shared' '--with-mysql-sock=/var/lib/

[PHP-INSTALL] help with mail() function

2007-07-27 Thread Bill Beck
Hello all, I've compiled PHP5 on an Ubuntu machine. Getting this error when trying to use mail(), and have looked for the obvious problems: error message: *Fatal error*: Call to undefined function mail() After running ./configure (as root) it shows that php found sendmail, and my admin pane