Re: [PHP-INST] Warning: mail() is not supported in this PHP build

2001-12-13 Thread Rasmus Lerdorf
Well, have a look at the code then. In ext/standard/basic_functions.c we have: #ifdef HAVE_SENDMAIL PHP_FE(mail,NULL) #else PHP_FALIAS(mail,warn_not_available, NULL) #endif The error message you posted is created by the warn_not_available function which means t

Re: [PHP-INST] Warning: mail() is not supported in this PHP build

2001-12-13 Thread J . L . Gilmour
> > Well, somehow you are confused about that Oh, right. Care to explain what's confusing about... Running system checks checking for missing declarations of reentrant functions... done checking whether compiler supports -R... yes checking for sendmail... /usr/lib/sendmail ??? Meanwhile, I'l

Re: [PHP-INST] Warning: mail() is not supported in this PHP build

2001-12-13 Thread Rasmus Lerdorf
Well, somehow you are confused about that, because the only way to get the error message you got was for the HAVE_SENDMAIL or whatever the symbol was in that version in the config.h file to not be defined and this symbol is set by the configure script. But regardless, upgrade to 4.1. The mec

Re: [PHP-INST] Warning: mail() is not supported in this PHP build

2001-12-13 Thread J . L . Gilmour
> > When you built PHP sendmail wasn't there for some reason. Rebuild it, or > upgrade to the recently released 4.1. No, as I said in my original mail, sendmail was installed and was detected by the configure script. Jayne. -- +++++++++++++-

Re: [PHP-INST] Warning: mail() is not supported in this PHP build

2001-12-11 Thread Rasmus Lerdorf
When you built PHP sendmail wasn't there for some reason. Rebuild it, or upgrade to the recently released 4.1. -Rasmus On Tue, 11 Dec 2001 [EMAIL PROTECTED] wrote: > > I'm not too hopeful about getting any help about this, but here goes. > > I've installed PHP 4.0.5 on a Solaris 8 box, all

[PHP-INST] Warning: mail() is not supported in this PHP build

2001-12-11 Thread J . L . Gilmour
I'm not too hopeful about getting any help about this, but here goes. I've installed PHP 4.0.5 on a Solaris 8 box, all works well but using mail() produces the following error: Warning: mail() is not supported in the PHP build sendmail is installed in /usr/lib/sendmail and linked from /usr/bin

[PHP-INST] Warning: mail() is not supported in this PHP build

2001-12-04 Thread Scott Ecker
Hi, I am using QMAIL (with sendmail wrappers installed, tested, and confirmed), and I still can't use the mail() function.I get the following error: "Warning: mail() is not supported in this PHP build". I have built the source from scratch with the following commands: CFLAGS='-O2 -I /usr/in

[PHP-INST] warning: mail() is not supported in this php build".

2001-08-29 Thread Cyber Yolande Gomez
Hi from France. I ve just installed Php 4.0.6 + apache 1.3.20 + Mysql + Php-Nuke on Slackware Linux. I also get a SMTP server (Postfix) working fine. php.ini is under /usr/local/lib/php.ini and the sendmail_path is /usr/bin/sendmail -i -t , but when a user try to get registred, no ail is send to h

Re: [PHP-INST] Warning: mail() is not supported in this PHP build

2001-07-09 Thread Jghostar Company
Dear Katie Thank you for your time and help. > 1). What platform are you using? Linux 7.1 > 2). What SMTP agent are you using ( qmail, sendmail, etc )? sendmail > 3). Can you mail me a copy of your script so I can take a look at it? Its a simple mail(...) function which I always use. With mi

[PHP-INST] Warning: mail() is not supported in this PHP build

2001-07-09 Thread siamak
Hello When trying to send mail inside my PHP script I receive the following error: Warning: mail() is not supported in this PHP build What is the reason ? Compile errors ? Or my Host has disabled access to PHP mail() function ? How can I solve the problem ? Is there any alternatives to using ma

[PHP-INST] Warning: mail() is not supported in this PHP build

2001-07-09 Thread Siamak Sarmady
Hello When trying to send mail inside my PHP script I receive the following error: Warning: mail() is not supported in this PHP build What is the reason ? Compile errors ? Or my Host has disabled access to PHP mail() function ? How can I solve the problem ? Is there any alternatives to using ma