由於沒有找到最新的apt-get包,我使用git下載了源代碼並嘗試編譯它。但是,它無法找到openssl庫,沒有它們的安裝會給下游帶來問題。 (其他節點用戶模塊需要它)。根據apt-get openssl已經是最新的,它似乎也在路徑中,因爲鍵入'openssl'會執行它。 任何人都知道我在這裏失蹤?在debian上安裝node.js。 ./configure安裝時找不到openSSL
0
A
回答
4
你應該安裝的libssl-dev的
apt-get install libssl-dev
4
我還需要在我的機器上安裝libcurl4-的OpenSSL開發:
apt-get install libcurl4-openssl-dev
0
您可能還需要在openssl
指向configure
爲Debian擠壓如果你是從git構建節點:--openssl-libpath=/usr/lib/ssl
- 我實際上寫了一個post about this recently。
0
這家最近爲我工作 - 無需其他步驟:
curl -sL https://deb.nodesource.com/setup | sudo bash -
sudo apt-get install -y nodejs
相關問題
- 1. 在Debian 6.0上安裝node.js
- 2. 在PHP 7.0.13上安裝mysqlnd時找不到OpenSSL的<evp.h>
- 3. 安裝Node.js ./configure make sudo make install
- 4. 在debian上安裝Oracle 11g
- 5. 在Debian上安裝maridb jessie
- 6. 在Debian上安裝gcc 4.8
- 7. 在Debian上安裝CakePHP
- 8. 在debian上安裝qgis jessie
- 9. 在Linux上安裝SciPy Debian
- 10. Jupyter在Debian 8上安裝
- 11. 在Debian上安裝Webistrano 64bits
- 12. scrapy安裝在debian上
- 13. 在Debian上安裝Remastersys
- 14. 在centos上安裝openssl 6.3
- 15. 在OS X上安裝openssl
- 16. 在Debian Sid上安裝rmagick時出錯
- 17. 在Debian上安裝PostGis時出錯
- 18. 在debian上安裝yeoman時出錯jessie
- 19. TinyXML Debian安裝
- 20. 安裝scrapy(openSSL)
- 21. 如何安裝/ Debian上
- 22. Debian上的ImageMagick安裝
- 23. Magento安裝問題(找不到安裝)
- 24. 安裝anaconda時的OpenSSL 1.0.0
- 25. 安裝程序沒有./configure文件在debian
- 26. OpenSSL安裝問題到MAC
- 27. 在CentOS 5上安裝node.js
- 28. 在Socket.IO Node.js上安裝SSL
- 29. 在Mac上安裝Node.JS
- 30. 在PowerVPS上安裝node.js