We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
--with-ldap
I get the following configure error:
configure: error: Cannot find ldap libraries in /usr/lib.
However, both my headers and lib are, as far as I can tell, located in /usr/lib
/usr/lib
For reference the version of LDAP I have installed are:
openldap-2.6.7-1.fc40.x86_64
openldap-devel-2.6.7-1.fc40.x86_64
master
Fedora 40
The text was updated successfully, but these errors were encountered:
I think you need to set the library directory, which is the /usr/lib64, like this:
/usr/lib64
./configure --with-libdir=lib64 --with-ldap
Sorry, something went wrong.
This was indeed what needed to be done, not sure if this should be moved to docs or just closed.
I think LDAP needs to be moved to pkg-config anyways, which might help with this anyways.
I think for using pkg-config in ldap extension first this should be resolved: #15051
petk
No branches or pull requests
Description
I get the following configure error:
However, both my headers and lib are, as far as I can tell, located in
/usr/lib
For reference the version of LDAP I have installed are:
openldap-2.6.7-1.fc40.x86_64
openldap-devel-2.6.7-1.fc40.x86_64
PHP Version
master
Operating System
Fedora 40
The text was updated successfully, but these errors were encountered: