On Thu, 2002-11-21 at 15:23, Joel Webb wrote: > > 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?? You don't have to. The script knows where to look. > > + test -z /usr/sbin > > + test -f /usr/sbin/sendmail > > + ac_cv_path_PROG_SENDMAIL=/usr/sbin/sendmail > > + break > > sh-2.05b$ echo PATH IS "$ac_cv_path_PROG_SENDMAIL" > > + echo PATH IS /usr/sbin/sendmail > > PATH IS /usr/sbin/sendmail OK... well, that's exactly what the configure script does, and that would indicate success. So... why is it not working for you? I dunno. Try running "rpmbuild -bb php.spec" until it runs the configure script. Then, CTRL+C to stop the build, copy the configure line, and run the script yourself with debugging. That is: cd /var/tmp/BUILD/php-<version> sh -x ./configure ..... > configure.debug 2>&1 That will run through the configure script and print all of the steps into the file configure.debug. Then you can look for sendmail in that file to see what's going on. If you can't figure it out, then bzip2 the file and put it somewhere we can see it. Please don't send it to the list. -- Psyche-list mailing list Psyche-list@redhat.com https://listman.redhat.com/mailman/listinfo/psyche-list