Hi everyone. I need to write some PHP code for Kerberos V authentication. I already have PHP installed on openSUSE 11.1 via yast and have PHP, LDAP and other modules installed.
I see from the PHP.net website that I need to recompile php using the Kerberos switch. I also cannot find in yast a module to load kerberos support for php.
My worry is that if I recompile PHP using the kerberos switch, I might accidentally blow away some other function in PHP that I was using.
So my question is, how do I recompile php with kerberos support and not kill any of my current functionality?
thanks