[Python-bugs-list] [ python-Bugs-661408 ] "make install" fails with --enable-shared

noreply@sourceforge.net noreply@sourceforge.net
Thu, 02 Jan 2003 17:18:51 -0800


Bugs item #661408, was opened at 2003-01-03 01:18
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=661408&group_id=5470

Category: Installation
Group: Python 2.3
Status: Open
Resolution: None
Priority: 5
Submitted By: Paul Jarc (prjsf)
Assigned to: Nobody/Anonymous (nobody)
Summary: "make install" fails with --enable-shared

Initial Comment:
I configured python 2.3a1 with --enable-shared.  When I
run "make install",
some installation steps try to run the new python
executable, but it
complains that libpython2.3.so cannot be found. 
libpython2.3.so.1.0 has
been installed by this point, but the symlink has not.

Augmenting LD_LIBRARY_PATH during "make install" to
include the build
directory, which contains libpython2.3.so, allows "make
install" to complete
successfully.  After "make install", I can run ldconfig
(or equivalent) myself to
create the symlink.

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

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