Bugzilla undef error

From Foochal

Jump to: navigation, search


Error

Error occurs when bugzilla tries sending a mail. The following message is displayed to the user:

undef error - Can't open sendmail at /usr/perl5/5.6.1/lib/CGI/Carp.pm line 314

Solution

If your sendmail binary is not at /usr/lib/sendmail, find it, and have a symlink from /usr/lib/sendmail to its actual location. The following code should work:

cd /usr/lib
ln -s `which sendmail`

Personal tools