如何修復 “fatal error: security/pam_mod
問題: 我嘗試在 [某某 Linux 發行版] 上編譯程式,但是出現下面的編譯錯誤:
"pam_otpw.c:27:34: fatal error: security/pam_modules.h: No such file or directory"我怎樣才能修復這個錯誤?
缺失的標頭檔案 'security/pam_modules.h' 是 libpam 開發版的一部分,一個 PAM(Pluggable Authentication Modules:插入式驗證模組)庫。因此要修復這個錯誤,你需要安裝 libpam 開發包,如下所示。
對於 Debian、 Ubuntu 或者 Linux Mint:
$ sudo apt-get install libpam0g-dev
對與 CentOS、 Fedora 或者 RHEL:
$ sudo yum install gcc pam-devel
現在驗證缺失的標頭檔案是否安裝到了 /usr/include/security。
編譯自:http://ask.xmodulo.com/fatal-error-security-pam-modules.html作者: Dan Nanni
原創: 譯者: 나원호
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/4289/viewspace-2814609/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- FATAL - Fatal error: Target Interaction Manager failed at StartupErrorAI
- 修復Gradle CreateProcess error=206GradleError
- 如何修復 Mozilla Firefox 中出現的 “Network Protocol Error”FirefoxProtocolError
- Last_IO_Error: Got fatal error 1236ASTErrorGo
- [Code Composer Studio] fatal error #6001Error
- wn10系統出現Whea uncorrectables error如何修復Error
- Fatal error in launcher: Unable to create process using '"'Error
- Fatal NI connect error 12170 錯誤Error
- Fatal error: Uncaught PDOException: could not find driverErrorException
- Fatal error: Cannot redeclare printerror() (previously declared in …Error
- PrestaShop網站漏洞修復如何修復REST網站
- fatal error: libmemcached/memcached.h: No such file or directoryErrorIBM
- fatal error: openssl/sha.h: No such file or directoryError
- fatal error: sys/cdefs.h: No such file or directoryError
- PHP Fatal error: Allowed memory size of 1610612736 bytesPHPError
- Thread 1: Fatal error: init(coder:) has not been implementedthreadError
- Oracle索引修復 ,ORA-00600: internal error code, arguments: [6200],Oracle索引Error
- win10頻繁藍屏kernel security check failure修復方法Win10AI
- 安全模式如何修復電腦 開機如何進入系統修復模式
- win10系統提示error launching installerwin的修復方法Win10Error
- kernel_data_inpage_error藍屏錯誤怎麼修復Error
- Fatal error: can't check configuration file '/home/watt/proxy/dError
- fatal: [192.168.65.128]: UNREACHABLE! => {"changed": false, "msg": "SSH Error: data could not be senFalseError
- git push fatal: HttpRequestException encountered. An error occurred while sending the requestGitHTTPExceptionErrorWhile
- WPS文件損壞如何修復?WPS文件損壞的修復方法
- Ubuntu下 fatal error: Python.h: No such file or directory 解決方法UbuntuErrorPython
- [ERROR] [MY-012872] [InnoDB] [FATAL] Semaphore wait has lasted > 600 secondsErrorAIAST
- win10頻繁藍色畫面kernel security check failure修復方法Win10AI
- 如何修復MySQL配置檔案?MySql
- 如何修復 HTTP 505 錯誤?HTTP
- 如何修復mysql資料庫MySql資料庫
- 如何修復Java中的VirtualMachineErrorJavaMacError
- 如何修復HTTP 301錯誤?HTTP
- kernel_data_inpage_error藍色畫面錯誤怎麼修復Error
- golang原始碼安裝時fatal error: MSpanList_Insert錯誤Golang原始碼Error
- Composer 記憶體不足解決方案 PHP Fatal error: Out of memory記憶體PHPError
- windows終端輸入pip install requests報錯:Fatal error in launcherWindowsError
- MySQL案例09:Last_IO_Error: Got fatal error 1236 from master when reading data from binary logMySqlASTErrorGo