2013/4/12 Brad Hards <[email protected]> > On Thursday 11 April 2013 23:08:53 [email protected] wrote: > > >>>If you installed samba4 from sources, then you need to specify with > > >>>--prefix= the path where Samba4 is installed. If it still doesn't > work, > > >>>double check you can access pkgconfig (.pc) files from the prefix. In > > >>>your case, you should check if you have /usr/share/samba/lib/pkgconfig > > >>>with available pc files such as talloc.pc, ldb.pc, tdb.pc and > tevent.pc > > >>talloc.pc, ldb.pc, tdb.pc and tevent.pc in > > /usr/lib/x86_64-linux-gnu/pkgconfig > Do you have pkg-config installed? > > Does it work on the command line? If you try something like: > $ pkg-config --modversion tdb > You should get a result like: > 1.2.11 > > If it looks like: > Package tdb was not found in the pkg-config search path. > Perhaps you should add the directory containing `tdb.pc' > to the PKG_CONFIG_PATH environment variable > No package 'tdb' found > > then its not set up correctly, and you probably need to fix the > environmental > variable: > export PKG_CONFIG_PATH=/usr/lib/x86_64-linux-gnu/pkgconfig > > If it still doesn't work, or you don't understand, please post the results > of > these tests. > > Brad >
Hi, Everything looks ok: # pkg-config --modversion tdb 1.2.10 # pkg-config --modversion ldb 1.1.13 # pkg-config --modversion talloc 2.0.7 # pkg-config --modversion tevent 0.9.17 Kind Regards, Outlander
_______________________________________________ devel mailing list [email protected] http://mailman.openchange.org/listinfo/devel
