0

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?

2 Answers 2

2

If you already have libraries in right dir, and you set the right --with-libdir

Try install -devel version

Sign up to request clarification or add additional context in comments.

Comments

0

You can kind of see the issue from the error. It's already looking in /usr, so you just need to put:

--with-libdir=lib64

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.