On 17 Feb 2014, at 18:27, Raymond Potgieter <[email protected]> wrote:
> Hi have basically followed this url.. > http://www.openchange.org/cookbook/building.html > > I skipped the samba parts because Samba is already installed and working. > > The cook book has the next steps. > > > > ********************************************************** > Building OpenChange > > > Configure OpenChange > > Launch the configure script in openchange directory: > $ ./autogen.sh > $ ./configure --prefix=/usr/local/samba > > ********************************************************** Finally you are doing what you should be doing. This will get you to working openchange install on top of your existing Samba install. Regarding your missing TALLOC package - you are suffering from missing build dependencies. Check the section “initialising build environment” http://www.openchange.org/cookbook/initializing.html and make sure you have installed all packages recommended here. If you still receive configure error you can fulfil the dependencies yourself - I can not advise you here since you are on CentOS but on debian you would install something like libtalloc-dev. You might receive more errors after you sorted out missing talloc package, just go one-by-one installing development files for each one of them. Regards Martin.
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________ devel mailing list [email protected] http://mailman.openchange.org/listinfo/devel
