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 Arfrever
Recipients Arfrever, brian.curtin, serhiy.storchaka, tim.golden, vstinner
Date 2014-02-16.01:57:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1392515825.12.0.897228851406.issue20614@psf.upfronthosting.co.za>
In-reply-to
Content
> Oh, another problem: if Python is compiled in shared module, libpython3.4.so cannot be found.
> LD_LIBRARY_PATH must also be copied if __cleanenv=True. Py_ENABLE_SHARED can be checked in
> sysconfig to decide if the environment variable should be copied or not.

The name of variable is specific to operating system.
Potentially incomplete list based on value of RUNSHARED variable in configure.ac:
  AIX:                                                      LIBPATH
  HP-UX:                                                    SHLIB_PATH
  Linux, GNU Hurd, *BSD, SunOS:                             LD_LIBRARY_PATH
  Mac OS X (with --enable-shared):                          DYLD_LIBRARY_PATH
  Mac OS X (with --disable-shared and --enable-framework):  DYLD_FRAMEWORK_PATH
History
Date User Action Args
2014-02-16 01:57:05Arfreversetrecipients: + Arfrever, vstinner, tim.golden, brian.curtin, serhiy.storchaka
2014-02-16 01:57:05Arfreversetmessageid: <1392515825.12.0.897228851406.issue20614@psf.upfronthosting.co.za>
2014-02-16 01:57:05Arfreverlinkissue20614 messages
2014-02-16 01:57:03Arfrevercreate