Menu

#2 Configure doesn't look for ldap package

open
nobody
None
5
2012-11-18
2008-12-03
No

Running configure then make resulted in this error:

error CS0006: cannot find metadata file `Novell.Directory.Ldap'

It'd be nice if configure checked to make sure the ldap module was available. On Debian apt-get installing libmono-ldap2.0-cil resolved this.

Cheers!

Discussion

  • Jeroen Asselman

    Jeroen Asselman - 2008-12-03

    Are you able to provide a patch for this? I don't have any autoconf/autotools knowledge at all.

     
  • Andrew Ruthven

    Andrew Ruthven - 2008-12-03

    Oh, it seems that at least the Debian packaging of Novell.Directory.Ldap doesn't register itself with pkg-config, so it can't be checked. But if it could be you'd add a line to configure.ac around about gtk-sharp-2.0 to check for the registered name.

     
  • Jeroen Asselman

    Jeroen Asselman - 2009-07-17

    Sorry for responding this late.
    So it'd be best not to add this check, otherwise some might not be able to compile even if the packages are installed right?

     

Log in to post a comment.