[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Source code mods don't take effect???
Hi,
I am trying to modify the ad.c source file in the servers/slapd dir to add debug
statement to show the undefined attribute that I am having a problem with.
I got the idea from a message I read in the archives. I make the change and
then I do a 'make depend', 'make'. I then copy slapd to /usr/local/libexec
and run it. The problem is, my mods do not show up. The debug output still
shows up as it did originally. Am i missing something in the build process???
ie.
original-line:
*text = "attribute type undefined";
my modified line:
*text = "attribute type undefined-HELLO";
The output in the logfile still shows up as the unchanged "attribute type undefined".
Please help-very frustrated.