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 schamschula
Recipients
Date 2004-11-24.17:51:37
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
When installing Python 2.3.4 under Mac OS X 10.3.6 (Darwin 7.6.0) I 
get the following error:

running build
running build_ext
dyld: ./python.exe multiple definitions of symbol _BC
/usr/local/lib/libreadline.5.0.dylib(terminal.so) definition of _BC
/usr/lib/libncurses.5.dylib(lib_termcap.o) definition of _BC
make: *** [sharedmods] Error 133

Note: as the output states I have readline 5.0 installed.
History
Date User Action Args
2008-01-20 09:57:18adminlinkissue1072642 messages
2008-01-20 09:57:18admincreate