# 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
On "make package" I got "make: *** No rule to make target 'package'. Stop."
ReplyDeleteJessie is out, and latest pbis works fine on it, although you could user realmd as well
DeleteSee below
http://debian-base.blogspot.mx/2015/10/file-share-with-samba-realmd.html
This comment has been removed by the author.
ReplyDelete