This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients dstufft, eric.araujo, loewis, ncoghlan, pitrou
Date 2014-05-26.21:34:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1401140100.14.0.0670624962396.issue21536@psf.upfronthosting.co.za>
In-reply-to
Content
> PHP might be close to our case: Debian includes a libphp5.so
> (in /usr/lib/php5), yet neither /usr/bin/php5 nor the Apache libphp5.so 
> link against it, and all the PHP modules (in 
> /usr/lib/php5/20100525+lfs/) don't link with the shared library -
> on Debian. I wonder how it is on systems that actually use the PHP 
> shared library.

Regardless of libphp5.so, the modules in /usr/lib/php5/20100525 don't link against /usr/lib/apache2/modules/libphp5.so, though the latter is obviously able to load those modules.
History
Date User Action Args
2014-05-26 21:35:00pitrousetrecipients: + pitrou, loewis, ncoghlan, eric.araujo, dstufft
2014-05-26 21:35:00pitrousetmessageid: <1401140100.14.0.0670624962396.issue21536@psf.upfronthosting.co.za>
2014-05-26 21:35:00pitroulinkissue21536 messages
2014-05-26 21:34:59pitroucreate