День добрый, господа.
У меня стоит RH 9.0 не могу воспользоваться инструкцией к статье Qmail+VpopMail+DrWeb+SpamAssassin (linux mail qmail ssl virus virtual)
по ссылке : https://www.opennet.ru/base/net/qmail_antispam.txt.html
Сначала были проблемы с errno при компиляции tcpserver'a хотя прописано include "error.h" в котором errno описывался как int;
теперь вот другая беда :
./load qmail-remote control.o constmap.o timeoutread.o \
timeoutwrite.o timeoutconn.o tcpto.o now.o dns.o ip.o \
ipalloc.o ipme.o quote.o ndelay.a case.a sig.a open.a \
lock.a seek.a getln.a stralloc.a alloc.a substdio.a error.a \
str.a fs.a auto_qmail.o 'cat dns.lib' 'cat socket.lib'
dns.o(.text+0xf5): In function 'resolve':
: undefined reference to '__dn_expand'
dns.o(.text+0x1aa): In function 'findname':
: undefined reference to '__dn_expand'
dns.o(.text+0x242): In function 'findname':
: undefined reference to '__dn_expand'
dns.o(.text+0x2ae): In function 'findip':
: undefined reference to '__dn_expand'
dns.o(.text+0x3b6): In function 'findmx':
: undefined reference to '__dn_expand'
dns.o(.text+0x475): more undefined references to '__dn_expand' follow
dns.o(.text+0x4b8): In function 'dns_init':
: undefined reference to '__res_search'
dns.o(.data+0xc): undefined reference to '__res_query'
collect2: ld returned 1 exit status
make: *** [qmail-remote] Ошибка 1
Это пример, не единичный случай, хотя все прописано.
мне кажется это что-то с настройками компилятора или еще чего, так как я пытался пересобирать ядро там тоже проблеммы такого же рода. Как с этим бороться ? Помогите плиз!