On Fri, Jan 9, 2009 at 1:13 PM, Gregory S Morin <gsm5...@cs.rit.edu> wrote:


> ImportError: ld.so.1: python: fatal: relocation error: file
> /usr/local/versions/python-2.5.1/lib/python2.5/site-packages/matplotlib/_path.so:
> symbol
> __1cDstdMbasic_string4Ccn0ALchar_traits4Cc__n0AJallocator4Cc___J__nullref_:
> referenced symbol not found


Hard to say for sure, but this looks like a C++ name mangling error.
These occur when you compile with one compiler or version (eg g++) and
try to link with a lib compiled with another C++ compiler (eg the
solaris compiler).  In this case, since the name mangling looks like
the stl string container, my guess is you are picking up the solaris
c++ stdlib and compiling with g++.

JDH

------------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It is the best place to buy or sell services for
just about anything Open Source.
http://p.sf.net/sfu/Xq1LFB
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to