Multiple python installations on opensuse?
Ishwor Gurung
ishwor.gurung at gmail.com
Thu Dec 17 09:21:15 EST 2009
2009/12/17 Johan Ekh <ekh.johan at 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
More information about the Python-list
mailing list