Hi John, No worries and yes I'm still having the problem.
I remember seeing this message: ===>>> pkg-message for gcc-4.7.3_1 To ensure binaries built with this toolchain find appropriate versions of the necessary run-time libraries, you may want to link using -Wl,-rpath=/usr/local/lib/gcc47 after upgrading gcc port a few days ago, which is described in your link [0]. Do I issue this command as root? Need advice here, thanks. Regards, Irjohn On Fri, May 9, 2014 at 10:42 AM, John W. O'Brien <j...@saltant.com> wrote: > On 4/18/14 8:45 AM, Irjohn Junus wrote: > > Dear All, > > > > I'm running 9.1-RELEASE and today just after freebsd-update to p11 and > > updating ports to the latest found out that pandas won't import after > > MySQLdb is imported first. Strangely, it will import no problem if > > MySQLdb is imported after: > > Hi Irjohn, > > Sorry for the long delay. Are you still having this problem? > > >>>> import MySQLdb > >>>> import pandas as pd > > /lib/libgcc_s.so.1: version GCC_4.6.0 required by > > /usr/local/lib/gcc47/libgfortran.so.3 not found > [...] > > Traceback (most recent call last): > [...] > > File "/usr/local/lib/python2.7/site-packages/numpy/linalg/linalg.py", > > line 29, in <module> > > from numpy.linalg import lapack_lite, _umath_linalg > > ImportError: /lib/libgcc_s.so.1: version GCC_4.6.0 required by > > /usr/local/lib/gcc47/libgfortran.so.3 not found > > It looks like this thread [0], these commits [1] [2], and this PR [3] > are related. > > [0] > > https://lists.freebsd.org/pipermail/freebsd-toolchain/2014-April/001149.html > > [1] https://svnweb.freebsd.org/ports?view=revision&revision=351167 > > [2] https://svnweb.freebsd.org/ports?view=revision&revision=351159 > > [3] https://www.freebsd.org/cgi/query-pr.cgi?pr=185902 > > Regards, > John > > _______________________________________________ freebsd-python@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"