2009/12/17 Johan Ekh <ekh.jo...@gmail.com>: > But I have them installed already! I have scipy installed under python 2.6 > and everything runs perfect.
ok > It is only under python 2.4 that the install script can not find the > libraries. I need to tell the script to > lookin /usr/lib64 instead /usr/lib, how can I do this? As root, tell linker to look for libraries in /usr/lib64: $ echo /usr/lib64 >> /etc/ld.so.conf $ ldconfig $ ./configure Please send email to the mailing list. I am subscribed to it :> [...] -- Regards, Ishwor Gurung -- http://mail.python.org/mailman/listinfo/python-list