Friday, January 31, 2014

Installing Active Directory client bridge likewise-open on Debian Wheezy

# Grab the Ubuntu source package
wget http://archive.ubuntu.com/ubuntu/pool/main/l/likewise-open/likewise-open_6.1.0.406.orig.tar.gz

# Extract
tar xvzf likewise-open_6.1.0.406.orig.tar.gz
cd likewise-open_6.1.0.406

# Get dependencies
apt-get install -y build-essential  fakeroot  devscripts  debhelper \
    autoconf automake libtool libncurses5-dev  uuid-dev \
    flex bison libpam0g-dev  libssl-dev  libxml2-dev  libpopt-dev pkg-config

mkdir debug
cd debug
../configure
make package

3 comments:

  1. On "make package" I got "make: *** No rule to make target 'package'. Stop."

    ReplyDelete
    Replies
    1. Jessie is out, and latest pbis works fine on it, although you could user realmd as well

      See below

      http://debian-base.blogspot.mx/2015/10/file-share-with-samba-realmd.html

      Delete
  2. This comment has been removed by the author.

    ReplyDelete