OpenVPN 配置:错误:lzo 已启用但丢失

Mic*_*l_H 7 dependencies vpn networking openvpn

openvpn-2.4.8 https://swupdate.openvpn.org/community/releases/openvpn-2.4.8.tar.gz
Ubuntu 18.04.4 LTS

我想构建和安装 OpenVPN。

tar -zxf openvpn-<version>.tar.gz
cd openvpn-<version>
./configure
Run Code Online (Sandbox Code Playgroud)

我得到以下输出:
configure: error: lzo enabled but missing

尝试安装 lzo 会产生以下结果。

sudo apt install liblzo2-2
liblzo2-2 is already the newest version (2.08-1.2).
Run Code Online (Sandbox Code Playgroud)

如何安装 ./configure 脚本识别的 lzo 版本?