Path: csiph.com!x330-a1.tempe.blueboxinc.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!weretis.net!feeder4.news.weretis.net!cs.uu.nl!news.stack.nl!newsfeed.xs4all.nl!newsfeed6.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.007 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'context': 0.04; 'subject:Python': 0.06; 'importerror:': 0.07; 'configure': 0.11; 'angelico': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'sudo': 0.16; 'things.': 0.16; 'received:74.125.82.174': 0.16; 'received:mail- wy0-f174.google.com': 0.16; 'header:In-Reply-To:1': 0.21; 'appropriate': 0.21; 'trying': 0.23; "doesn't": 0.25; 'object': 0.26; 'message-id:@mail.gmail.com': 0.28; 'exists': 0.29; 'sort': 0.31; 'shared': 0.32; 'pointing': 0.32; 'to:addr:python-list': 0.33; 'asking': 0.33; 'install': 0.34; 'chris': 0.34; 'file': 0.34; 'there': 0.35; 'file:': 0.35; 'open': 0.36; 'received:google.com': 0.37; 'thread': 0.37; 'skip:- 10': 0.37; 'put': 0.37; 'received:74.125.82': 0.38; 'received:74.125': 0.38; 'but': 0.38; 'subject:: ': 0.38; 'to:addr:python.org': 0.39; 'more': 0.60; 'subject:Link': 0.89 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=9+uOZOhvDz+moIJNn+Z1/jyOymjAqh5AlBlHFoXgfe0=; b=JQ+iN87unBHENfjMW6CinvufkIr6SiTpcMttg2YUeHSVSgDWG/hYax0+F7n4bJRuQd zF+N9CJEevipAK5M+kMo+KYm2uNtPeHqsl/rEUesGhsIox8UZ+jlTlY0z8nb2KxbOa5b sSOlSz6Rx+njff5h2IdWJKtyVxdhcQQgaECJU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=lwzBeVT0Vp0CEUXPWYISqaZ8Jye9Z9tNk+jNGLshRvvEhZv0BXENolfHwLEWd5uCUZ 7QDwuL3s1UT9JAu8n1LHNPv4PzF83JX6dGnDRF4Q7AqcxCgTV/NaR/Jv6Tsb3WbFzd0Q c98Gyu5eUlQ0J4JsJZvSHVPXUAe+gatKXbrZQ= MIME-Version: 1.0 In-Reply-To: References: Date: Fri, 27 May 2011 10:55:38 +1000 Subject: Re: Link errors embedding Python 3.2 From: Chris Angelico To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 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: 10 NNTP-Posting-Host: 82.94.164.166 X-Trace: 1306457741 news.xs4all.nl 49042 [::ffff:82.94.164.166]:44764 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:6353 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? Chris Angelico