-
-
Notifications
You must be signed in to change notification settings - Fork 368
Closed
Labels
Description
When trying to run lnav I get an error:
lnav: symbol lookup error: lnav: undefined symbol: _ZN7pcrecpp2RE4InitEPKcPKNS_10RE_OptionsE
From the error message I would suspect that libpcre is missing, however
# apt list --installed | grep libpcre
libpcre3/stable,now 2:8.39-3 amd64 [installed]
libpcrecpp0v5/stable,now 2:8.39-3 amd64 [installed,automatic]
I'm running Debian 9.3, and lnav is installed from apt
# apt list --installed | grep lnav
lnav/stable,now 0.8.1-2+b1 amd64 [installed]
aspiers and trueshanti