I'm building PHP5.5 with ldap support.
I've a 64bits system, so my libs are into /usr/lib64
So when I build PHP I add the following option: --with-libdir=/usr/lib64
But When I run the configure tool, I get the following error:
configure: error: Cannot find ldap libraries in /usr//usr/lib64
Anybody know how absolute path works for these options?