Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Oct 2007 22:45:48 +0100
From:      Tom Judge <tom@tomjudge.com>
To:        Subscriber <subscr1024@mail.ru>
Cc:        freebsd-net@freebsd.org
Subject:   Re: Samba with AD support not compile
Message-ID:  <470D480C.60305@tomjudge.com>
In-Reply-To: <470D342D.8090106@mail.ru>
References:  <470CAC9B.1050409@mail.ru> <470D06D9.6090001@tomjudge.com> <470D342D.8090106@mail.ru>

next in thread | previous in thread | raw e-mail | index | archive | help
Subscriber wrote:
> Thank you very much, Tom. It works!
> 
> Cache.
> 

One thing that you should note is that if you plan to "make buildworld" 
you have to deinstall security/krb5 otherwise the buildworld will fail.

Tom
> 
> Tom Judge пишет:
>> Subscriber wrote:
>>> Hi
>>>
>>> I just tried to install net/samba3 (samba-3.0.26a_1,1) on new server and
>>> have an error. Error occurs only when I enable "ADS" option in port
>>> config dialog. Then I try to compile port with gcc-4.2.2 instead of
>>> default system compiler and has the same result.
>>>
>>> Does anybody know, how to solve this problem?
>>>
>>>
>> Hi,
>>
>> When we compile samba with AD support we always use the security/krb5
>> port to provide the kerberos library.
>>
>> This is the build process that we use:
>>
>> cd /usr/ports/security/krb5
>> make install
>> cd /usr/ports/net/samba3
>> make KRB5_HOME=/usr/local
>> make install
>>
>>
>> You should do a make clean in net/samba3 before trying this.
>>
>> I'm not sure why but after significant testing with all 3 kerberos
>> implementations (base, security/krb5, security/heidemal) we came to the
>> conclusion that the krb5 port provided the most stable integration with
>> windows 2000 AD Controllers.
>>
>> Tom
> 
> _______________________________________________
> freebsd-net@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-net
> To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org"




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?470D480C.60305>