無法正確安裝redmine。顯示索引和 dpkg 錯誤

無法正確安裝redmine。顯示索引和 dpkg 錯誤

我正在嘗試在我的 ubuntu 14.04 伺服器中安裝 Redmine。它已安裝,但在瀏覽器中運行時,它僅顯示索引而不顯示主頁。當我嘗試修復錯誤時它顯示

dpkg: error processing package redmine (--configure):
 subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
 redmine
E: Sub-process /usr/bin/dpkg returned an error code (1)

當我嘗試更新機器時它顯示

W: GPG error: https://oss-binaries.phusionpassenger.com trusty Release: The following 
signatures couldn't be verified because the public key is not available: 
NO_PUBKEY 561F9B9CAC40B2F7

我正在使用 ruby​​ 1.9.3p484 PHP 5.5.9-1 Apache/2.4.7

答案1

我今天也遇到了同樣的問題。看起來 phusion 伺服器的憑證有問題。沒有把握。

我用了本指南出現此錯誤訊息後,我繼續安裝。

最後我只輸入了以下命令: gem install passenger

它起作用了。

相關內容