[root at technic ian]# rpm -q python python-2.2.1-17 [root at technic ian]# rpm -ql python-tools | fgrep libpython [root at technic ian]# rpm -ql python-devel | fgrep libpython /usr/lib/python2.2/config/libpython2.2.a [root at technic ian]# rpm -ql python | fgrep libpython [root at technic ian]#
This is on Redhat 8. libpython.so doesn't seem to be in any of the python rpms... What gives? Ian. On Fri, Oct 25, 2002 at 06:51:08PM -0400, Greg Wooledge wrote: > Ian Clarke (ian at freenetproject.org) wrote: > > > My point is that there is no dynamic libpython on my system - shouldn't > > there be? > > $ locate libpython > /usr/lib/libpython2.0.so > /usr/lib/libpython2.0.so.0.0 > /usr/lib/libpython2.2.so > /usr/lib/libpython2.2.so.0.0 > /usr/lib/python2.0/config/libpython2.0.a > /usr/lib/python2.2/config/libpython2.2.a > /usr/lib/python2.2/config/libpython2.2.so > > $ dpkg -S /usr/lib/python2.2/config/libpython2.2.so > python2.2-dev: /usr/lib/python2.2/config/libpython2.2.so > > $ dpkg -S /usr/lib/libpython2.2.so > python2.2-dev: /usr/lib/libpython2.2.so > > This is Debian unstable, i386, but not fully up to date. > > I do not understand why the shared objects are in the -dev package > instead of the normal python2.2 package. That's an issue you'd > have to address with the Debian python maintainer. > > -- > Greg Wooledge | "Truth belongs to everybody." > greg at wooledge.org | - The Red Hot Chili Peppers > http://wooledge.org/~greg/ | -- Ian Clarke ian@[freenetproject.org|locut.us|cematics.com] Latest Project http://cematics.com/kanzi Personal Homepage http://locut.us/ -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 232 bytes Desc: not available URL: <https://emu.freenetproject.org/pipermail/devl/attachments/20021025/5b3f93a9/attachment.pgp>
