Erik wrote: > hi, > > how do i compile php so that the mail(); function works i get several errors > "warning this build of php doesn't support mail()" do i need the imap > library ?? i use sendmail (Linux) the path is /usr/sbin/sendmail and i > added that to php.ini but no luck help please ...........
You don't need any lib, but sendmail binary. configure script is failing to detect sendmail somehow. Are you sure you have sendmail under /usr/sbin or /usr/lib? -- Yasuo Ohgaki -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php