cloudlinux / libcare

libcare -- Patch Userspace Code in Live Processes
GNU General Public License v2.0
145 stars 57 forks source link

Fix README files #49

Closed polter-rnd closed 4 years ago

polter-rnd commented 4 years ago

Fixes issue #48.

Current pkgbuild script is not compatible with the latest elfutils package from CentOS 7, so in provided docker container it is necessary to perform an additional step (downgrade it to version from CentOS 7.0):

yum downgrade -y --enablerepo=C7.0.1406-base elfutils-devel-0.158-3.el7.x86_64 elfutils-0.158-3.el7.x86_64 elfutils-libs-0.158-3.el7.x86_64 elfutils-libelf-0.158-3.el7.x86_64 elfutils-libelf-devel-0.158-3.el7.x86_64

Also added Travis CI status image to main README file.