Changes between Version 78 and Version 79 of Projects/OpenLDAP


Ignore:
Timestamp:
07/08/12 05:42:39 (12 years ago)
Author:
C Rempel
Comment:

/* Binary Relocatability */

Legend:

Unmodified
Added
Removed
Modified
  • Projects/OpenLDAP

    v78 v79  
    164164   $ cd openldap=  Binary Relocatability  =
    165165
     166
     167When I tried linking slapd directly into RTEMS, Qemu bailed out with address outside of range... So, to avoid having the address outside of range, I decided to try making SLADP a relocatable binary (or library).
     168
    166169To make the slapd binary "relocatable", I turned the program into a library.  Unfortuneately, when I did that, the convienience libraries were no longer included.  However, I will walk through the process of turning an executable into a library...
    167170
     
    210213
    211214To make this port a long-term solution, I will need to port SASL to RTEMS as well (ldap-bind is deprecated in favor of ldap-sasl-bind)... that will be a hobby project for months from now...
    212 
    213215=  network-demos/ldap/Makefile  =
    214216