Re: php e kerberos

2013-04-13 Thread Stuart Henderson
On 2013-04-12, Rémi Bougard  wrote:
> Hi,
>
> On Fri, Apr 12, 2013 at 01:06:30PM -0300, Friedrich Locke wrote:
>> Hi folks,
>> 
>> i am running OBSD 5.2 and i would like to try to connect to a kerberos
>> server using php.
>> 
>> In the following link http://www.php.net/manual/en/book.kadm5.php in the
>> requirement section it is stated :
>> 
>> "No external libraries are needed to build this extension."
>> [...]
>
>
> Looks like to me it is a PECL extension :
> http://www.php.net/manual/en/kadm5.installation.php

...and it's about 8 years old and doesn't build.



Re: php e kerberos

2013-04-13 Thread Rémi Bougard
Hi,

On Fri, Apr 12, 2013 at 01:06:30PM -0300, Friedrich Locke wrote:
> Hi folks,
> 
> i am running OBSD 5.2 and i would like to try to connect to a kerberos
> server using php.
> 
> In the following link http://www.php.net/manual/en/book.kadm5.php in the
> requirement section it is stated :
> 
> "No external libraries are needed to build this extension."
> [...]


Looks like to me it is a PECL extension :
http://www.php.net/manual/en/kadm5.installation.php



-- 
Rémi Bougard



php e kerberos

2013-04-12 Thread Friedrich Locke
Hi folks,

i am running OBSD 5.2 and i would like to try to connect to a kerberos
server using php.

In the following link http://www.php.net/manual/en/book.kadm5.php in the
requirement section it is stated :

"No external libraries are needed to build this extension."

OBSD, apache and php are workiong ok, but i cannot issue call any of the
functions stated in the example section.

This is what i got from /var/www/log/error_log

[Fri Apr 12 12:55:59 2013] [error] PHP Fatal error:  Call to undefined
function kadm5_init_with_password() in /var/www/users/sioux/k.php on line 2

Why PHP from OBSD ports does not include support for kerberos?

Thanks in advance.