Hi; I can't "yum install libssl-dev" because apparently it doesn't exist. Please advise. TIA, Victor
At Thu, 12 Nov 2009 14:22:56 -0500 CentOS mailing list centos@centos.org wrote:
Hi; I can't "yum install libssl-dev" because apparently it doesn't exist. Please
Did you try openssl-devel?
sauron.deepsoft.com% yum info openssl-devel Setting up repositories Reading repository metadata in from local files Excluding Packages in global exclude list Finished Reducing CentOS-4 - Plus to included packages only Finished Installed Packages Name : openssl-devel Arch : i386 Version: 0.9.7a Release: 43.17.el4_7.2 Size : 3.6 M Repo : installed Summary: Files for development of applications which will use OpenSSL.
Description: OpenSSL is a toolkit for supporting cryptography. The openssl-devel package contains static libraries and include files needed to develop applications which support various cryptographic algorithms and protocols.
BTW: RedHat uses '-devel' for development packages. I believe Debian (et al.) uses '-dev' for development packages.
advise. TIA, Victor
MIME-Version: 1.0
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Thanks. V
On Thu, Nov 12, 2009 at 2:41 PM, Robert Heller heller@deepsoft.com wrote:
At Thu, 12 Nov 2009 14:22:56 -0500 CentOS mailing list centos@centos.org wrote:
Hi; I can't "yum install libssl-dev" because apparently it doesn't exist.
Please
Did you try openssl-devel?
sauron.deepsoft.com% yum info openssl-devel Setting up repositories Reading repository metadata in from local files Excluding Packages in global exclude list Finished Reducing CentOS-4 - Plus to included packages only Finished Installed Packages Name : openssl-devel Arch : i386 Version: 0.9.7a Release: 43.17.el4_7.2 Size : 3.6 M Repo : installed Summary: Files for development of applications which will use OpenSSL.
Description: OpenSSL is a toolkit for supporting cryptography. The openssl-devel package contains static libraries and include files needed to develop applications which support various cryptographic algorithms and protocols.
BTW: RedHat uses '-devel' for development packages. I believe Debian (et al.) uses '-dev' for development packages.
advise. TIA, Victor
MIME-Version: 1.0
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
-- Robert Heller -- 978-544-6933 Deepwoods Software -- Download the Model Railroad System http://www.deepsoft.com/ -- Binaries for Linux and MS-Windows heller@deepsoft.com -- http://www.deepsoft.com/ModelRailroadSystem/
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Thanks. V
On Thu, Nov 12, 2009 at 3:29 PM, Tait Clarridge tait@clarridge.ca wrote:
On Thu, 2009-11-12 at 14:49 -0500, Victor Subervi wrote:
Thanks. V
yum list '*ssl*'
Gives you a list of packages with ssl in the name.. just go through them and yum info on ones that have "dev" or "devel" at the end to find what you are looking for.
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos