请注意,本文编写于 1203 天前,最后修改于 1189 天前,其中某些信息可能已经过时。
报错信息
在制作AWVS的Docker镜像时出现了以下报错信息,丢失了很多的库文件,从网上也没有找到好的文章解答,经过一个个包查找源后,整理出了要安装的库文件。
Acunetix Installer Version: v_220117111, Copyright (c) Acunetix
------------------------------------------------------------
Checking os...
Checking for dependencies...
- dependency libnssutil3.so not found on the system
- dependency libXfixes.so.3 not found on the system
- dependency libatk-1.0.so.0 not found on the system
- dependency libxcb.so.1 not found on the system
- dependency libgio-2.0.so.0 not found on the system
- dependency libgobject-2.0.so.0 not found on the system
- dependency libgbm.so.1 not found on the system
- dependency libsmime3.so not found on the system
- dependency libxkbcommon.so.0 not found on the system
- dependency libpango-1.0.so.0 not found on the system
- dependency libatspi.so.0 not found on the system
- dependency libasound.so.2 not found on the system
- dependency libX11.so.6 not found on the system
- dependency libexpat.so.1 not found on the system
- dependency libdbus-1.so.3 not found on the system
- dependency libdrm.so.2 not found on the system
- dependency libnss3.so not found on the system
- dependency libcairo.so.2 not found on the system
- dependency libnspr4.so not found on the system
- dependency libatk-bridge-2.0.so.0 not found on the system
- dependency libXext.so.6 not found on the system
- dependency libcups.so.2 not found on the system
- dependency libXrandr.so.2 not found on the system
- dependency libXdamage.so.1 not found on the system
- dependency libxshmfence.so.1 not found on the system
- dependency libglib-2.0.so.0 not found on the system
- dependency libXcomposite.so.1 not found on the system
Some dependencies are not found on the system. Aborting installation.
所需依赖
sudo apt-get install libpango-1.0 libxi6 libgtk-3-0 libx11-xcb1 libxss1 libnss3 libgbm1 libasound2 libxshmfence1 sudo -y