26 Jan
2005
26 Jan
'05
11:46 a.m.
On Wed, 2005-01-26 at 10:40 +0200, Sheldon Hearn wrote:
On Tue, 2005-01-25 at 22:42, Mark Nadir wrote:
I did what you suggest, now I get a whole new error on Make
/usr/bin/ld: cannot find -lpython2.2
Did you actually specify an appropriate python-libs path? What do you get from
ldconfig -p | grep python
I get libpython2.3.so and libpython2.3.so.1.0, so /usr/lib/python2.2 isn't going to work for me at all. :-)
some distributions do not provide a shared version of the python libs, they are usually located in static form under /usr/lib/python2.2/config -- Bazsi