A Stefan Klopp Weblog
Random header image... Refresh for more!

php with imap error undefined reference to `auth_gssapi_valid’

Ran into a problem today compiling PHP with IMAP support. Was getting this error in the config.log:

undefined reference to `auth_gssapi_valid’

I then found this thread: http://bugs.php.net/bug.php?id=21286

Which had the solution to the problem. Simply add:

–with-openssl

To your php configure and it should now work.

Related Posts

  • No Related Post

0 comments

There are no comments yet...

Kick things off by filling out the form below.

Leave a Comment