php mail() fails

karlp

New member
Joined
Jul 14, 2005
Messages
3
Whenever a script on the box tries to use mail(), it returns "Warning: mail(): Could not execute mail delivery program '/usr/sbin/sendmail -t -i' ..."

Every other facet of php seems to be working, but just not mailing. This started after i upgraded all apache, php, etc services using /usr/local/directadmin/customapache/build. After this problem was identified, i tired rebuilding only php and it returned an error.

-------------------------------------------------
Configuring extensions
checking for OpenSSL support... yes
checking for Kerberos support... yes
checking for krb5-config... /usr/bin/krb5-config
checking for pkg-config... /usr/local/bin/pkg-config
gnome-config: not found
checking for OpenSSL version... >= 0.9.6
checking for CRYPTO_free in -lcrypto... yes
checking for SSL_CTX_set_ssl_version in -lssl... yes
checking for ZLIB support... yes
checking if the location of ZLIB install directory is defined... /usr/local/lib
checking for gzgets in -lz... yes
checking whether to enable bc style precision math functions... yes
checking for BZip2 support... no
checking whether to enable calendar conversion support... yes
checking for cpdflib support... no
checking for CRACKlib support... no
checking whether to enable ctype functions... yes
checking for CURL support... yes
checking for CURL in default path... found in /usr/local
checking for cURL 7.9.8 or greater... libcurl 7.11.2
checking for curl_easy_perform in -lcurl... no
configure: error: There is something wrong. Please check config.log for more information.

*** There was an error while trying to configure php. Check the configure.php file
---------------------------------------------------

I don't see a config.log anywhere, and i don't see what curl has to do with mail functions. Any help would be appreciated.
 
Back
Top