17 Install Jailkit - The Perfect Server - Debian Wheezy (Apache2, BIND, Dovecot, ISPC

Discussion in 'HOWTO-Related Questions' started by buffus, Feb 1, 2014.

  1. buffus

    buffus New Member

    Hi,

    I proceeds step by step by
    http://www.howtoforge.com/perfect-server-debian-wheezy-apache2-bind-dovecot-ispconfig-3-p4
    Previous steps are ok (Wheezy 7.3.0)

    ...
    17 Install Jailkit
    after
    ...

    Code:
    ./debian/rules binary
    response:
    Code:
    root@xxxx:/tmp/jailkit-2.15# ./debian/rules binary
    make: dpkg-architecture: Command not found
    make: dpkg-architecture: Command not found
    dh_testdir
    make: dh_testdir: Command not found
    make: *** [config.status] Error 127
    root@xxxx:/tmp/jailkit-2.15#
    It's all right?

    Is it okay to bypass this?

    Code:
    #QUICK INSTALL
    #
    # use --prefix for different install locations
    
    ./configure
    make
    su root
    make install
    
    # to run the jk_socketd daemon, copy the startup script to 
    # your init directory, on Debian this is
    cp extra/jailkit /etc/init.d/jailkit
    chmod a+x /etc/init.d/jailkit
    
    # and create the correct symlinks, on Debian
    # you run
    update-rc.d jailkit defaults
     
    Last edited: Feb 1, 2014
  2. srijan

    srijan New Member HowtoForge Supporter

    Hi Buffos,

    Please install dpkg-dev. Simply install the package with the command apt-get install dpkg-dev. It will solve your problem.

    Thanks
    Srijan
     
  3. Sajid Unar

    Sajid Unar New Member

    Hello ,

    This link has helped me to solve this issue
    google /install-jailkit-ubuntu-debian/ since I cant put link as I am new to forum
    I install these
    sudo apt-get install build-essential autoconf automake libtool flex bison debhelper binutils-gold and along with apt-get install dpkg-dev
     
  4. YKamal

    YKamal New Member

    Hi. Just registered to say thank you! I was missing some of those.
     
    ahrasis and till like this.

Share This Page