centos 6.2 编译cowpatty-4.6遇到的问题

来源:互联网 发布:mybatis 打印完整sql 编辑:程序博客网 时间:2024/05/17 22:42
安装libpcap-devel


Centos:yum install libpcap-devel ppp;
ubuntu:apt-get install libpcap0.8-dev libpcap0.8 libcap-dev
=======================================================
http://laibulai.iteye.com/blog/1044842


==================================================================
apt是debian(ubuntu)的包管理器
Centos用yum来管理软件
=========================================================================
查看软件安装目录


The location of 'openssl' can be found with...(用下面的命令你就可以查到你的openssl的安装目录了~~~)
...]# which openssl
===============================================================================


I'm trying to install NodeJS on my CentOS 6 VPS, which requires libssl-dev. 
I tried running yum install libssl-dev and it says there's no such packages available? 


Any other way to install this?
Answer
Follow Watchlist
    
 
Best AnswerVoter's Choice


MV answered 2 years ago
Hi. In CentOS the package is named "openssl-devel". So try: 
=====================================================================================