Install AMS Centos6, libcap required

./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 ([email protected]) (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.

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!

Similar Messages

  • HT4623 I want to install an app that requires iOS5 and my iphone is 4.2.6 How do I Update my software for my iphone 4?

    I want to install an app that requires iOS 5 update. How do I update the software on my phone when I do not have the icon in settings for update software? Please help!

    Connect your iPhone to iTunes, and find Software Update in the main interface pane. It should prompt you to install iOS 5.1.1.

  • I am trying to install an extension that requires FF 4.0. I downloaded 4.0 yet the extentsion says I still have 3.6.16 when trying to install.

    I have uninstalled and reinstalled FF several times. When I try to install the extension (that requires FF 4.0), I get a pop-up that says I am still using an older version of FF and asks if I want to upgrade. When I click on "About Firefox", it says I have 4.0. In February, I downloaded FF Beta which I understand could be a problem. I also have read that you need to manually delete Beta files which I have done. I did a system search to see if any Beta files exist and no further files were found. I just want to make sure FF 4.0 is installed and be able to install the FGS extension.

    Thank you, cor-el, for your reply. I clicked on the link you provided, and it took me to Create a New Article. I'm assuming an article already exists for this. Can you instruct me on how to view this article. This is the first time I have ever had to refer to Mozilla Help. I have tried to do this on my own, but am having difficulty. Thanks for your help.

  • On Windows Vista, installed AdobeAir update as required. "Mandatory Upgrade" removed Acrobat!

    On Windows Vista, installed AdobeAir update as required. Next screen said "Mandatory Upgrade" & when I clicked on it, version 2.0 of Acrobat was removed, new version 3.2 wouldn't download error# 16820! What do I do now? Need Acrobat, but I don't know what to do next! I'm working at a small church w/no budget. so please help if you can.

    Vista requires AA8.1 at a minimum. I think that a few have gotten AA7 to work, but it is not supported by Adobe on VISTA. I know that is not good news, but it may be that you will be unsuccessful. At the very least, expect to have to print to file and open distiller to complete the conversion. I think that AcroTray is one of the major problems with the use on VISTA.
    Hopefully someone might stop by that has successfully gotten over the registration problem you are having, and possibly gotten AA7 to work in some sense on VISTA, but do not be surprised if there are no takers. Good luck.

  • Got an iPhone 4.  Running OS 10.6.3.  Need to install new iTunes, which requires 10.6.8.  Do I have to install 10.6.4-10.6.8 one at a time?

    Got an iPhone 4.  Running OS 10.6.3.  Need to install new iTunes, which requires 10.6.8.  Do I have to install 10.6.4-10.6.8 one at a time?  Here is my hardware setup:
    Model Name:          MacBook
      Model Identifier:          MacBook2,1
      Processor Name:          Intel Core 2 Duo
      Processor Speed:          2.16 GHz
      Number Of Processors:          1
      Total Number Of Cores:          2
      L2 Cache:          4 MB
      Memory:          4 GB
      Bus Speed:          667 MHz
      Boot ROM Version:          MB21.00A5.B07
      SMC Version (system):          1.17f0

    No. Download and install the Combo update for Snow Leopard 10.6.8 which will get any version of 10.6 to 10.6.8
    Allan

  • WARNING The AdfFacesFilter has not been installed.  ADF Faces requires this

    The message:
    WARNING The AdfFacesFilter has not been installed. ADF Faces requires this filter for proper execution.
    is being displayed when I run my program. The program runs fine but I am wondering what causes this message and what can I do to solve it. I noticed that others have had this problem but there was no solution provided in their thread.
    Thanks,
    Thom

    Hi Thom:
    You should have something like this in your web.xml file:
    <filter>
    <filter-name>adfFaces</filter-name>
    <filter-class>oracle.adf.view.faces.webapp.AdfFacesFilter</filter-class>
    </filter>
    <filter>
    <filter-name>adfBindings</filter-name>
    <filter-class>oracle.adf.model.servlet.ADFBindingFilter</filter-class>
    </filter>
    <filter>
    <filter-name>ADFBindingFilter</filter-name>
    <filter-class>oracle.adf.model.servlet.ADFBindingFilter</filter-class>
    <init-param>
    <param-name>encoding</param-name>
    <param-value>UTF-8</param-value>
    </init-param>
    </filter>
    <filter-mapping>
    <filter-name>adfFaces</filter-name>
    <servlet-name>Faces Servlet</servlet-name>
    </filter-mapping>
    <filter-mapping>
    <filter-name>adfBindings</filter-name>
    <url-pattern>*.jsp</url-pattern>
    </filter-mapping>
    <filter-mapping>
    <filter-name>adfBindings</filter-name>
    <url-pattern>*.jspx</url-pattern>
    </filter-mapping>
    <filter-mapping>
    <filter-name>ADFBindingFilter</filter-name>
    <url-pattern>*.jsp</url-pattern>
    </filter-mapping>
    <filter-mapping>
    <filter-name>ADFBindingFilter</filter-name>
    <url-pattern>*.jspx</url-pattern>
    </filter-mapping>
    As well as:
    <servlet>
    <servlet-name>resources</servlet-name>
    <servlet-class>oracle.adf.view.faces.webapp.ResourceServlet</servlet-class>
    </servlet>
    <servlet-mapping>
    <servlet-name>Faces Servlet</servlet-name>
    <url-pattern>/faces/*</url-pattern>
    </servlet-mapping>
    <servlet-mapping>
    <servlet-name>resources</servlet-name>
    <url-pattern>/adf/*</url-pattern>
    </servlet-mapping>
    This will ensure that the ADF Faces context gets initialized on the first call to your controller servlet. See the General Installation Section of the page at: http://www.oracle.com/technology/products/jdev/htdocs/partners/addins/exchange/jsf/doc/installation.html for more detail.
    Johnny Lee

  • My last computer crashed and my new computer doesn't have a disk drive. I downloaded the CS package, put in my serial number,but during install is is still requiring a disk. What do I do?

    My last computer crashed and my new computer doesn't have a disk drive. I downloaded the CS package, put in my serial number,but during install is is still requiring a disk. What do I do?

    is your cs6 a upgrade?
    if so, after entering your cs6 serial number you will be prompted to select the qualifying product from a dropdown.  select the product you own and enter its serial number.
    after entering each serial number at the correct time installation will proceed.
    if no, what files (names and extensions) did you download and what are the file sizes shown on your hd?

  • My last computer crashed and my new computer doesn't have a disk drive. I downloaded the CS6 package, put in my serial number, but during install it is still requiring a disk. What do I do?

    My last computer crashed and my new computer doesn't have a disk drive. I downloaded the CS6 package, put in my serial number, but during install it is still requiring a disk. What do I do?

    Thread moved from the Adobe Captivate forums.

  • Cannot download Fallensword Helper Scripts. Getting "Script could not be installed Error: Failed to @require json2.js"

    Hello, I did a drive eraser and reinstalled everything(to clean up computer), then when I got to reinstalling firefox I had a problem. I play a game called Fallensword. It has a script called Fallenswordhelper. So I installed GreaseMonkey, then when I tried to install scripts it said "Script could not be installed Error: Failed to @require json2.js". I have done this to my computer every year since I started using computers. I have never had this before. Please help me get a fix for this, for I google it and cannot find a answer.

    This was a indeed a problem in Greasemonkey 0.9.0. It has been resolved in Greasemonkey 0.9.1, as can bee seen at [https://github.com/greasemonkey/greasemonkey/issues/closed#issue/1262 their site]:

  • After restoring iPad, installing already purchased apps requires re-purchase them. How to avoid re-payment?

    After restoring iPad, installing already purchased apps requires re-purchase them. How to avoid re-payment?

    DDoes this happen for all apps or just some of them? Some apps always download the lite or free version. Then when you run the app there is a setting to allow you to restore your previous purchase without paying.

  • How can I download Find My iPhone on iPhone 4 if it was never installed before? It requires ios8

    How can I download Find My iPhone on iPhone 4 if it was never installed before? It requires iOS 8. I have read that it will download if a previous version is already installed on device, but it was never installed on mine.

    Niel,
    I'm feeling pretty foolish right now. I went into Settings, iCloud and found that Find My iPhone is there and enabled.
    Thank you anyway for your reply.
    Rob

  • My IPad asks for updating. When I try shows me it cannot be installed be cause its requires at least 1.9 Gb available.

    My IPad asks for updating. When I try shows me it cannot be installed be cause its requires at least 1.9 Gb available.

    See the following page:
    Update the iOS software on your iPhone, iPad, and iPod touch - Apple Support
    Scroll down to the "Update your device using iTunes" section.

  • Want o install various games which requires gyroscope to my ipad but it tells upgrade ios

    want to install various games which requires gyroscope

    I'm you have iOS 5.1.1 listed as your iPad's IOS version then I assume that it's a first gen iPad, in which case it doesn't have a gyroscope in it - you won't be able to install apps that require one

  • I have bought a 2nd hand late 2008 macbook air and can't install iPhoto as it requires update 10.9 or higher i can't seem to update any further than 10.7.5 help???

    I have bought a 2nd hand late 2008 macbook air and can't install iPhoto as it says it requires update 10.9 or higher i can't seem to update any further than 10.7.5 can anyone help please???

    Thankyou for your response... being new to this i have had a look and it says the following
    This system can run the last version of OS X 10.8 "Mountain Lion" as well as the current version of OS X 10.9 "Mavericks," but does not support the AirDrop, AirPlay Mirroring, or Power Nap features. It is not supported booting into 64-bit mode when running Mac OS X 10.6 "Snow Leopard." It does support "OpenCL" and Grand Central Dispatch introduced with Mac OS X 10.6 "Snow Leopard."
    Please note that OS X "Lion" 10.7 and subsequent versions of OS X, like Mountain Lion and Mavericks, are not capable of running Mac OS X apps originally written for the PowerPC processor as these operating systems do not support the "Rosetta" environment. To run PowerPC applications on this Mac, it will be necessary to use Mac OS X 10.6 "Snow Leopard" or earlier
    what do i do next
    Thankyou once again for your reply
    Gaz

  • Ihave just installed NASCAR Software which requires Firefox 3.5, where can I find it?

    I have just installed Raceview by NASCAR and it requires Firefox 3.5.
    Where can i download Firefox 3.5?

    You can install the portable Firefox 3.5.x version to access websites that do not work with Firefox 5+.
    *http://portableapps.com/apps/internet/firefox_portable/localization#legacy35

Maybe you are looking for

  • View video on external HD Monitor in PP 5.0.3

    Hi, I'm new to Premiere CS5 and I've been searching for a couple of hours and can't figure out how to playback HD video to an external HD monitor within Premiere Pro 5.0.3 and my Blackmagic Design card.  I can see and choose all the Blackmagic preset

  • Should I keep in the master file the pictures that I've added to Pages?

    Please forgive me if this is a stupid question, but the answer is very important for me! I have created an illustrated family history diary in Pages. I have a master folder, with separate folders within it, one for every year, and a separate Pages do

  • HP Photosmart B8550 printer

    Error message is "general printer error".  All movable parts are checked, properly set, not jammed, etc.  Prior to this error the printer was making "gear grinding noises."  I've turned off & on, unplugged & reset, but nothing happens and it won't pr

  • DIsCheckedOut for idoc

    Hi there, I have a code that goes something like this: <$if dIsCheckedOut$>      <\a href="<$HttpCgiPath$>?IdcService=UNDO_CHECKOUT&dID=<$dID$>">Undo Check-Out<\/a> <$else$>      <\a href="<$HttpCgiPath$>?IdcService=CHECKOUT&dID=<$dID$>&dDocName=<$dD

  • WebLogic 10.3 freezes and fails to accept any input

    My configuration is Oracle 11G on Windows 2008 Server on a separate physical server is Red Hat Enterprise Linux 5 with WebLogic 10.3 installed. The installation was performed as specified by the Oracle guide for WebLogic 10.3. This includes setting u