Notice: We have migrated to GitLab launching 2024-05-01 see here: https://gitlab.rtems.org/

Changes between Version 82 and Version 83 of Projects/OpenLDAP


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

/* Binary Relocatability */

Legend:

Unmodified
Added
Removed
Modified
  • Projects/OpenLDAP

    v82 v83  
    172172When 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).
    173173
    174 To 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...
     174Unfortuneately, 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...
    175175
    176176First, I modified the openldap/servers/slapd/Makefile.in to build a library.