Linux编译WMIC
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Linux编译WMIC相关的知识,希望对你有一定的参考价值。
1.概述
2.系统环境
操作系统:Centos 7
3.软件环境
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"
以上错误暂未解决!
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
make "CPP=gcc -E -ffreestanding"
7.2.编译异常
#if GNUTLS_VERSION_NUMBER < 0x020c00
#endif
以上是关于Linux编译WMIC的主要内容,如果未能解决你的问题,请参考以下文章
Linux 内核编译 Linux 内核 ⑤ ( 查看 .config 编译配置文件 | 正式编译内核 )
Linux——Linux驱动之Makefile编译总结(编译器路径设置编译流程分析编译试验测试)