Skip to main content
Participant
May 30, 2013
Answered

Install AMS Centos6, libcap required

  • May 30, 2013
  • 2 replies
  • 2708 views

./installAMS

ERROR: A required package, libcap, was not found on your Linux x86_64 RedHat.

       Please install required package and run Adobe Media Server installer again.

[root@ip-10-254-24-40 AMS_5_0_1_r1076]# yum install libcap

Loaded plugins: fastestmirror

Loading mirror speeds from cached hostfile

* base: mirror.trouble-free.net

* epel: mirror.pnl.gov

* extras: mirrors.sonic.net

* updates: mirror.5ninesolutions.com

Setting up Install Process

Package libcap-2.16-5.5.el6.x86_64 already installed and latest version

Nothing to do

Its already installed, Installer broken? This is:

cat /proc/version

Linux version 2.6.32-358.0.1.el6.x86_64 (mockbuild@c6b10.bsys.dev.centos.org) (gcc version 4.4.7 20120313 (Red Hat 4.4.7-3) (GCC) ) #1 SMP Wed Feb 27 06:06:45 UTC 2013

I have contacts at Adobe but they take a very long time to respond.

This topic has been closed for replies.
Correct answer mjurek

So, I was hasty, "yum install compat-libcap1" works.

2 replies

May 31, 2013

Hi Mjurek !

You can setup Adobe Flash Media on CentOS 6.3 x64 by follow step:

Setup Libcap Library

#yum -y install libcap

tar -xzf FlashMediaServer4.5_x64.tar.gz

cd FMS_4_5_0_r297

ln -s /lib64/libcap.so.2 libcap.so.1

./installFMS

Work for me, good luck!

mjurekAuthorCorrect answer
Participant
May 30, 2013

So, I was hasty, "yum install compat-libcap1" works.