Skip to content

Instantly share code, notes, and snippets.

@jkomyno
Created September 16, 2016 09:20
Show Gist options
  • Save jkomyno/835eacba5d87300e8a76b5ad93d70678 to your computer and use it in GitHub Desktop.
Save jkomyno/835eacba5d87300e8a76b5ad93d70678 to your computer and use it in GitHub Desktop.
Summary:
Support for GTK+ frontends: no (install gtk,gconf)
Support for SSL in SWAT and LDAP: no (install GNUTLS)
Support for threads in smbd (see --with-pthread): no (install PTHREAD)
Support for intelligent command line editing: no (install READLINE)
Support for changing process titles (see --with-setproctitle): no (install SETPROCTITLE)
Support for using extended attributes: yes
Support for using libblkid: no (install BLKID)
Support for using iconv: yes
Support for using pam: no (install PAM)
Using external popt: no
Developer mode: no
Automatic dependencies: no (install GNU make >= 3.81 and see --enable-automatic-dependencies)
Building shared libraries: yes
Using shared libraries internally: no (specify --enable-dso)
make[1]: Entering directory '/home/workteam/wmi-1.3.14/Samba/source'
Creating lib/util/util_proto.h
Creating lib/charset/charset_proto.h
Creating param/proto.h
Creating libcli/util/proto.h
Can't use 'defined(@array)' (Maybe you should just omit the defined()?) at ./pidl/pidl line 583.
Makefile:29051: recipe for target 'idl' failed
make[1]: *** [idl] Error 1
make[1]: Leaving directory '/home/workteam/wmi-1.3.14/Samba/source'
cd Samba/source ; \
cp bin/winexe /bin ; \
cp bin/wmic /bin ; \
cp bin/shared/*async_wmi_lib.so.0* /lib/python
cp: cannot stat 'bin/winexe': No such file or directory
cp: cannot stat 'bin/wmic': No such file or directory
cp: cannot stat 'bin/shared/*async_wmi_lib.so.0*': No such file or directory
GNUmakefile:42: recipe for target 'pywmi-installed' failed
make: *** [pywmi-installed] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment