Paul Wise
2015-Jul-19 14:02 UTC
[Samba] building samba git master: error with pyldb-util/ldb
Hi all, I'm trying to build samba git master on Debian jessie with backported ldb/talloc/tdb/tevent but am getting this error even though the required libraries are installed. Does anyone have any suggestions about how to debug this? I tried increasing the waf verbosity, no luck. ERROR: Use of system library pyldb-util depends on missing system library/libraries ['ldb'] I'm also getting this warning despite docbook-xsl being installed. A local copy of the docbook.xsl wasn't found on your system consider installing package like docbook-xsl -- bye, pabs http://bonedaddy.net/pabs3/ -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 801 bytes Desc: This is a digitally signed message part URL: <http://lists.samba.org/pipermail/samba/attachments/20150719/abf31d27/signature.sig>
Rowland Penny
2015-Jul-19 15:08 UTC
[Samba] building samba git master: error with pyldb-util/ldb
On 19/07/15 15:02, Paul Wise wrote:> Hi all, > > I'm trying to build samba git master on Debian jessie with backported > ldb/talloc/tdb/teventWhy ? is there some specific reason to not use the libraries that building samba will produce ?> but am getting this error even though the > required libraries are installed. Does anyone have any suggestions > about how to debug this? I tried increasing the waf verbosity, no luck. > > ERROR: Use of system library pyldb-util depends on missing system > library/libraries ['ldb']This could mean anything, your installed library may not be where the samba build expects to find it or it might not be the right version etc.> > I'm also getting this warning despite docbook-xsl being installed. > > A local copy of the docbook.xsl wasn't found on your system consider > installing package like docbook-xslJust what did you install prior to attempting to build samba ? Did you follow the list on the samba wiki page ? Rowland> > >
Paul Wise
2015-Jul-20 06:01 UTC
[Samba] building samba git master: error with pyldb-util/ldb
[Please CC me in reply] On Sun, 2015-07-19 at 16:08 +0100, Rowland Penny wrote:> Why ? is there some specific reason to not use the libraries that > building samba will produce ?I generally like to install things that are released separately in separate packages. I assumed ldb was developed separately too but it sounds like it is an internal samba-specific library?> This could mean anything, your installed library may not be where the > samba build expects to find it or it might not be the right versionI'm using the latest ldb release (1.1.20) and it is installed in standard directories for libraries on Debian so I doubt the version number is wrong. Certainly pkg-config can find it.> Just what did you install prior to attempting to build samba ? Did you > follow the list on the samba wiki page ?I installed all the build-dependencies for the Debian samba source package, including docbook-xsl. I don't know which wiki page you are referring to but I didn't look at anything on the samba wiki. Build-Depends: bison, comerr-dev, debhelper (>> 9), docbook-xml, docbook-xsl, faketime, flex, heimdal-dev, heimdal-multidev (>= 1.6~), libacl1-dev, libaio-dev [linux-any], libattr1-dev, libblkid-dev, libbsd -dev, libcap-dev [linux-any], libctdb-dev (>= 2), libcups2-dev, libgnutls28-dev, libheimntlm0-heimdal (>= 1.6~), libldap2-dev, libldb -dev (>= 2:1.1.20~), libncurses5-dev, libntdb-dev (>= 1.0), libpam0g -dev, libparse-yapp-perl, libpopt-dev, libreadline-dev, libsubunit-dev, libtalloc-dev (>= 2.1.2~), libtdb-dev (>= 1.3.6~), libtevent-dev (>0.9.25~), perl, perl-modules, pkg-config, po-debconf, python-all-dev (>= 2.6.6-3), python-dnspython, python-ldb (>= 2:1.1.20~), python-ldb -dev (>= 2:1.1.20~), python-ntdb, python-talloc-dev (>= 2.1.2~), python -tdb (>= 1.3.6~), python-testtools, python3, subunit (>= 0.0.6), xsltproc, zlib1g-dev (>= 1:1.2.3) -- bye, pabs http://bonedaddy.net/pabs3/ -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 801 bytes Desc: This is a digitally signed message part URL: <http://lists.samba.org/pipermail/samba/attachments/20150720/f3d7b16a/signature.sig>