Displaying 4 results from an estimated 4 matches for "check_funcs_in".
2023 Oct 15
1
Compiling within Samba Source-Tree
On 10/14/23 23:43, Peter Koch via samba wrote:
> It must be possible to tell the build-system that smbscardd needs -lcrypto
> Please let me know how.
./source3/wscript: conf.CHECK_FUNCS_IN('DES_pcbc_encrypt', 'crypto')
As we already seem to check for libcrypto and store the dependency, you
should be able to just add crypto to your list of deps.
> no talloc stackframe at
> ../../source3/passdb/machine_account_secrets.c:60, leaking memory
>
> So here...
2023 Oct 15
1
Compiling within Samba Source-Tree
...know
wether that helped or not
Peter
Am 15.10.2023 um 14:33 schrieb Ralph Boehme:
> On 10/14/23 23:43, Peter Koch via samba wrote:
>> It must be possible to tell the build-system that smbscardd needs
>> -lcrypto
>> Please let me know how.
>
> ./source3/wscript:??? conf.CHECK_FUNCS_IN('DES_pcbc_encrypt', 'crypto')
>
> As we already seem to check for libcrypto and store the dependency,
> you should be able to just add crypto to your list of deps.
>
>> no talloc stackframe at
>> ../../source3/passdb/machine_account_secrets.c:60, leaking me...
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'
2023 Oct 14
3
Compiling within Samba Source-Tree
Dear Samba-experts:
we migrated from Samba 3.6 to 4.18 and everything works well.
But there are two problems where I need some expert-help:
We are using a daemon that is running on our AD-server. It accepts
connections from remote machines and changes the passwords of
certain users. Calling system("smbpasswd") from within that daemon
would be too slow so the daemon calls