* 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.


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to