QAT Openssl Engine compilation issue: ld cannot find -licp_qa_al_s
- Dominant language
- C
- Stars
- 443
- Forks
- 137
- PR merge metrics
- No merged PRs in 30d
Description
When running make install I see sh script error /bin/sh: line 103: [: ==: unary operator expected.
Not sure what is failing after that, but when I try to build QAT openssl engine after that I'm getting error:
`/usr/bin/ld: cannot find -licp_qa_al_s`
Gist with make output for QAT OpenSSL engine: https://gist.github.com/peak-load/30537b7ef8f22c647a62f60a30e3714c#file-gistfile1-txt-L179
I checked Troubleshooting section:
> 3) Is the Intel® QAT Driver up and running? Check by running lsmod, icp_qa_al should be in the list. Also check the Intel® QAT Driver software has been started.
According to troubleshooting section above I can say - no I don't have icp_qa_al in the list, but I don't see why.
```lsmod | grep qa
qat_dh895xcc 18009 0
intel_qat 212108 2 usdm_drv,qat_dh895xcc
authenc 17776 1 intel_qat
uio 19338 1 intel_qat
```
Full output for QAT Driver ./configure && make && make install is there https://gist.github.com/peak-load/73d241796612e483afe1d7cda3eb73f4#file-gistfile1-txt-L3936
**My system**
```# cat /etc/redhat-release
CentOS Linux release 7.5.1804 (Core)
# uname -r
3.10.0-862.14.4.el7.x86_64
```
```
# lsmod | grep qa
qat_dh895xcc 18009 0
intel_qat 212108 2 usdm_drv,qat_dh895xcc
authenc 17776 1 intel_qat
uio 19338 1 intel_qat
```
```
# /etc/init.d/qat_service status
Checking status of all devices.
There is 1 QAT acceleration device(s) in the system:
qat_dev0 - type: dh895xcc, inst_id: 0, node_id: 0, bsf: 09:00.0, #accel: 6 #engines: 12 state: up
```
Please advice.
Contributor guide
Assessment
This issue has not been assessed yet.