Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!selfless.tophat.at!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.001 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'context': 0.04; 'url:bugs': 0.05; 'subject:Python': 0.06; 'importerror:': 0.07; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:80.91.229.12': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'received:lo.gmane.org': 0.09; 'configure': 0.11; 'wrote:': 0.14; 'angelico': 0.16; 'from:addr:acm.org': 0.16; 'received:198.144': 0.16; 'sudo': 0.16; 'things.': 0.16; 'discussion': 0.19; 'help.': 0.20; 'appropriate': 0.21; 'trying': 0.23; "doesn't": 0.25; 'object': 0.26; 'exists': 0.29; 'sort': 0.31; 'shared': 0.32; 'pointing': 0.32; 'received:198': 0.32; 'header:X-Complaints-To:1': 0.32; 'to:addr:python-list': 0.33; 'asking': 0.33; 'install': 0.34; 'chris': 0.34; 'file': 0.34; 'there': 0.35; 'header:User-Agent:1': 0.35; 'file:': 0.35; 'charset:us-ascii': 0.36; 'open': 0.36; 'thread': 0.37; 'skip:- 10': 0.37; 'put': 0.37; 'url:python': 0.38; 'received:org': 0.38; 'url:org': 0.38; 'but': 0.38; 'subject:: ': 0.38; 'some': 0.38; 'header:Mime-Version:1': 0.39; 'to:addr:python.org': 0.39; 'more': 0.60; 'article': 0.76; 'subject:Link': 0.89 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Ned Deily Subject: Re: Link errors embedding Python 3.2 Date: Thu, 26 May 2011 19:45:34 -0700 References: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: baybryj.net User-Agent: MT-NewsWatcher/3.5.3b3 (Intel Mac OS X) X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 18 NNTP-Posting-Host: 82.94.164.166 X-Trace: 1306464352 news.xs4all.nl 49044 [::ffff:82.94.164.166]:59526 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:6362 In article , Chris Angelico wrote: > Still trying to sort this out, trying various things. If I configure > --enable-shared, I get a different ImportError: 'libpython3.3m.so.1.0: > cannot open shared object file: No such file or directory'. That file > exists in ~/cpython, but sudo make install doesn't put it anywhere > else. Pointing LD_LIBRARY_PATH to there causes my program to segfault > with thread context errors. > > Am I asking this in the wrong forum? Would it be more appropriate in > python-dev? The discussion in http://bugs.python.org/issue4434 might be of some help. -- Ned Deily, nad@acm.org