溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點(diǎn)擊 登錄注冊 即表示同意《億速云用戶服務(wù)條款》

Linux編譯WMIC

發(fā)布時(shí)間:2020-07-21 21:35:47 來源:網(wǎng)絡(luò) 閱讀:1160 作者:Norman_li 欄目:編程語言

1.概述
2.系統(tǒng)環(huán)境
操作系統(tǒng):Centos 7

3.軟件環(huán)境
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

以上錯(cuò)誤暫未解決!

7.異常
7.1.Make編譯報(bào)錯(cuò)
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

向AI問一下細(xì)節(jié)

免責(zé)聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點(diǎn)不代表本網(wǎng)站立場,如果涉及侵權(quán)請聯(lián)系站長郵箱:is@yisu.com進(jìn)行舉報(bào),并提供相關(guān)證據(jù),一經(jīng)查實(shí),將立刻刪除涉嫌侵權(quán)內(nèi)容。

AI