Skip to main content.
Navigation:
DENX
>
Know
>
MhExmhDoesNotWork
Translations:
Edit
|
Attach
|
Raw
|
Ref-By
|
Printable
|
More
Know
Sections of this site:
DENX Home
|
DULG
|
ELDK-5
|
Know
|
Training
|
U-Boot
|
U-Bootdoc
Topics
Know Home
Readme
Changes
Index
Search
Go
List of pages in Know
Search
---++ Problem . MH / Exmh does not work on newly installed RedHat / Fedora Core Systems; it prints a cryptic error message: <verbatim> post: problem initializing server; [BHST] premature end-of-file on pipe </verbatim> ---++ Solution . The reason is that =/usr/lib/sendmail= cannot be found. To fix, create a symbolic link: <verbatim> # cd /usr/lib # ln -s ../sbin/sendmail sendmail </verbatim> -- Main.WolfgangDenk - 18 Oct 2004