"Solaris 11" (x86_64) build issue.
tm-samba201302 at Firstgrade.Co.UK
tm-samba201302 at Firstgrade.Co.UK
Sat Nov 8 10:33:55 MST 2014
Hiya Ralph,
Thanks for that - interesting ...
I notice you're using a nice, clean, simple set of
"configure" options; I've found I've had to tweak mine considerably to get
Samba on "Solaris" to play nicely with Winbindd and AD ("Server 2012"
functional level), so I'm using:
./configure '--prefix=/usr/local/samba' '--localstatedir=/var/samba'
'--with-configdir=/etc/sfw/samba' '--with-logfilebase=/var/samba/log'
--enable-gnutls --enable-debug --enable-selftest --enable-auto-reconfigure
--with-sendfile-support --enable-pthreadpool --with-winbind --enable-cups
--enable-iprint --with-pam --with-pam_smbpass --enable-avahi --with-iconv
--with-acl-support --with-dnsupdate --with-syslog '--bundled-libraries=ALL'
--without-quotas --without-ad-dc --without-automount
'--with-shared-modules=nfs4_acls,vfs_zfsacl,idmap_ad' --download -j 8
--with-ads --with-ldap
Guess it must be one of the (ridiculous number of) options
I'm having to use that's triggering the issue - I'll have a play and see
whether I can isolate which one, or ones, are causing it.
Many thanks!
Tris.
-----Original Message-----
From: Ralph Böhme
Sent: 08 November 2014 15:52
Subject: Re: "Solaris 11" (x86_64) build issue.
git master works for me:
ralph at solaris:~/samba/master$ uname -a
SunOS solaris 5.11 11.1 i86pc i386 i86pc ralph at solaris:~/samba/master$ cat
../configure-samba #!/bin/sh PATH=/usr/bin \ ./configure \
--prefix=/opt/samba \
--with-shared-modules=vfs_zfsacl
ralph at solaris:~/samba/master$ git log --oneline -1 dbb191f libcli/smb: Add
smb2_lease_equal() which compares client_guids and keys.
ralph at solaris:~/samba/master$ ../configure-samba > /dev/null 2>&1
ralph at solaris:~/samba/master$ echo $?
0
ralph at solaris:~/samba/master$
-Ralph
More information about the samba-technical
mailing list