ahh, it all makes sense now, thank you.
--
http://mail.python.org/mailman/listinfo/python-list
Heiko Wundram wrote:
>>>what is /usr/lib/libpython2.4.so used for?
>>
>>Nothing, usually. Things embedding python might use it, such as vim.
>
>
> At least the interpreter uses it on systems where it's enabled...
That depends on the system:
[EMAIL PROTECTED
Levi Campbell wrote:
> what is /usr/lib/libpython2.4.so used for?
>
On many systems, it is the core of Python, and /usr/bin/python2.4 is a
small wrapper around it. Here's what I see on my box:
[EMAIL PROTECTED] usr]$ ls -l bin/python2.4 lib/libpython2.4.so.1.0
-rwxr-xr-x 1 root r
"Martin v. Löwis" wrote:
>> what is /usr/lib/libpython2.4.so used for?
> Nothing, usually. Things embedding python might use it, such as vim.
At least the interpreter uses it on systems where it's enabled...
[EMAIL PROTECTED] ~ $ ldd /usr/bin/python2.4
libpyth
Levi Campbell wrote:
> what is /usr/lib/libpython2.4.so used for?
Nothing, usually. Things embedding python might use it, such as vim.
Regards,
Martin
--
http://mail.python.org/mailman/listinfo/python-list
what is /usr/lib/libpython2.4.so used for?
--
http://mail.python.org/mailman/listinfo/python-list
libpython2.4.a in /usr/local/lib/python2.4/config
but not an libpython2.4.so .
Even the libpython2.4.a will not be installed into /usr/local/lib
>From looking at the Makefile i was not not able to determine the option
which might be missing to get a shared library of python.
Any hints ?
Hajo
--
h