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.
0 comments
Kick things off by filling out the form below.
Leave a Comment