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

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Douglass Turner

    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
  • Paul Boddie

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

    turner@mmedia.i s (Douglass Turner) wrote in message news:<ad2ca00b. 0309040237.2205 af33@posting.go ogle.com>...[color=blue]
    > 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?[/color]

    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.
    [color=blue]
    > How do I get these libraries on my machine?[/color]

    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

    Comment

    Working...