[Python-bugs-list] [ python-Bugs-814524 ] libpython2.3.so.1.0 can't be found with -l

SourceForge.net noreply at sourceforge.net
Fri Oct 3 09:37:09 EDT 2003


Bugs item #814524, was opened at 2003-09-29 17:49
Message generated for change (Comment added) made by loewis
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=814524&group_id=5470

Category: Build
Group: Python 2.3
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: benson margulies (benson_basis)
Assigned to: Nobody/Anonymous (nobody)
Summary: libpython2.3.so.1.0 can't be found with -l

Initial Comment:
The linux 'ld' does not know how to find 

libpython2.3.so.1.0. The convention here is to add a 

symbolic link named 'libpython2.3.so' for use at link time, 

and then the use of the SONAME option causes the 

dynamic linker to search for the longer name at runtime.



----------------------------------------------------------------------

>Comment By: Martin v. Löwis (loewis)
Date: 2003-10-03 15:37

Message:
Logged In: YES 
user_id=21627

This is fixed in 2.3.2.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=814524&group_id=5470



More information about the Python-bugs-list mailing list