During sendmail compilation on Debian (raspberry) I’ve encountered problem with __res_querydomain undefinded funtion.
How avoid it?
During sendmail compilation on Debian (raspberry) I’ve encountered problem with __res_querydomain undefinded funtion.
How avoid it?
2
Answers
In sendmail/README is:
"""
"""
First of all this is not only Fedora Core 5, 64 bit version problem.
In my case that was on Debian.
Real solution is use proper parameter -L for glib library:
on my raspberry it was:
-L/usr/lib/arm-linux-gnueabihf/
example of compilation comand is: ./Build -c -I/usr/local/include/sasl2/ -L/usr/lib/ -L/usr/lib/sasl2 -L/usr/lib/arm-linux-gnueabihf/
My mistake
there should be pointed directory of libresolv.
In my case it is the same as glib.