Preparing Dependencies
As shown in the following figure, a dynamic link library (DLL) is required. The report provides the download link of Huawei Kunpeng products from the official repository. You can click the link to download the library.
Figure 1 Dependency library
Run the following command to check whether the dynamic library has been downloaded to the server:
1
|
rpm -qa | grep zlib |
Run the following command to view the installation address of the dynamic library:
1
|
find / -name "libz.so.1" |
If the dynamic library is not installed, click Download to obtain it and install it on the server. If the dynamic library has been installed, skip this step.
Parent topic: Sample 1: Source Code Scan