[Date Prev][Date Next] [Chronological] [Thread] [Top]

--enable-module broken?? (ITS#2913)



Full_Name: Masato Taruishi
Version: 2.2.4
OS: Debian
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (210.128.90.14)


Though I don't investigate this issue, but I'm facing in a backend module
problem.

I'm getting the following error in loading module

 undefined symbol: ch_free

   or

 undefined symbol: ldap_pvt_thread_rwdr_init

   or

 undefined symbol: db_version

It seems because slapd or other backend modules don't link shared 
libraries such as libldap, libdb4.2 and so on. For example, back-bdb/
Makfile seems not to use LDBM_LIBS at all. It may be a wrong diagnostics
, but currently I can't investigate the issue carefully. Is this a known
issue?

Thanks