[mod_python] PSP returning empty result

Graham Dumpleton graham.dumpleton at gmail.com
Thu Dec 4 18:58:55 EST 2008


2008/12/5 Graham Dumpleton <graham.dumpleton at gmail.com>:
>> But the remove of the php5-recode make the psp running. It's the only thing
>> i've modify, except the apache2.conf, the python default and the mod_python
>> package.
>>
>> What's the purpose of php5-recode in fact ?
>
> That is what I was going to ask you? Please try and find out, as
> likely what the problem is that that package is requiring a shared
> library version/variant which conflicts with version/variant required
> by Python. Alternatively it is using a generic name for symbol that
> conflicts with something used by another library required by Python or
> an extension module.

See:

  http://au2.php.net/manual/en/recode.installation.php

Looks like that package has a known history of causing problems due to
it using generic symbol names that clash with other packages.

If disabling it solves the problems and you don't need that PHP
module, probably all you can do.

Graham


More information about the Mod_python mailing list