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 haubi
Recipients Jan.Stürtz, eric.araujo, haubi, loewis, sable
Date 2014-06-02.15:09:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1401721765.45.0.761937304285.issue14150@psf.upfronthosting.co.za>
In-reply-to
Content
Doing it this way strictly requires runtime-linking to be enabled, to have "the main executable" and the module use the same runtime instance of the libpython${VERSION}.so symbols.

Instead, "the main executable" better should re-export the python symbols itself. This requires httpd to be linked with "-bE:/path/to/python.exp" linker flag.
History
Date User Action Args
2014-06-02 15:09:25haubisetrecipients: + haubi, loewis, sable, eric.araujo, Jan.Stürtz
2014-06-02 15:09:25haubisetmessageid: <1401721765.45.0.761937304285.issue14150@psf.upfronthosting.co.za>
2014-06-02 15:09:25haubilinkissue14150 messages
2014-06-02 15:09:25haubicreate