
aeps
(usa Debian)
Enviado em 02/04/2019 - 10:41h
Saudações.
Tentando atualizar o Samba-9.4.4 para Samba-4.10.
Baixar:
wget
https://download.samba.org/pub/samba/stable/samba-4.10.0.tar.gz
Desempacotar o samba:
tar -xzvf samba-4.10.0.tar.gz
Acesse os fontes do Samba:
cd samba-4.10.0
checar os pré-requisitos:
./configure --enable-debug --enable-selftest
Ao compilar (make) apresentou seguinte erro:
source4/lib/messaging/messaging.c.4.o: In function `imessaging_init':
/home/santos/samba-4.10.0/bin/default/../../source4/lib/messaging/messaging.c:544: undefined reference to `imessaging_register_extra_handlers'
collect2: error: ld returned 1 exit status
Waf: Leaving directory `/home/santos/samba-4.10.0/bin/default'
Build failed
-> task in 'MESSAGING' failed with exit status 1 (run with -v to display more information)
Makefile:7: recipe for target 'all' failed
make: *** [all] Error 1
Alguem poderia me ajudar a corrigir
Obrigado