Installing KHSEL
KHSEL is a Hyperscan enhancement package used to improve the scan performance of Hyperscan.
- Obtain the KHSEL-related package BoostKit-ksl_2.5.3.zip based on Software Requirements.
- Decompress BoostKit-ksl_2.5.3.zip to obtain the binary Kunpeng System Library (KSL) RPM package.
- Install KSL.
1rpm -ivh boostkit-ksl-xxxx.aarch64.rpm
After the installation, the system automatically adds the path to the lib folder, that is, /usr/local/ksl/lib, to the environment variable LD_LIBRARY_PATH.
In the preceding command, xxxx indicates the version number.
- Obtain the Hyperscan source code from GitCode by pulling the dev_neo branch.
1git clone https://gitcode.com/boostkit/hyperscan.git -b dev_neo
- Go to the hyperscan directory.
1cd hyperscan
- Compile Hyperscan based on instructions from step 2 in Compiling Hyperscan.
Parent topic: Configuring the Compilation Environment