On Wed, Jun 4, 2008 at 10:41 AM, Ralph Angenendt <
ra+centos@br-online.de> wrote:
David Hláčik wrote:
> Hello . i want to ask several questions :
>
> 1) Is INN on Centos5.1 compiled with python auth hooks support?
Look in the spec file in the src.rpm. No idea. But ldd /path/to/innd
should also be able to tell you if it is linked against python:
libpython2.4.so.1.0 => /usr/lib/libpython2.4.so.1.0 (0xb7d4d000)
(That's on a debian box, so it might differ on yours).
Well actually it is not build --with-python (as found in srpms).