From: Todd M. <jm...@st...> - 2004-04-26 17:52:51
|
Hi Gerry, I'm not entirely sure how to trouble shoot this problem but I had a few questions: 1. What platform are you running on? 2. What does ldd _tkagg.so say? (cd to .../site-packges/matplotlib first) 3. What's in your /etc/ld.so.conf file? Regards, Todd On Mon, 2004-04-26 at 11:38, Gerry Wiener wrote: > John, > > My libX11 seems to be in the right place: > > light:gerry> pwd > /usr/X11R6/lib > light:gerry> ls -l libX11.so > lrwxrwxrwx 1 root root 11 Mar 2 10:04 libX11.so -> > libX11.so.6 > light:gerry> ls -l libX11.so.6 > lrwxrwxrwx 1 root root 13 Mar 2 10:04 libX11.so.6 -> > libX11.so.6.2 > light:gerry> ls -l libX11.so.6.2 > -rw-r--r-- 1 root root 888580 Feb 16 02:38 libX11.so.6.2 > light:gerry> > > Thanks, > > --Gerry > > > John Hunter wrote: > > >>>>>>"Gerry" == Gerry Wiener <ge...@uc...> writes: > >>>>>> > >>>>>> > > > > Gerry> undefined symbol: XFreePixmap > > > >A quick google groups search revealed among others > > > >http://groups.google.com/groups?hl=en&lr=&ie=UTF-8&oe=UTF-8&threadm=mailman.1046790065.16698.python-list%40python.org&rnum=4&prev=/groups%3Fq%3Dundefined%2520symbol%253A%2520XFreePixmap%26hl%3Den%26lr%3D%26ie%3DUTF-8%26oe%3DUTF-8%26sa%3DN%26tab%3Dwg > > > >The solution appeared to be -L/usr/X11R6/lib -lX11 -lXaw for a > >standard linux install path. Is your X11 in a weird place; where is > >libX11.so? Todd, do you think we need to add X11 libs to the tk build > >flags? I dunno. I was thinking first we'd figure out how to fix the problem by hand, then figure out what to do systematically. > > > >JDH > > > > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: The Robotic Monkeys at ThinkGeek > For a limited time only, get FREE Ground shipping on all orders of $35 > or more. Hurry up and shop folks, this offer expires April 30th! > http://www.thinkgeek.com/freeshipping/?cpg=12297 > _______________________________________________ > Matplotlib-users mailing list > Mat...@li... > https://lists.sourceforge.net/lists/listinfo/matplotlib-users -- Todd Miller <jm...@st...> |