Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Am trying to install imap without re-doing entire PHP install. While am doing the step of configure in imap as,

./configure --with-imap=/usr/local/imap-2007f --with-imap-ssl=/usr/local/ssl --with-php-config=/usr/local/php/bin/php-config

it returns ........ configure: error: Cannot find OpenSSL's

But it definitely is there in the system and not sure why its not able to pick it up.

Any inputs or suggestion please to overcome the above?

Banu

share|improve this question
Somehow the user defined path for OPENSSL_LIBDIR wasnt read by the configure. So tried hardcoding, though its not a desired practice and it worked. Built imap.so and things work fine. – SKB Jan 31 at 0:43

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.