search for: wscript_configure

Displaying 5 results from an estimated 5 matches for "wscript_configure".

2016 Jul 12
2
Option configure
...that Samba does not check for > libsystemd (only libsystemd-daemon and libsystemd-journal) during the > config phase so unless one is running some ancient version of systemd > the "--with-systemd" configure option may be quite useless. Might be wrong on this, see the ../lib/util/wscript_configure script in the src. It looks like it may search for libsystemd after libsystemd-daemon and libsystemd-journal, but in my case it doesn't find that either, possibly as I'm building in a container. Chris
2016 Jul 12
0
Option configure
...k for > > libsystemd (only libsystemd-daemon and libsystemd-journal) during the > > config phase so unless one is running some ancient version of systemd > > the "--with-systemd" configure option may be quite useless. > > Might be wrong on this, see the ../lib/util/wscript_configure script > in the src. It looks like it may search for libsystemd after > libsystemd-daemon and libsystemd-journal, but in my case it doesn't > find that either, possibly as I'm building in a container. > > Chris > I did that same search earlier this day, think some time ab...
2016 Mar 15
0
Building smbclient 4.3.3 issues with lttng-ust
...PTY - was SYSLIB I know this is partially our issue, in that lttng/tracef.h does not exist, but the library does. But this doesn't happen if the library doesn't exist !?!? Looking at the logic below, I'm not quite sure why. Could someone please explain this. I also noticed in lib/util/wscript_configure: if Options.options.enable_lttng != False: conf.check_cfg(package='lttng-ust', args='--cflags --libs', msg='Checking for lttng-ust', uselib_store="LTTNG-UST") conf.CHECK_HEADERS('lttng/tracef.h', lib='lttng-st') conf....
2016 Jul 12
5
Option configure
2016-07-10 2:12 GMT+02:00 Andrew Bartlett <abartlet at samba.org>: > On Sat, 2016-07-09 at 11:27 +0200, Marc Muehlfeld wrote: > > Hello, > > > > Am 09.07.2016 um 09:14 schrieb Rowland penny: > > > > What is the purpose of the option > > > > * > > > > **--with-**systemd** > > > > ****Enable****systemd****integration* >
2018 Dec 27
1
FreeBSD, Libmd5, samba 4.9.4 & "smbclient -L" (using password) -> core dump
I just noticed that smbclient from Samba 4.9.4 /built by myself) on FreeBSD 11.2 coredumps when called like this: smbclient -L <hostname> > % /liu/pkg/samba/4.9.4-liu/bin/smbclient -L filur00 > Enter username at AD.LIU.SE's password: > Abort (core dumped) … if it is linked against /usr/local/lib/libmd5.so (which is part of “libwww”). If I remove libmd5.so and recompile