Re: Pros Only! RH8.0 and PHP Bug. (Gordon Messmer - where are you?)

2002-11-21 Thread Joel Webb
Gordon and all. Here is what I have from the test that you gave me to do. The question how do I force the PHP to use /usr/sbin as the directory to find the sendmail in?? I have tried: --with-sendmail=/usr/sbin/sendmail -And- --with-sendmail-dir=/usr/sbin Both of these don't work. It is like

Re: Pros Only! RH8.0 and PHP Bug.

2002-11-21 Thread Joel Webb
Thanks Gordon. This is what I have. sh-2.05b$ IFS=":"sh-2.05b$ IFS=":" + IFS=: sh-2.05b$ ac_dummy="$PATH:/usr/bin:/usr/sbin:/usr/etc:/etc:/usr/ucblib:/usr/lib" + ac_dummy=/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin:/home/joel/bin:/usr/bin:/usr/sbin:/usr/etc:/etc:/usr/ucblib:/usr/lib sh-2.05b$ ac

Re: Pros Only! RH8.0 and PHP Bug.

2002-11-21 Thread Gordon Messmer
On Wed, 2002-11-20 at 17:15, Joel Webb wrote: > > I am using RH 8.0 with sendmail. I needed to install PHP with mhash > support and have recompiled it. After installing the new RPM binaries, > I noticed I lost support for the mail() function. > > When I re-compiled, I noticed that the logs said t

Re: Pros Only! RH8.0 and PHP Bug.

2002-11-20 Thread Joel Webb
Here is what I have received after grepping for sendmail in the logs [joel@mail SPECS]$ cat bb.log | grep sendmail checking for sendmail... no checking for sendmail... no Installing Mail/sendmail.php Installing Mail/sendmail.php -- Respectfully, Joel Webb WebbGroup Network Systems www.webbgr

Re: Pros Only! RH8.0 and PHP Bug.

2002-11-20 Thread Rick Johnson
Mike Burger asked: > Silly question time...why not just install teh PHP rpms? > Because the default RPMs don't have mhash support compiled in. Why is that? Because Red Hat doesn't ship with libmhash - can't link to something they don't include. -- Rick Johnson, RHCE - [EMAIL PROTECTED] Linux/WA

Re: Pros Only! RH8.0 and PHP Bug.

2002-11-20 Thread Joel Webb
On Wed, 20 Nov 2002, Mike Burger wrote: Its the default for sendmail Its located under /usr/sbin/sendmail But it is a symbolic link mess. I removed the link and put in the sendmail.sendmail /usr/sbin/sendmail > /etc/alternatives/mta /etc/alternatives/mta -> /usr/sbin/sendmail.sendmail It sti

Re: Pros Only! RH8.0 and PHP Bug. [annoyance submission]

2002-11-20 Thread Joel Webb
I said Pros Only! On Wed, 20 Nov 2002, Hal Burgiss wrote: > New annoyance filter: > >:0 >* ^Subject: +(Re: )?pros only >/dev/null > > Thanks for the addition!!! > > -- Respectfully, Joel Webb WebbGroup Network Systems www.webbgroup.net 336.841.7241 336.841.6068 -

Re: Pros Only! RH8.0 and PHP Bug.

2002-11-20 Thread Mike Burger
Silly question time...why not just install teh PHP rpms? On Wed, 20 Nov 2002, Joel Webb wrote: > > > I am using RH 8.0 with sendmail. I needed to install PHP with mhash > support and have recompiled it. After installing the new RPM binaries, > I noticed I lost support for the mail() function. >

Re: Pros Only! RH8.0 and PHP Bug. [annoyance submission]

2002-11-20 Thread Hal Burgiss
New annoyance filter: :0 * ^Subject: +(Re: )?pros only /dev/null Thanks for the addition!!! -- Hal Burgiss -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https://listman.redhat.com/mailman/listinfo/redhat-list

Pros Only! RH8.0 and PHP Bug.

2002-11-20 Thread Joel Webb
I am using RH 8.0 with sendmail. I needed to install PHP with mhash support and have recompiled it. After installing the new RPM binaries, I noticed I lost support for the mail() function. When I re-compiled, I noticed that the logs said that it didn't find sendmail, But sendmail is in its defau