Skip to content

configure option --enable-shared make problems #38147

New issue

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

Closed
qual mannequin opened this issue Mar 11, 2003 · 2 comments
Closed

configure option --enable-shared make problems #38147

qual mannequin opened this issue Mar 11, 2003 · 2 comments
Assignees

Comments

@qual
Copy link
Mannequin

qual mannequin commented Mar 11, 2003

BPO 701823
Nosy @loewis
Files
  • 2.3a2.diff: patch Makefile.pre.in, configure.in
  • 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:

    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']

    @qual
    Copy link
    Mannequin Author

    qual mannequin commented Mar 11, 2003

    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) .

    @qual qual mannequin closed this as completed Mar 11, 2003
    @qual qual mannequin assigned loewis Mar 11, 2003
    @qual qual mannequin added the topic-installation label Mar 11, 2003
    @qual qual mannequin closed this as completed Mar 11, 2003
    @qual qual mannequin assigned loewis Mar 11, 2003
    @qual qual mannequin added the topic-installation label Mar 11, 2003
    @loewis
    Copy link
    Mannequin

    loewis mannequin commented Mar 30, 2003

    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.

    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 9, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Projects
    None yet
    Development

    No branches or pull requests

    0 participants