<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'><span style="font-size: 12pt;">> Hmm, it didn't work like that:</span><br><div>> <br>> LDFLAGS="${LDFLAGS} -L/usr/local/openldap/lib64 -lldap -llber -rpath <br>> /usr/local/openldap/lib64"; export LDFLAGS<br>> <br>> In config.log:<br>> <br>>     gcc: unrecognized option '-rpath'<br><br></div><div>That means that ./configure is using the compiler front end (gcc) to link the executable, which is correct and good, but is using LDFLAGS to do that, which is a mistake.</div><div><br></div><div>For linking with the front end, the ./configure script should be using CFLAGS:</div><div><br></div><div>-Wl,-rpath,<span style="font-size: 12pt;">@LIBDIR@</span></div>                                           </div></body>
</html>