PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
php_error(E_WARNING, "No policy specified for %s; assigning \"default\"", princstr);
...
php_error(E_WARNING, "No policy specified for %s; defaulting to no policy", princstr);
Yes I know this post. The guy who made it is like two rooms away from me. But no one responded and developer of the package hasn't replyed to emails either.
I believe it's on line 621 or 626. I'v looked at the source myself too, but don't really know hot to compile it. So I thought to ask if someone else had this problem and have solved it somehow. But if someone can help me to compile it I'm sure I could figure out the problem myself with some experimenting.
There is few odd things in the source: like line nr: 619 where it checks for flags
block.
Taking into account that dummybuf in modify_principle is initialized but never used I guess the code is incomplete or was in a state of flux until the developer lost interest...
But I can't figure out how to compile it... I'm on linux but not a linux used and have little knowledge of autotools or php module development. So if someone could direct me in the right way so I could compile maybe I can then fix the problems too.
Which version of php do you use and where did you get it (shipped with distribution, compiled from php.net source, ....)?
And the KADM5 extension?
Which linux distribution?