GithubHelp home page GithubHelp logo

Compite from source issues about omd HOT 6 CLOSED

arturmartins avatar arturmartins commented on September 26, 2024
Compite from source issues

from omd.

Comments (6)

sni avatar sni commented on September 26, 2024

did you run configure first? Because that should install libapache2-mod-fcgid

from omd.

arturmartins avatar arturmartins commented on September 26, 2024

Yes, I did.

That question implies that make would work without ./configure?

from omd.

arturmartins avatar arturmartins commented on September 26, 2024

This is the entire builds steps I need to successful build and install omd in a fresh ubuntu 14.04 LTS box:

# System updated
sudo apt-get update && sudo apt-get full-upgrade -y
sudo apt-get install aptitude -y

# install required packages in order to the build process to run without problems
sudo aptitude install dnsutils apache2-dev libapache2-mod-fcgid -y

git clone http://git.mathias-kettner.de/omd.git/
cd ~/omd
make clean
./configure
make

# required to define DEBFULLNAME and DEBEMAIL for the DEB build creation
export DEBFULLNAME='Your Name Here'
export DEBEMAIL='[email protected]'
make deb

# Install mysql
sudo debconf-set-selections <<< 'mysql-server mysql-server/root_password password MYSQL_PASSWORD_HERE'
sudo debconf-set-selections <<< 'mysql-server mysql-server/root_password_again password MYSQL_PASSWORD_HERE'
sudo apt-get -y install mysql-server

# necessary packages to be installed before installing OMD
sudo aptitude install traceroute libsnmp-python dialog graphviz libapache2-mod-proxy-html apache2-mpm-prefork apache2-utils  libdbi1 libevent-1.4-2  libnet-snmp-perl  libpango1.0-0  libreadline5  libsnmp-perl php5-cli php5-cgi php5-gd php5-mcrypt php5-sqlite php-pear pyro  xinetd xvfb  python-ldap -y

cd ..
dpkg -i omd*.deb

from omd.

sni avatar sni commented on September 26, 2024

any reason why you don't use the existing trusty packages?

from omd.

arturmartins avatar arturmartins commented on September 26, 2024

By trusty packages, you mean the ones in http://files.omdistro.org/releases/debian_ubuntu/ that are almost 1 year old?

from omd.

sni avatar sni commented on September 26, 2024

no, i am talking about those: https://labs.consol.de/repo/testing/

from omd.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.