我已经安装了 sqlprofiler 但出现以下错误
$ sqlprofiler
sqlprofiler: error while loading shared libraries: libqjson.so.0: cannot open shared object file: No such file or directory
Ubuntu 64 位 18.04
答案1
该文件由包提供libqjson0
。
sudo apt install libqjson0
然后再试一次sqlprofiler
。
您可以使用https://packages.ubuntu.com/在你的情况下搜索包含特定文件的包在“包内容”中搜索“libqjson.so.0”给出libqjson0
结果。