Skip to main content
January 20, 2013
Question

How can I install FMS on Ubuntu 12.04 LTS Server 64bit ??

  • January 20, 2013
  • 2 replies
  • 13273 views

How can I install FMS on   Ubuntu 12.04 LTS Server 64bit ?? I follow the install guide, but it dont work.I get this error

"A reqzured package, libcap, was not found on your linux_86_64 Debian." But Licap is alread installed..please help

    This topic has been closed for replies.

    2 replies

    February 17, 2013

    I went into terminal . went to the installAMS maybe installFMS for you and I edited in NANO and look for the line " exit_no_libcap(){  "   I changed it to " exit_no_libcap-dev (){" and I did the same thing to the "exit_wrong_libcap " I only added  "-dev" to both sections. Install started right up

    January 21, 2013

    The latest libcap libraries on Ubuntu 12.04 cause problems with fmsedge process and fmsedge process crashes. For installing Flash Media Server on ubuntu 12.04, install the libcap2-2.17  from http://archive.ubuntu.com/ubuntu/pool/main/libc/libcap2/libcap2_2.17-2ubuntu1.1_amd64.deb

    Download the file using wget and install the deb using sudo dpkg –i libcap2_2.17-2ubuntu1.1_amd64.deb

    Then install FMS.

    January 21, 2013

    Hi, I try it, but i get this error:

    my serverinfo:

    Prozessor: Intel Sandy Bridge G530

    CPU-Leistung: 2 x 2,4 GHz

    Arbeitsspeicher: 4 GB

    Ubuntu 12.04 LTS Server 64bit

    January 22, 2013

    Sorry, that was for AMD processor. Try installing libcap from http://archive.ubuntu.com/ubuntu/pool/main/libc/libcap2/libcap2_2.17-2ubuntu1_i386.deb which is for Intel processors.

    Download the file using wget and install the deb using sudo dpkg –i libcap2_2.17-2ubuntu1_i386.deb