fabiomaua
(usa Debian)
Enviado em 13/11/2011 - 13:59h
Olá (desculpa, esse post ficou enorme!)
Olha so o que encontrei no site
http://www.hardware.com.br/dicas/servidor-antivirus-lixeira-auditoria-debian.html :
"O projeto Samba-vscan é com certeza um excelente projeto, mas está a algum tempo sem disponibilizar versões que sejam compatíveis com versões das séries mais atuais do Samba, por exemplo, a série 3.4. [...]
[...]Deste modo, optei por uma alternativa ao Samba-vscan, pois as versões das séries 3.2 e 3.4 trazem naturalmente diversas correções de segurança, recursos e aumento no desempenho com relação as versões anteriores, sendo assim, andei vendo que muitos administradores tem realizado a instalação de versões anteriores do Samba contendo muitos bugs, como forma de poder obter êxito na compilação do Samba-vscan."
O meu caso é quando eu executo o comando ./configure -with-samba-sources=/usr/src/samba-3.5.11/source3 e me traz a seguinte saida:
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for a BSD-compatible install... /usr/bin/install -c
checking for library containing strerror... none required
checking whether gcc and cc understand -c and -o together... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking config.cache system type... same
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking for inet_aton... yes
checking ability to build shared libraries... true
checking linker flags for shared libraries... -shared
checking compiler flags for position-independent code... -fPIC
checking for suffix of position-independent code... po
checking whether building shared libraries actually works... yes
configure: error: ../../../source doesn't exist
Se mais alguem tiver alguma experiencia na tentativa de instalação, será bem aceita!