¡@

Home 

python Programming Glossary: ldd

Python SocketServer: sending to multiple clients?

http://stackoverflow.com/questions/3670127/python-socketserver-sending-to-multiple-clients

Undefined boost python symbol: boost::python::detail::init_module

http://stackoverflow.com/questions/5810101/undefined-boost-python-symbol-boostpythondetailinit-module

symbol _ZN5boost6python6detail11init_moduleEPKcPFvvE ldd reports the following ldd r test.so linux gate.so.1 0x00ab3000.. ldd reports the following ldd r test.so linux gate.so.1 0x00ab3000 libboost_python3.so.1.46.1..

How to install lxml for python without administative rights on linux?

http://stackoverflow.com/questions/5976030/how-to-install-lxml-for-python-without-administative-rights-on-linux

can verify that the shared objects are being found using ldd if it's installed ldd HOME root lxml etree.so grep HOME libxslt.so.1.. shared objects are being found using ldd if it's installed ldd HOME root lxml etree.so grep HOME libxslt.so.1 home user root..

Compiling Python 2.6.6 and need for external packages wxPython, setuptools, etc… in Ubuntu

http://stackoverflow.com/questions/6079128/compiling-python-2-6-6-and-need-for-external-packages-wxpython-setuptools-etc

collect_binary_libs cd TARG find . name ' .so' sed 's ^ ldd v ' elffiles echo ldd v bin python elffiles chmod x elffiles.. cd TARG find . name ' .so' sed 's ^ ldd v ' elffiles echo ldd v bin python elffiles chmod x elffiles . elffiles sed 's . s.. elffiles sed 's . s . d s ^ ' sort u sed 's . cp L lib ' lddinfo # mkdir lib chmod x lddinfo . lddinfo cd ~ collect_binary_libs..

Is there a way to tell if python was configured and compiled with “--with-threads --enable-shared”?

http://stackoverflow.com/questions/9193773/is-there-a-way-to-tell-if-python-was-configured-and-compiled-with-with-thread

know if the python version binary uses this shared library ldd will tell you that. I make that distinction because on Debian..