It's strange... why the libpython.so is in OOo ? I know for Mandrake and
Debian, there is libpython.so in phthon package...
ne... wrote:
On Jun 15, 2004 at 20:18, Steven Shiau in a soothing rage wrote:
Hi!
libpython.so doesn't seem to be in any of the python rpms...
~>rpm -ql python-devel |grep libpython
/usr/lib/python2.2/config/libpython2.2.a
~>rpm -ql python |grep libpython
Does anyone know which rpm has that ?
Let us try this instead on my FC2 system...
[09:02:54][work]$ locate libpython
/usr/lib/python2.3/config/libpython2.3.a
/usr/lib/ooo-1.1/program/libpython.so
/usr/lib/ooo-1.1/program/libpython.so.2.2.2
/usr/lib/ooo-1.1/program/libpython.so.2
[09:03:03][work]$ rpm -qf /usr/lib/python2.3/config/libpython2.3.a
python-devel-2.3.3-6
[09:03:06][work]$ rpm -qf /usr/lib/ooo-1.1/program/libpython.so
openoffice.org-libs-1.1.1-4
HTH
N.Emile...