https://bugs.openldap.org/show_bug.cgi?id=9441
Howard Chu <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |INVALID Status|UNCONFIRMED |RESOLVED --- Comment #1 from Howard Chu <[email protected]> --- Do what the error message tells you to do. > /usr/bin/ld: bconfig.o: relocation R_X86_64_32 against `.rodata' can not be > used when making a PIE object; recompile with -fPIC Recompile all of the code with -fPIC added to CFLAGS. -- You are receiving this mail because: You are on the CC list for the issue.
