De link :
% bl0ck_qu0te%Eu gostaria de empacotar o Nagios 4 no Ubuntu. A instalação a partir da fonte envolve vários comandos make e um comando configure.
wget -O nagioscore.tar.gz https://github.com/NagiosEnterprises/nagioscore/archive/nagios-4.3.4.tar.gz
tar xzf nagioscore.tar.gz
cd /tmp/nagioscore-nagios-4.3.4/
./configure --with-httpd-conf=/etc/apache2/sites-enabled
make all
make install
make install-init
make install-commandmode
make install-config
make install-webconf
Como eu faço um pacote deb ou apt com isso?
Eu tentei seguir as instruções do Ubuntu
link
Quando eu executo o bzr dh-make package version package.tar.gz
, recebo o seguinte erro
bzr: ERROR: Either run the command from an existing branch of upstream, or move nagioscore-nagios-4.3.4 aside and a new branch will be created there.
De link :
% bl0ck_qu0te%