Re: [PHP-DEV] Mail function undefined in PHP6

2007-03-18 Thread Antony Dovgal
On 03/18/2007 12:32 PM, Tijnema ! wrote: On 3/18/07, Mike Robinson <[EMAIL PROTECTED]> wrote: Tijnema ! > Well, i installed sendmail 8.14.0, and it did install the > sendmail binary into /usr/sbin/sendmail, and configure could > find it, so i recompiled/reinstalled PHP and now it still > can't f

Re: [PHP-DEV] Mail function undefined in PHP6

2007-03-18 Thread Tijnema !
On 3/18/07, Mike Robinson <[EMAIL PROTECTED]> wrote: Tijnema ! > Well, i installed sendmail 8.14.0, and it did install the > sendmail binary into /usr/sbin/sendmail, and configure could > find it, so i recompiled/reinstalled PHP and now it still > can't find the mail command... > So what can be

RE: [PHP-DEV] Mail function undefined in PHP6

2007-03-17 Thread Mike Robinson
Tijnema ! > Well, i installed sendmail 8.14.0, and it did install the > sendmail binary into /usr/sbin/sendmail, and configure could > find it, so i recompiled/reinstalled PHP and now it still > can't find the mail command... > So what can be the problem now?? You're on the wrong list? :) M

Re: [PHP-DEV] Mail function undefined in PHP6

2007-03-17 Thread Tijnema !
On 3/17/07, Tijnema ! <[EMAIL PROTECTED]> wrote: On 3/17/07, Tijnema ! <[EMAIL PROTECTED]> wrote: > On 3/17/07, Antony Dovgal <[EMAIL PROTECTED]> wrote: > > On 03/17/2007 08:07 PM, Tijnema ! wrote: > > >> ./config.nice | grep sendmail > > > > > > hmm, it returns no > > > So sendmail support

Re: [PHP-DEV] Mail function undefined in PHP6

2007-03-17 Thread Tijnema !
On 3/17/07, Tijnema ! <[EMAIL PROTECTED]> wrote: On 3/17/07, Antony Dovgal <[EMAIL PROTECTED]> wrote: > On 03/17/2007 08:07 PM, Tijnema ! wrote: > >> ./config.nice | grep sendmail > > > > hmm, it returns no > > So sendmail support was not compiled into., aha, well then i can solve > > myself

Re: [PHP-DEV] Mail function undefined in PHP6

2007-03-17 Thread Tijnema !
On 3/17/07, Antony Dovgal <[EMAIL PROTECTED]> wrote: On 03/17/2007 08:07 PM, Tijnema ! wrote: >> ./config.nice | grep sendmail > > hmm, it returns no > So sendmail support was not compiled into., aha, well then i can solve > myself i think. Thanks for pointing me on this simple thing :) No

Re: [PHP-DEV] Mail function undefined in PHP6

2007-03-17 Thread Antony Dovgal
On 03/17/2007 08:07 PM, Tijnema ! wrote: ./config.nice | grep sendmail hmm, it returns no So sendmail support was not compiled into., aha, well then i can solve myself i think. Thanks for pointing me on this simple thing :) No problem. -- Wbr, Antony Dovgal -- PHP Internals - PHP Run

Re: [PHP-DEV] Mail function undefined in PHP6

2007-03-17 Thread Tijnema !
On 3/17/07, Antony Dovgal <[EMAIL PROTECTED]> wrote: On 03/17/2007 07:41 PM, Tijnema ! wrote: > On 3/17/07, Antony Dovgal <[EMAIL PROTECTED]> wrote: >> On 03/17/2007 07:29 PM, Tijnema ! wrote: >> > Hi, >> > >> > I have PHP6 installed (Snapshot:200703141130) and somehow it says now >> > that the m

Re: [PHP-DEV] Mail function undefined in PHP6

2007-03-17 Thread Antony Dovgal
On 03/17/2007 07:41 PM, Tijnema ! wrote: On 3/17/07, Antony Dovgal <[EMAIL PROTECTED]> wrote: On 03/17/2007 07:29 PM, Tijnema ! wrote: > Hi, > > I have PHP6 installed (Snapshot:200703141130) and somehow it says now > that the mail function is undefined, i have sendmail installed in /usr > (is in

Re: [PHP-DEV] Mail function undefined in PHP6

2007-03-17 Thread Tijnema !
On 3/17/07, Antony Dovgal <[EMAIL PROTECTED]> wrote: On 03/17/2007 07:29 PM, Tijnema ! wrote: > Hi, > > I have PHP6 installed (Snapshot:200703141130) and somehow it says now > that the mail function is undefined, i have sendmail installed in /usr > (is in $PATH) It means that ./configure failed

Re: [PHP-DEV] Mail function undefined in PHP6

2007-03-17 Thread Antony Dovgal
On 03/17/2007 07:29 PM, Tijnema ! wrote: Hi, I have PHP6 installed (Snapshot:200703141130) and somehow it says now that the mail function is undefined, i have sendmail installed in /usr (is in $PATH) It means that ./configure failed to detect your sendmail binary. -- Wbr, Antony Dovgal --

[PHP-DEV] Mail function undefined in PHP6

2007-03-17 Thread Tijnema !
Hi, I have PHP6 installed (Snapshot:200703141130) and somehow it says now that the mail function is undefined, i have sendmail installed in /usr (is in $PATH) my configure command: './configure' '--prefix=/usr' '--with-pear' '--enable-all' '--with-apxs2' '--without-fbsql' '--without-interbase' '