当前位置: 首页 > 工具软件 > eCryptfs > 使用案例 >

[bug]编译安装ecryptfs中遇到的问题

端木冷勋
2023-12-01

environment

ubuntu 16.04 x64

bug1

Build error: pk11func.h: No such file or directory

solve1

from:https://answers.launchpad.net/ecryptfs/+question/128144

sudo apt install libnss3-dev

bug2

./libecryptfs_wrap.c:124:20: fatal error: Python.h: No such file or directory

solve2

from:https://stackoverflow.com/questions/21530577/fatal-error-python-h-no-such-file-or-directory

sudo apt install python-dev
sudo apt install python3-dev

Concise tutorial

https://juejin.im/post/6844903540251443214

 类似资料: