Re: How to track down all required shared libraries?

2005-05-01 Thread Miki Tebeka
Hello sdhyok, Now, I am in the situation to run the same program but on several different machines with the same Linux OS. To avoid the reinstallation, I like to pack up all shared libraries into a directory. Is there a good way to track down all shared libraries required to run a Python

How to track down all required shared libraries?

2005-04-30 Thread sdhyok
Recently, I installed many shared libraries to run a program written in Python. Now, I am in the situation to run the same program but on several different machines with the same Linux OS. To avoid the reinstallation, I like to pack up all shared libraries into a directory. Is there a good way to

Re: How to track down all required shared libraries?

2005-04-30 Thread Mike Rovner
sdhyok wrote: Recently, I installed many shared libraries to run a program written in Python. Now, I am in the situation to run the same program but on several different machines with the same Linux OS. To avoid the reinstallation, I like to pack up all shared libraries into a directory. Is there

Re: How to track down all required shared libraries?

2005-04-30 Thread Jeff Epler
One poster suggests 'ldd' for executables. You can also use this on shared libraries: $ ldd /usr/lib/python2.3/lib-dynload/_tkinter.so libtix8.1.8.4.so = /usr/lib/libtix8.1.8.4.so (0x009b6000) libtk8.4.so = /usr/lib/libtk8.4.so (0x00111000) libtcl8.4.so =