Okay, I got TALLOC installed on CentOS J whoo whoop but my victory is short
lived L

 

I now get the following error trying to install openchange. 

 

Now I am really getting stuck...

 

 

 

****************************************************************************
**************************************************

checking for TALLOC... yes

checking for SAMBA... configure: error: Package requirements (dcerpc ndr
samba-hostconfig samba-util tevent samba-credentials) were not met:

 

Package tevent was not found in the pkg-config search path.

Perhaps you should add the directory containing `tevent.pc'

to the PKG_CONFIG_PATH environment variable

Package 'tevent', required by 'samba-util', not found

 

Consider adjusting the PKG_CONFIG_PATH environment variable if you

installed software in a non-standard prefix.

 

Alternatively, you may set the environment variables SAMBA_CFLAGS

and SAMBA_LIBS to avoid the need to call pkg-config.

See the pkg-config man page for more details.

 

****************************************************************************
****************************************************

 

 

From: devel [mailto:devel-boun...@lists.openchange.org] On Behalf Of Raymond
Potgieter
Sent: 17 February 2014 07:59 PM
To: 'Development list'
Subject: Re: [openchange][devel] Help needed to install OpenChange onto
Samba4

 

Hi there, yes I followed all the steps on the initialising and ended up at
the TALLOC error.

 

I am not sure on how to proceed. Also a bit surprised at the error... did
the initialising install, not install TALLOC ?

 

I tried yum but it reports that there is no talloc package...  this is not
easy... 

 

 

 

****************************************************************************
************************

yum install talloc

Loaded plugins: fastestmirror

Loading mirror speeds from cached hostfile

* base: mirror.nsc.liu.se

* extras: centosh2.centos.org

* updates: centoss5.centos.org

Setting up Install Process

No package talloc available.

Error: Nothing to do

 

****************************************************************************
************************

 

 

 

From: devel [mailto:devel-boun...@lists.openchange.org] On Behalf Of Martin
Simovic
Sent: 17 February 2014 07:49 PM
To: Development list
Subject: Re: [openchange][devel] Help needed to install OpenChange onto
Samba4

 

 

On 17 Feb 2014, at 18:27, Raymond Potgieter <raym...@joburgtheatre.com>
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.

_______________________________________________
devel mailing list
devel@lists.openchange.org
http://mailman.openchange.org/listinfo/devel

Reply via email to