[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Inquiry:Incorrectly built binary



* hadi motamedi:

> Can you please do me favor and let me know what is the cause of the
> following error message that I got when trying to run my application on the
> Linux server :

> "Incorrectly built binary which accesses errno, h_errno or _res directly.
> Needs to be fixed."

You need to include <errno.h> in source code files which refers to
errno, instead of using "extern int errno;" or some other mechanism.

If your application is qmail, there already exist patches.


Reply to: