We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
GitHub fields:
assignee = 'https://github.com/loewis' closed_at = <Date 2003-03-30.15:53:57.000> created_at = <Date 2003-03-11.21:34:53.000> labels = ['expert-installation'] title = 'configure option --enable-shared make problems ' updated_at = <Date 2003-03-30.15:53:57.000> user = 'https://bugs.python.org/qual'
bugs.python.org fields:
activity = <Date 2003-03-30.15:53:57.000> actor = 'loewis' assignee = 'loewis' closed = True closed_date = None closer = None components = ['Installation'] creation = <Date 2003-03-11.21:34:53.000> creator = 'qual' dependencies = [] files = ['826'] hgrepos = [] issue_num = 701823 keywords = [] message_count = 2.0 messages = ['15077', '15078'] nosy_count = 2.0 nosy_names = ['loewis', 'qual'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue701823' versions = ['Python 2.3']
The text was updated successfully, but these errors were encountered:
on building python 2.3.a2 with the following lines
./configure --prefix=/tmp/python --enable-shared --with-cxx=g++ --with-signal-module --with-threads ; make ; make install;
the installed python interpreter cann't be started because libpython2.3.so.1.0 is installed but not libpython2.3.so .
the attached patch works in my environment.
Linux ; glibc 2.2.5; gcc 3.2; binutils 2.13
at least solaris should suffer from the same problem.
(the change for configure.in is not tested, the changes were directly made to configure)
the same can be achieved if libpython$(VERSION)$(SO) (actually libpython2.3.so ) is installed and not $(INSTSONAME) ( actually libpython2.3.so.1.0) .
Sorry, something went wrong.
Logged In: YES user_id=21627
This is fixed in Makefile.pre.in 1.119 (in a different way).
On Solaris, the same problem does not exists, since SOVERSION is only used on Linux.
loewis
No branches or pull requests
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
bugs.python.org fields:
The text was updated successfully, but these errors were encountered: