Answer the question
In order to leave comments, you need to log in
How to find the right packages for centos 6.8?
packages from debian but in centos I found only libicu-dev (libicu-devel)
yum install libicu-dev libglib2.0-dev libreadline-dev libzookeeper-mt-dev libmysqlclient-dev libssl-dev unixodbc-dev
Answer the question
In order to leave comments, you need to log in
Packages for centos containing headers and static libraries usually end in -devel.
You can find something whose name is unknown using yum provides "*/<name-of-what-to-do>" (asterisks and quotes are required!). You can also search at rpmfind.net or rpm.pbone.net . In addition to the standard centos rep, I usually use the following:
- EPEL
- Enetres
- RBEL6
- Lux
- Webtatic
There is also centalt, or rather its mirror on sysadminguide.net. You can also build it yourself :) Packages for other types of OS will either not be installed due to dependencies, or they will not work.
There are packages, they are just called differently in Centos, usually called -devel
Adding a repository is usually written on the website of the repository itself.
Installing via wget + rpm -Uvh is a bad idea - because you get tired of updating later and remembering what and where you installed it from.
Search through Google - as a rule, it helps to drive in the package name in debian + centos 6, and you will find the name of the package you need
Are you sure you really need these packages?
yum search ...
That's enough to find what's missing.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question