<div dir="ltr">I'll definitely be trying your build config.<br><div><br>Is that joined to an Active Directory domain?   If so I'm confused on how that works with the '--without-ad-dc' flag.<br><br></div><div>Thanks!<br></div><div>-Chip<br></div><div><br><br><div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Jan 20, 2016 at 2:29 PM, Michael Talbott <span dir="ltr"><<a href="mailto:mtalbott@lji.org" target="_blank">mtalbott@lji.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word"><span style="font-family:monospace;font-size:11px">I have samba 4.2.3 working with all the bells and whistles (including winbind). Also I have netatalk working along side it ;)</span><div style="font-family:monospace;font-size:11px"><br></div><div style="font-family:monospace;font-size:11px">Hope this helps:</div><div style="font-family:monospace;font-size:11px"><br></div><div style="font-family:monospace;font-size:11px">Here's what I installed as prereqs before compiling them:</div><div style="font-family:monospace;font-size:11px"><br></div><div style="font-family:monospace;font-size:11px">pkg install \<br>  library/security/openssl \<br>  naming/ldap \<br>  system/library/iconv/unicode \<br>  system/library/dbus \<br>  system/library/libdbus \<br>  system/library/libdbus-glib \<br>  developer/gnu-binutils \<br>  developer/build/libtool \<br>  developer/build/autoconf \<br>  system/library/math/header-math \<br>  /system/library/dbus \<br>  /system/library/libdbus-glib \<br>  /omniti/database/bdb \<br>  /text/gnu-gettext \<br>  /service/network/dns/mdns \<br>  /developer/build/gnu-make \<br>  /developer/build/automake \<br>  /developer/build/libtool \<br>  /developer/macro/gnu-m4 \<br>  /developer/build/gnu-make \<br>  /developer/gnu-binutils \<br>  developer/build/autoconf \<br>  developer/build/automake \<br>  developer/lexer/flex \<br>  developer/parser/bison \<br>  developer/object-file \<br>  developer/linker \<br>  developer/library/lint \<br>  developer/build/gnu-make \<br>  library/idnkit \<br>  library/idnkit/header-idnkit \<br>  system/header \<br>  system/library/math/header-math \<br>  gcc44 \<br>  gcc48</div><div style="font-family:monospace;font-size:11px"><br></div><div style="font-family:monospace;font-size:11px">pkg install /omniti/perl/dbd-mysql \<br>            /omniti/database/mysql-55/library<br><br></div><div style="font-family:monospace;font-size:11px">pkg install libgcrypt<br><br></div><div style="font-family:monospace;font-size:11px">And, this is what I use for building samba (I force 32 bit so winbind plays nicely with other 32 bit only tools like the "id" command):</div><div style="font-family:monospace;font-size:11px"><br></div><div style="font-family:monospace;font-size:11px">export ISALIST=i386</div><div style="font-family:monospace;font-size:11px">CFLAGS=-m32 CXXFLAGS=-m32 CPPFLAGS=-m32 LDFLAGS=-m32 \<br>    ./configure \<br>  --prefix=/usr/local \<br>  --bindir=/usr/local/bin \<br>  --sbindir=/usr/local/sbin \<br>  --libdir=/usr/local/lib/ \<br>  --mandir=/usr/local/man \<br>  --infodir=/usr/local/info \<br>  --sysconfdir=/etc/samba \<br>  --with-configdir=/etc/samba \<br>  --with-privatedir=/etc/samba/private \<br>  --localstatedir=/var \<br>  --sharedstatedir=/var \<br>  --bundled-libraries=ALL \<br>  --with-winbind \<br>  --with-ads \<br>  --with-ldap \<br>  --with-pam \<br>  --with-iconv \<br>  --with-acl-support \<br>  --with-syslog \<br>  --with-aio-support \<br>  --enable-fhs \<br>  --without-ad-dc \<br>  --with-shared-modules=idmap_ad,vfs_zfsacl,vfs_audit,vfs_catia,vfs_full_audit,vfs_readahead,vfs_streams_xattr,time_audit,vfs_fruit \<br>  --enable-gnutls<br><br>gmake<br>gmake install<br></div><div style="font-family:monospace;font-size:11px"><br></div><div style="font-family:monospace;font-size:11px">Good luck!</div><div style="font-family:monospace;font-size:11px"><br></div><div>
<div style="color:rgb(0,0,0);letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;word-wrap:break-word">Michael<br></div><div style="color:rgb(0,0,0);letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;word-wrap:break-word"><br></div></div><div><br><blockquote type="cite"><div><div><div>On Jan 20, 2016, at 11:48 AM, Schweiss, Chip <<a href="mailto:chip@innovates.com" target="_blank">chip@innovates.com</a>> wrote:</div><br></div></div><div><div><div><div dir="ltr"><div><div><div><div>I ended up downloading and building zlib separately and got it to build. <br><br></div>The problem only occurs when selecting --with-ads during configure.  It fails on checking gnutls, which needs zlib-devel.   <br><br></div>My build will not join the domain, but that's out of the scope of this list..  <br><br></div>Thanks!<br></div>-Chip<br><div><div><br><br></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Jan 20, 2016 at 1:02 PM, Peter Tribble <span dir="ltr"><<a href="mailto:peter.tribble@gmail.com" target="_blank">peter.tribble@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><span>On Wed, Jan 20, 2016 at 6:40 PM, Schweiss, Chip <span dir="ltr"><<a href="mailto:chip@innovates.com" target="_blank">chip@innovates.com</a>></span> wrote:<br></span><div class="gmail_extra"><div class="gmail_quote"><span><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><div>Is anyone aware of zlib and zlib-devel packages available anywhere for OmniOS?<br></div></div></div></div></blockquote><div><br></div></span><div>Installed in OmniOS by default, and cannot be uninstalled.<br></div><span><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><div></div>These are needed for building any Samba version 4.2.0 or greater.<br></div></div></div></blockquote></span></div><br clear="all"></div><div class="gmail_extra">We build samba (4.3.x) on OmniOS without any issues. We haven't done anything<br></div><div class="gmail_extra">beyond install the basic build tools. What sort of error are you getting?<span><font color="#888888"><br></font></span></div><span><font color="#888888"><div class="gmail_extra"><br>-- <br><div>-Peter Tribble<br><a href="http://www.petertribble.co.uk/" target="_blank">http://www.petertribble.co.uk/</a> - <a href="http://ptribble.blogspot.com/" target="_blank">http://ptribble.blogspot.com/</a></div>
</div></font></span></div>
</blockquote></div><br></div></div></div>
_______________________________________________<br>OmniOS-discuss mailing list<br><a href="mailto:OmniOS-discuss@lists.omniti.com" target="_blank">OmniOS-discuss@lists.omniti.com</a><br><a href="http://lists.omniti.com/mailman/listinfo/omnios-discuss" target="_blank">http://lists.omniti.com/mailman/listinfo/omnios-discuss</a><br></div></blockquote></div><br></div></blockquote></div><br></div></div></div></div>