On 15/04/2010 16:38, Joe Friedeggs wrote:
I need to build a Red Hat rpm for the latest OpenLDAP release. I am looking for spec file, howto page, or anything else that might speed up this project. Any advice/suggestions would be greatly appreciated.
The folks at LTB-project maintain RPMs for recent OpenLDAP releases. You could either use their pre-built RPMs or grab their spec file from the repository:
http://ltb-project.org/wiki/documentation/openldap-rpm
Jonathan
I googled the HECK out of that rpm.......how did I miss the LBT :-(
Thanks, Jonathan, that is just what I was looking for. And thanks to all others that provided input.
Joe _________________________________________________________________ Hotmail: Trusted email with Microsoft’s powerful SPAM protection. http://clk.atdmt.com/GBL/go/196390706/direct/01/
On 15/04/2010 16:38, Joe Friedeggs wrote:
I need to build a Red Hat rpm for the latest OpenLDAP release. I am looking for spec file, howto page, or anything else that might speed up this project. Any advice/suggestions would be greatly appreciated.
The folks at LTB-project maintain RPMs for recent OpenLDAP releases. You could either use their pre-built RPMs or grab their spec file from the repository:
http://ltb-project.org/wiki/documentation/openldap-rpm
Jonathan
I pulled down the openldap RPM from that site. It seems there are no modules included in the package (syncprov, rwm, ppolicy, etc.). Where would one obtain the modules that coincide with this package?
Thanks, Joe _________________________________________________________________ The New Busy is not the too busy. Combine all your e-mail accounts with Hotmail. http://www.windowslive.com/campaign/thenewbusy?tile=multiaccount&ocid=PI...
Le 03/05/2010 19:17, Joe Friedeggs a écrit :
On 15/04/2010 16:38, Joe Friedeggs wrote:
I need to build a Red Hat rpm for the latest OpenLDAP release. I am looking for spec file, howto page, or anything else that might speed up this project. Any advice/suggestions would be greatly appreciated.
The folks at LTB-project maintain RPMs for recent OpenLDAP releases. You could either use their pre-built RPMs or grab their spec file from the repository:
http://ltb-project.org/wiki/documentation/openldap-rpm
Jonathan
I pulled down the openldap RPM from that site. It seems there are no modules included in the package (syncprov, rwm, ppolicy, etc.). Where would one obtain the modules that coincide with this package?
According to the SPEC file, all overlays are compiled in :
./configure --enable-ldap --enable-debug --prefix=%{ldapserverdir} --libdir=%{ldapserverdir}/%{_lib} --with-tls --with-cyrus-sasl --enable-spasswd --enable-overlays --enable-modules
However, they are statically compiled in, not as dynamic modules in separate files, which is maybe what you're expecting?
Jonathan
On Monday, 3 May 2010 18:17:57 Joe Friedeggs wrote:
On 15/04/2010 16:38, Joe Friedeggs wrote:
I need to build a Red Hat rpm for the latest OpenLDAP release. I am looking for spec file, howto page, or anything else that might speed up this project. Any advice/suggestions would be greatly appreciated.
The folks at LTB-project maintain RPMs for recent OpenLDAP releases. You could either use their pre-built RPMs or grab their spec file from the repository:
http://ltb-project.org/wiki/documentation/openldap-rpm
Jonathan
I pulled down the openldap RPM from that site. It seems there are no modules included in the package (syncprov, rwm, ppolicy, etc.). Where would one obtain the modules that coincide with this package?
BTW, I note that they provide 2.4.21.
My own packages have been at 2.4.22 since a day or so from the upstream release:
http://staff.telkomsa.net/packages/rhel5/openldap/
Regards, Buchan
openldap-technical@openldap.org