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

Re: LDAP library version number



Jens Vagelpohl wrote:

I had this same issue a couple weeks ago and posted my workaround on this list. Please check in the archives.

jens

indeed I found: http://www.openldap.org/lists/openldap-software/200402/msg00564.html ending up to the very intersting: http://www.openldap.org/lists/openldap-software/200402/msg00577.html

By the way, can I get a copy of your SRPM ? or at least openldap.spec file ? . I also had to fight with old redhat patches, however I think there are some which are usefull like openldap-2.1.17-syslog.patch which logs to daemon or openldap-2.1.17-config.patch which change the default slapd.conf etc ... unfortunaltly some patches don't have comments and are quite obscure to me, so if they causes pb I cannot resolve/understand, I simply remove them !.:
#Patch1: openldap-2.1.17-string.patch
#Patch5: openldap-2.1.17-susesec.patch


I started my openldap.spec from this one:
* Tue Jul 22 2003 Nalin Dahyabhai <nalin@redhat.com> 2.1.22-4

For you patch on lib versions, my openldap 2.2.6 version.var contains:
ol_package=OpenLDAP
ol_major=2
ol_minor=2
ol_patch=6
ol_api_inc=20204
ol_api_lib=202:4:3
ol_release_date="2004/02/25"

how comes changing ol_api_lib=202:4:3 to ol_api_lib=4:5:2 will transform liblber.so.199 to liblber.so.2. Have I well understand ? sorry I'am not familiar with library naming :-( .

thanks .