1.概述
2.系统环境
操作系统:Centos 7
3.软件环境
Linux编译WMIC
4.编译
Wget http://www.openvas.org/download/wmi/wmi-1.3.14.tar.bz2
Tar -jxvf wmi-1.3.14.tar.bz2
Cd wmi-1.3.14
make "CPP=gcc -E -ffreestanding"
5.安装
6.使用
wmic -U domain/username%password //ipaddress "select * from Win32_ComputerSystem"
Linux编译WMIC
以上错误暂未解决!
7.异常
7.1.Make编译报错
Compiling ./librpc/idl/atsvc.idl
/usr/include/stdc-predef.h:0: Syntax error near '3'
Failed to parse ./librpc/idl/atsvc.idl at ./pidl/pidl line 583.
Makefile:28880: recipe for target 'idl' failed
make[1]: *** [idl] Error 1
原因:GCC v4.8 or higher
Linux编译WMIC
make "CPP=gcc -E -ffreestanding"
7.2.编译异常
Linux编译WMIC
Linux编译WMIC
#if GNUTLS_VERSION_NUMBER < 0x020c00
#endif
©著作权归作者所有:来自51CTO博客作者Norman_li的原创作品,如需转载,请注明出处,否则将追究法律责任
共同学习,写下你的评论
评论加载中...
作者其他优质文章