472,127 Members | 2,043 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,127 software developers and data experts.

Using python RPM on SuSE 8.1 : No libpython.a or libpython.so present. Why?

Hello,

I'm trying to install a statistics package called RSPython that
requires a python shared library to be present on my SuSE 8.1 linux
box. My python is provide as an RPM package and as far as I can tell
there is no libpython.a or libpython.so. What gives?

How do I get these libraries on my machine?

Thank you,
Douglass Turner
Jul 18 '05 #1
1 4316
tu****@mmedia.is (Douglass Turner) wrote in message news:<ad**************************@posting.google. com>...
Hello,

I'm trying to install a statistics package called RSPython that
requires a python shared library to be present on my SuSE 8.1 linux
box. My python is provide as an RPM package and as far as I can tell
there is no libpython.a or libpython.so. What gives?
What does "locate libpython" give you? I'd expect those libraries to
be under /usr/lib on most modern (GNU/)Linux distributions, but
possibly not with exactly those names. The presence of a shared
library is a comparatively recent luxury, and I wouldn't expect that
to be there for releases of Python earlier than 2.3.
How do I get these libraries on my machine?


The chances are that they do exist, but with more specific names, as
the following path illustrates:

/usr/lib/python2.2/config/libpython2.2.a

Paul
Jul 18 '05 #2

This discussion thread is closed

Replies have been disabled for this discussion.

Similar topics

3 posts views Thread by mudd | last post: by
5 posts views Thread by AMD | last post: by
1 post views Thread by Charlie DeTar | last post: by
13 posts views Thread by sf | last post: by
3 posts views Thread by David Jones | last post: by
5 posts views Thread by wahn | last post: by
reply views Thread by mrstephengross | last post: by
3 posts views Thread by Micah Elliott | last post: by
1 post views Thread by Martin Rubey | last post: by
reply views Thread by leo001 | last post: by

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.