Displaying 8 results from an estimated 8 matches for "heimbase".
2016 Apr 15
2
Debian Wheezy member server from backports to self compile
Hello,
I'm unable to update my Samba from 4.1.17 to 4.4.2. I'm looking to
build from tar instead. From what I gather the following should be the
steps taken.
./configure --without-ad-dc -- sbindir= /usr/sbin
--sysconfdir=/etc/samba/ --/usr/share/man/
make
make install
Am I missing something else? Thanks.
--
-James
2019 Nov 21
1
Samba building is broken when some libraries are specified to be built-in to binaries !
...ockdir=/var/run/samba \
--with-statedir=/var/lib/samba \
--with-cachedir=/var/cache/samba \
--enable-avahi \
--disable-rpath \
--disable-rpath-install \
--bundled-libraries=NONE,pytevent,iniparser,roken,wind,hx509,asn1,heimbase,hcrypto,krb5,gssapi,heimntlm,hdb,kdc,com_err,compile_et,asn1_compile
\
--builtin-libraries=replace,winbind-client,wbclient,ccan,samba-cluster-support
\
--with-cluster-support \
--with-socketpath=/var/run/ctdb/ctdbd.socket \
--with-logdir=/var/log/ctd...
2016 Apr 19
1
Debian Wheezy member server from backports to self compile
...r=/usr/lib/$(DEB_HOST_MULTIARCH)/samba
> --datadir=/usr/share --with-lockdir=/var/run/samba
> --with-statedir=/var/lib/samba --with-cachedir=/var/cache/samba
> --disable-avahi --disable-rpath --disable-rpath-install
> --bundled-libraries=NONE,pytevent,iniparser,roken,wind,hx509,asn1,heimbase,hcrypto,krb5,gssapi,heimntlm,hdb,kdc,com_err,compile_et,asn1_compile
>
> --builtin-libraries=replace,ccan,samba-cluster-support
> --minimum-library-version="$(shell ./debian/autodeps.py
> --minimum-library-version)" --with-cluster-support
>
> OK, it is from 4.3.5 and...
2016 Apr 15
0
Debian Wheezy member server from backports to self compile
...H)
--with-modulesdir=/usr/lib/$(DEB_HOST_MULTIARCH)/samba
--datadir=/usr/share --with-lockdir=/var/run/samba
--with-statedir=/var/lib/samba --with-cachedir=/var/cache/samba
--disable-avahi --disable-rpath --disable-rpath-install
--bundled-libraries=NONE,pytevent,iniparser,roken,wind,hx509,asn1,heimbase,hcrypto,krb5,gssapi,heimntlm,hdb,kdc,com_err,compile_et,asn1_compile
--builtin-libraries=replace,ccan,samba-cluster-support
--minimum-library-version="$(shell ./debian/autodeps.py
--minimum-library-version)" --with-cluster-support
OK, it is from 4.3.5 and I am fairly sure 'pam_sm...
2019 Nov 11
2
Build some shared libraries, and building exact these libraries directly to binaries at the same time.
I need that replace, winbind-client and wbclient libraries would be built
as shared ones, for what I specify
--bundled-libraries=NONE,pytevent,roken,replace,wind,hx509,asn1,heimbase,hcrypto,krb5,gssapi,heimntlm,hdb,kdc,com_err,compile_et,asn1_compile,winbind-client,wbclient
as ./configure option.
But I need at the same time that these libraries replace, winbind-client
and wbclient would be statically linked for all other libraries/binaries
which it must be linked to, for that...
2016 Apr 19
0
libsmbregistry.so: undefined reference to `gfree_charcnv'
...gistry -lcli-smb-common
-lutil-reg -lroken-samba4 -lndr-nbt -levents -lserver-role -lsmbd-shim
-lkrb5samba -lsmb-transport -lgensec -lkrb5-samba4 -lcom_err-samba4
-lgssapi-samba4 -lasn1-samba4 -lasn1util -lwbclient -lldb -lsamba-modules
-lsamba-credentials -lndr-samba -lcliauth -lauthkrb5 -lsamdb
-lheimbase-samba4 -lhx509-samba4 -lhcrypto-samba4 -lwind-samba4
-lwinbind-client -lsamdb-common -lldbsamba -lndr-standard -lndr-krb5pac
-lauth-sam-reply -lcli-ldap-common -lflag-mapping -lcups -lldap -llber
-lresolv -lutil -lgcrypt -lgnutls -lz -lrt -ldl -lnsl -lattr -lcrypt -ltdb
-lcap -lbsd
default/source3/...
2019 Nov 19
2
Samba building is broken when some libraries are specified to be built-in to binaries !
I try to build Samba 4.10.10 at Ubuntu 18.04 on x86_64 platform as at
armv7l archtectures from sources.
I need build replace,winbind-client,wbclientto binaries
For that I specify
*--builtin-libraries=replace,winbind-client,wbclien*t,ccan,samba-cluster-support
at configure
But in the case I get time to time, the following errors:
*=error1 =*
Compiling source4/dsdb/samdb/ldb_modules/objectguid.c
2017 Aug 17
4
Samba 4.7rc4. (Debian Stretch Amd64 packages/sources available)
.../samba \
--with-statedir=/var/lib/samba \
--with-cachedir=/var/cache/samba \
--enable-avahi \
--disable-rpath \
--disable-rpath-install \
--bundled-libraries=NONE,pytevent,iniparser,roken,wind,hx509,asn1,heimbase,hcrypto,krb5,gssapi,heimntlm,hdb,kdc,com_err,compile_et,asn1_compile \
--builtin-libraries=replace,ccan,samba-cluster-support \
--minimum-library-version="$(shell ./debian/autodeps.py --minimum-library-version)" \
--with-cluster-support \
...