Displaying 7 results from an estimated 7 matches for "smbd_base".
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
2020 Aug 03
1
Statically build smbd and smbstatus
Hi Team,
While building smbd and smbstatus statically I am getting below error
(using make).
*ERROR: source source3/smbd/notify_msg.c is in more than one subsystem of
target 'smbstatus': ['smbd_base.objlist', 'smbstatus.objlist']*
*Environment Details:*
Machine: Ubuntu 18.04
Samba Version: 4.11.6
*My Makefile excerpt:*
./configure --with-logfilebase=/var/log \
--disable-rpath --prefix=/opt/r1soft/r1samba --disable-python
--without-ad-dc \
--without-json --disable-cups --without...
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 smbtorture nonshared is simply not tested.
The configure incantation for those is --nonshared-
binary=smbtorture,smbd/smbd
You can try --nonshared-binary=rpcclient but I suspect...
2018 Jun 18
0
Building rpcclient statically linked?
...te:
> 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 smbtorture nonshared is simply not tested.
>
> The configure incantation for those is --nonshared-
> binary=smbtorture,smbd/smbd
>
This is...
2018 Jun 18
2
Building rpcclient statically linked?
...6-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 smbtorture nonshared is simply not tested.
>>
>> The configure incantation for those is --nonshared-
>> binary=...
2013 Nov 29
1
Samba4 git pull of today (11/28/2013) link error on FreeBSD 9.2 RELEASE
./configure --bundled-libraries && make
............
[3638/3880] Linking default/source4/lib/policy/py-policy.so
[3639/3880] Linking default/source4/auth/ntlm/libauth4.so
[3640/3880] Linking default/source4/ntvfs/libntvfs.so
default/source4/ntvfs/sysdep/inotify_1.o: In function `inotify_setup':
inotify.c:(.text+0x503): undefined reference to `inotify_init'
2018 Dec 06
3
Build error while upgrading samba 4.9.3
...ipt
[ 102/3572] Generating smbd_shim.vscript
[ 103/3572] Generating libsmb.vscript
[ 104/3572] Generating secrets3.vscript
[ 105/3572] Generating smbldap.vscript
[ 106/3572] Generating ads.vscript
[ 107/3572] Generating smbconf.vscript
[ 108/3572] Generating smbd_conn.vscript
[ 109/3572] Generating smbd_base.vscript
[ 110/3572] Generating printing_migrate.vscript
[ 111/3572] Generating net_keytab.vscript
[ 112/3572] Generating trusts_util.vscript
[ 113/3572] Generating samba3-util.vscript
[ 114/3572] Generating xattr_tdb.vscript
[ 115/3572] Generating CHARSET3.vscript
[ 116/3572] Generating libcli_lsa3...