»

Using start-stop-daemon on CentOS

Log — Tags: , — Posted by Starck on January 19, 2014

Download source

Done!

  • Pingback: Building Your Jsbin Service » Starck Lin()

  • Kamal Ahmed

    applying these steps to CentOs 6.4:

    getting error on make:

    /u01/dpkg-1.17.6/src/archives.c:535: undefined reference to selinux_status_close'

    archives.o: In function dpkg_selabel_load’:

    /u01/dpkg-1.17.6/src/archives.c:513: undefined reference to selinux_status_updated'

    /u01/dpkg-1.17.6/src/archives.c:507: undefined reference to selinux_status_open’

    collect2: ld returned 1 exit status

    make[2]: *** [dpkg] Error 1

    make[2]: Leaving directory /u01/dpkg-1.17.6/src'

    make[1]: *** [all-recursive] Error 1

    make[1]: Leaving directory /u01/dpkg-1.17.6′

    make: *** [all] Error 2

    ok just noticed the apt-get install, BUT apt-get is for ubuntu , and NOT on CentOs
    sudo yum install ncurses-libs.x86_64 ncurses-devel.x86_64 ncurses.x86_64
    Loaded plugins: fastestmirror, security
    Loading mirror speeds from cached hostfile
    * base: mirror.pac-12.org
    * epel: mirror.seas.harvard.edu
    * extras: mirror.beyondhosting.net
    * rpmforge: nl.mirror.eurid.eu
    * updates: mirror.cisp.com
    Setting up Install Process
    Package ncurses-libs-5.7-3.20090208.el6.x86_64 already installed and latest version
    Package ncurses-devel-5.7-3.20090208.el6.x86_64 already installed and latest version
    Package ncurses-5.7-3.20090208.el6.x86_64 already installed and latest version
    Nothing to do

    still make gives the same error as before

    • http://nevergrind.com Joe Leonard

      Yep, same problem here.

  • zmaxlin

    On Fedora/RedHat/CentOS, install the packages ncurses-devel and ncurses:

    sudo yum install ncurses-devel ncurses

  • Trent

    same problem as kamal on centOS 6.5

  • William Garcia R.
(c) 2024 Starck Lin | powered by WordPress