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 tarek
Recipients Canfield, barry, eric.araujo, matejcik, pitrou, sandro.tosi, tarek, valeo
Date 2011-05-22.18:29:55
SpamBayes Score 2.4244107e-06
Marked as misclassified No
Message-id <1306088996.36.0.971496063322.issue10126@psf.upfronthosting.co.za>
In-reply-to
Content
I am trying to fix this by backporting the distutils fix, but --enabled-share does not work for me ?!

$ make distclean && ./configure --enable-shared --with-pydebug && make
$ ./python
libpython3.3dm.so.1.0: cannot open shared object file: No such file or directory

The so file is present in the srcdir though.

Investigating...
History
Date User Action Args
2011-05-22 18:29:56tareksetrecipients: + tarek, barry, pitrou, matejcik, eric.araujo, sandro.tosi, Canfield, valeo
2011-05-22 18:29:56tareksetmessageid: <1306088996.36.0.971496063322.issue10126@psf.upfronthosting.co.za>
2011-05-22 18:29:55tareklinkissue10126 messages
2011-05-22 18:29:55tarekcreate