Zentyal Forum, Linux Small Business Server

Zentyal Server => Installation and Upgrades => Topic started by: hans on November 30, 2011, 01:05:42 am

Title: Building from source noob issue
Post by: hans on November 30, 2011, 01:05:42 am
i followed http://trac.zentyal.org/wiki/Documentation/Community/HowTo/Build

however then i try to build packages with zentyal-package i get "command not found"

when i try to manually ran it using the paths i get the following error while exporting

dpkg-checkbuilddeps: Unmet build dependencies: build-essential
dpkg-buildpackage: warning: Build dependencies/conflicts unsatisfied; aborting.
dpkg-buildpackage: warning: (Use -d flag to override.)
couldn't create package at zentyal-package line 193.


any help would be appreciated, thanks

Title: Re: Building from source noob issue
Post by: Javier Amor Garcia on November 30, 2011, 02:05:40 pm
You are missing the build-essential package. You know the drill:
Quote
apt-get install build-essential
Title: Re: Building from source noob issue
Post by: hans on November 30, 2011, 04:14:46 pm
Thanks it works now..