请问dde-daemon怎么安装呢
Tofloor
poster avatar
willchou
deepin
2018-09-07 08:10
Author
我编译不行啊,在github上这一步出错
  1. go get github.com/msteinert/pam
Copy the Code
错误信息为:
  1. # github.com/msteinert/pam
  2. go/src/github.com/msteinert/pam/transaction.go:4:10: fatal error: security/pam_appl.h: No such file or directory
  3. //#include
  4.           ^~~~~~~~~~~~~~~~~~~~~
  5. compilation terminated.
Copy the Code
有木有大佬帮助下
Reply Favorite View the author
All Replies
avatar
187******09
deepin
2018-09-07 23:23
#1
缺东西,安装这个
  1. sudo apt-get install libpam0g-dev
Copy the Code
Reply View the author
avatar
187******09
deepin
2018-09-07 23:24
#2
这种缺头文件啥的报错,把报错信息主体,比如
  1. fatal error: security/pam_appl.h: No such file or directory
Copy the Code
谷歌一下就有答案
Reply View the author
avatar
willchou
deepin
2018-09-08 05:15
#3
https://bbs.deepin.org/post/168553
这种缺头文件啥的报错,把报错信息主体,比如谷歌一下就有答案

谢谢指导
Reply View the author
avatar
许自强
deepin
2018-09-08 05:32
#4
https://bbs.deepin.org/post/168553
这种缺头文件啥的报错,把报错信息主体,比如谷歌一下就有答案

apt-file这个工具你值得拥有
Reply View the author