Zivios Ubuntu howto - Openldap installation problem

Discussion in 'HOWTO-Related Questions' started by vcorreia, Sep 23, 2008.

  1. vcorreia

    vcorreia New Member

    Hello everyone!

    I've been having problems compiling openldap in a ubuntu 8.04 plain vanilla installation. I've also come to the conclusion that some headers are missing from the system and need to be installed:

    libdb-dev
    libltdl3-dev
    libwrap0-dev
    libsasl2-dev

    After installing these packages, i was able to run /usr/local/src/zvcompile/openldap-2.4.11/zvconfig_ubuntu_hardy-8.04.sh without any "hicups", but still the web installation crunches out this error:

    "Error Code: 504 | There was a problem compiling and or installing OpenLDAP. Please check the configuration logs found in the compile folder (/usr/local/src/zvcompile/openldap-2.4.x/"

    Can anyone help me?

    Thanks,
    ./vcorreia
     
  2. cyrenity

    cyrenity New Member

    vcorreia, please join zivios-discuss mailing list.
     
  3. mhashmi

    mhashmi New Member

    Simply run:

    apt-get build-dep slapd
    apt-get build-dep heimdal
    apt-get build-dep bind

    before proceeding. This should be part of the howto -- am having it checked.

    For the latest version of the howto, please reference the ubuntu guide on our wiki at:

    http://www.howtoforge.com/installing-zivios-server-on-ubuntu

    Mustafa.
     
  4. vcorreia

    vcorreia New Member

    Alas!

    Thanks Mustafa, worked like a charm!
     

Share This Page