mezin76
(usa openSUSE)
Enviado em 23/05/2015 - 18:53h
Boa Noite Pessoal. Gostaria de uma Ajuda de Voces em um Problema que estou tendo na instalação do Samba4 em uma maquina virtual com o OpenSuse instalado nela.
openSUSE 13.2 (i586)
VERSION = 13.2
CODENAME = Harlequin
# /etc/SuSE-release is deprecated and will be removed in the future, use /etc/os-release instead
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Instalei os pacotes:
yast2 -i findutils readline glibc-devel findutils-locate gcc flex lynx compat-readline4 db-devel wget gcc-c++ subversion make vim telnet cron iptables iputils man man-pages nano pico sudo perl-TimeDate python libacl-devel libblkid-devel gnutls-devel readline-devel python-devel gdb pkgconfig nss-pam-ldapd openldap2 cups-devel pam-devel openldap2-client krb5-client krb5-devel openldap2-devel python-ldap
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------Baixei o Samba4
wget
http://samba.org/samba/ftp/stable/samba-4.0.3.tar.gz
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------Descompactei e entrei na pasta
tar xvzf samba-4.0.3.tar.gz
cd samba-4.0.3/
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------Executei o comando
./configure --enable-debug --enable-selftest
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------E executei o comando(e foi aqui que começou a dar problema):
make
Deu essa mensagem de Erro quando dei o comando make:
linux-udim:/samba-4.0.3 # make
WAF_MAKE=1 python ./buildtools/bin/waf build
Waf: Entering directory `/samba-4.0.3/bin'
Selected embedded Heimdal build
[ 132/3799] Generating VERSION
[ 167/3799] Generating smbd/build_options.c
[ 246/3799] Compiling IDL librpc/idl/atsvc.idl
defined(@array) is deprecated at /samba-4.0.3/pidl/lib/Parse/Pidl/ODL.pm line 73.
(Maybe you should just omit the defined()?)
defined(@array) is deprecated at /samba-4.0.3/pidl/pidl line 608.
(Maybe you should just omit the defined()?)
/usr/include/stdc-predef.h:0: error: Syntax error near '3'
Failed to parse /samba-4.0.3/librpc/idl/atsvc.idl at /samba-4.0.3/pidl/pidl line 608.
Waf: Leaving directory `/samba-4.0.3/bin'
Build failed: -> task failed (err #255):
{task: PIDL_ATSVC atsvc.idl,CUtil.pm,Compat.pm,Dump.pm,Expr.pm,IDL.pm,NDR.pm,ODL.pm,ClientNDR.pm,ServerNDR.pm,Header.pm,Proxy.pm,Stub.pm,Header.pm,Client.pm,Parser.pm,Server.pm,Python.pm,TDR.pm,Template.pm,Samba4.pm,Typelist.pm,Util.pm,Conformance.pm,NDR.pm,Pidl.pm,Driver.pm -> atsvc.h,ndr_atsvc.c,ndr_atsvc.h,srv_atsvc.c,srv_atsvc.h,ndr_atsvc_s.c,ndr_atsvc_c.c,ndr_atsvc_c.h,py_atsvc.c}
Makefile:8: recipe for target 'all' failed
make: *** [all] Error 1
---------------------------------------------------------------------------------------------------------------------------------------------------------------
Daqui em diante não consegui fazer mais nada.
Alguem pode me ajudar????