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 ondrap
Recipients
Date 2002-03-18.15:01:43
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=88611

As far as I can see, the problems are:
relocation of binary/library path (this is solved by 
adding -R to LDSHARED depending on platform)
SOVERSION - some systems like it, some do not. If you do 
SOVERSION, you must create a link to the proper version in 
the installation phase. IMO we can just avoid versioning 
at all and let the distribution builders do it themselves. 
The other way is to attach full version of python as 
SOVERSION (e.g. 2.1.1 -> libpython2.1.so.2.1.1).

I'm the author of the patch (ppython.diff). I'm not the 
author of the file dynamic.diff, I have included it here 
by accident and if it is possible to delete it from this 
page, it should be done.
History
Date User Action Args
2007-08-23 15:11:29adminlinkissue527027 messages
2007-08-23 15:11:29admincreate