search for: nonsharing

Displaying 20 results from an estimated 28 matches for "nonsharing".

2019 Nov 12
2
Build some shared libraries, and building exact these libraries directly to binaries at the same time.
As I understood it is 2nd case: > Or are there specified binaries where the libraries are builtin to, for examle: > --nonshared-binary=testparm, smbtorture, smbd and so on ? But in the case of binaries list, all binaries mentioned at the list will be linked statically with ALL libraries, not only 3 (in my case) . Am I right ? ??, 12 ????. 2019 ?. ? 20:19, Andrew Bartlett <abartlet at
2019 Nov 12
2
Build some shared libraries, and building exact these libraries directly to binaries at the same time.
Should I specify _libraries_ what I want to build directly to binaries, for example: --nonshared-binary=replace,winbind-client,wbclient ? Or are there specified binaries where the libraries are builtin to, for examle: --nonshared-binary=testparm, smbtorture, smbd and so on ? ??, 12 ????. 2019 ?. ? 02:25, Andrew Bartlett <abartlet at samba.org>: > On Tue, 2019-11-12 at 02:05 +0300,
2018 Jun 18
2
Building rpcclient statically linked?
On Mon, 2018-06-18 at 10:35 -0400, pisymbol via samba wrote: > Small addendum, I did try: > > ./configure --nonshared-binary=ALL > > ERROR: source source3/smbd/notify_msg.c is in more than one subsystem of > target 'smbstatus': ['smbd_base.objlist', 'smbstatus.objlist'] > > This is CentOS 7.5. > > -aps Building more than smbd and
2016 Mar 15
2
Building smbclient 4.3.3 as one executable without shared libraries
When we build smbclient 4.3.3 we now have 76 shared libraries to deliver with the smbclient binary. Is there any way to specify it statically linking the libraries so we only have to deliver an executable ? With 3.6.5 and 4.0.7, we only had 3 libraries, which was more more manageable. Thank you, Mike Tompkins
2018 Jun 18
2
Building rpcclient statically linked?
I have Googled around looking for the magic configure to waf incantation to get this accomplished but nothing seems to work. Does anyone know how to build rpcclient statically linked? Or all binaries statically linked? Thanks! -aps
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
2020 Aug 20
2
Making a static build of smbclient
Hello, I'm having troubles with making a static build of smbclient. I've searched the archives, and it seems like I'm getting close, but I'm not quite there yet. I've tried: ./configure --nonshared-binary=smbclient make bin/smbclient But then when I run `ldd bin/smbclient`, I see a lot of linked libraries still. And if I copy it to a fresh docker container (to try it in a
2018 Jun 18
0
Building rpcclient statically linked?
On Mon, Jun 18, 2018 at 2:39 PM, Andrew Bartlett <abartlet at samba.org> wrote: > On Mon, 2018-06-18 at 10:35 -0400, pisymbol via samba wrote: > > Small addendum, I did try: > > > > ./configure --nonshared-binary=ALL > > > > ERROR: source source3/smbd/notify_msg.c is in more than one subsystem of > > target 'smbstatus':
2018 Jun 18
2
Building rpcclient statically linked?
On Mon, Jun 18, 2018 at 3:53 PM, pisymbol <pisymbol at gmail.com> wrote: > > > On Mon, Jun 18, 2018 at 2:39 PM, Andrew Bartlett <abartlet at samba.org> > wrote: > >> On Mon, 2018-06-18 at 10:35 -0400, pisymbol via samba wrote: >> > Small addendum, I did try: >> > >> > ./configure --nonshared-binary=ALL >> > >> > ERROR:
2018 Jun 21
0
Issues in building single statically linked binary of smbd
Hello, I'm new to this mailing list so apologies if this question is asked before. I want to build one single binary of smbd which has all libraries statically linked into it. I tried following options but got different errors or could not get it done. I have tried following things : 1. Compiled samba server code using following options : * ./configure --bundled-libraries=ALL
2023 Oct 17
1
smbclient static build
On Tue, 2023-10-17 at 13:08 +0200, banda bassotti via samba wrote: > hello, has anyone managed to compile static smbclient? it's a > question that > is asked from time to time but there are never comprehensive answers: > if yes > how, no, too complex :) > > thnx a lot. It may or may not be possible, but if it is then the command should be: ./configure
2015 Oct 22
2
how to build smbtorture using static linked libraries
Hello all: I am trying to build smbtorture using static linked libraries. The samba source code I have is samba-4.1.13 for configure, I did: waf configure --builtin-libraries=ALL for build, I did: waf build --targets=smbtorture (so that it only build target smbtorture) But, the waf build fails immediately. Then, I tried to only link with lib talloc and tevent statically, so I did: waf
2018 Nov 15
5
Lightweight build of smbclient only
I'm interested in using smbclient in an embedded Linux system, to copy files to a Windows file share. I don't need the entire samba suite. I'd like to get a smbclient compile that is reasonably small (less than 3 MB ideally). I'm building the embedded Linux system cross-compiled for an ARM based platform using Yocto. Yocto has support for building samba. But it is aimed at the
2017 Sep 25
1
How to build samba-4.6.7 with static linked option?
Hi! everyone! I am a student from China,my name is Aloha Jack! This is the first time I send a message to the mail lists ! Haha! When I get the sources from the website,I configure with this options below: ./configure \ --builtin-libraries=replace,smbtorture,smbpasswd,pdbedit,smbd/smbd,nmbd/nmbd \ --without-ldap \ --without-ads \ --disable-cups \ --disable-iprint \ --bundled-libraries=ALL \
2015 Oct 26
1
build my own server-side-copy client code using samba4 source code
Hello all: I am working on implementing server-side-copy client code. When I checked samba4 source code, I saw that smbtorture has some sort of function that does server-side-copy client function. So, I followed the way that smbtorture does, and implemented my own server-side-copy client code (let's call it cifs_cp). Basically, my cifs_cp code, calls the functions in the files of:
2001 Aug 16
1
crt1.o skipped at configure time ? (PR#1057)
Full_Name: Laurent Gautier Version: 1.3.0-patched OS: IRIX 6.5 Submission from: (NULL) (130.225.67.199) During the configuration step, things do not go perfect: The file config.log has : configure:3754: gcc -o conftest -g -O2 -I/usr/freeware/include -I/usr/local/include -static conftest.c -L/usr/local/lib 1>&5 ld32: FATAL 9 : I/O error (/usr/lib32/mips3/nonshared/crt1.o): No such
2005 Jan 30
5
simple questions about imq
Hi! I have read all informations i could find, but some things are still not clear. My setup is: ---INTERNET1(eth0)-\ /- Local net1 (eth2) GW ---INTERNET2(eth1)-/ \- Local net2 (eth3) I have NAT and a working setup using HTB,SFQ, classifying with the iptables -j CLASSIFY way. I shape only the traffic coming from the internet heading to the intranet. I would like
2015 Oct 22
1
how to build smbtorture using static linked libraries
Hello all: I am trying to build smbtorture using static linked libraries. The samba source code I have is samba-4.1.13 for configure, I did: waf configure --builtin-libraries=ALL for build, I did: waf build --targets=smbtorture (so that it only build target smbtorture) But, the waf build fails immediately. Then, I tried to only link with lib talloc and tevent statically, so I did: waf
2018 Jul 04
2
WINS (NBMD) server only
To replace failing Windows Server, I configured the Linux one. The two services I need are DNS and WINS, so I installed Bind9 and Samba. But I see that Samba is far from compact, its installation requires Perl + Python. I do not need to share resources with shis server too. In result, I got 900M on HDD. Are there a way to install NMBD only? Without (or with as least as possible) extra packets.
2018 Sep 17
1
Winexe, samba 4.8, sigsev...
Mandi! Christof Schmitt via samba In chel di` si favelave... > I have not used it, but this has been added recently to the Samba git > tree. See here: https://git.samba.org/?p=samba.git;a=commitdiff;h=ffa1c040c625336209a6310e234f5087dd62e984 > This is not part of a release yet, so you would need to look at the > current master branch. WOW! Super! But i'm deeply ignorant on the