ldd /data/home/nwagner/local/bin/python
        libpthread.so.0 => /lib64/libpthread.so.0 (0x000000383d800000)
        libdl.so.2 => /lib64/libdl.so.2 (0x000000383d400000)
        libutil.so.1 => /lib64/libutil.so.1 (0x000000384c200000)
        libm.so.6 => /lib64/libm.so.6 (0x000000383d000000)
        libc.so.6 => /lib64/libc.so.6 (0x000000383cc00000)
        /lib64/ld-linux-x86-64.so.2 (0x000000383c800000)

libpython is missing. How can I fix the problem ?



On Tue, Jun 8, 2010 at 5:47 PM, Giovanni Bajo <[email protected]> wrote:

> On 6/8/2010 3:03 PM, Nils Wagner wrote:
>
>> I have installed python via
>>
>> ./configure --prefix=/data/home/nwagner/local
>> make
>> make install
>>
>> How can I check if I am using a static build of python ?
>>
>
> Do you have a python*.so* within the prefix? Is it listed as output of "ldd
> python"?
>
> --
> Giovanni Bajo
> Develer S.r.l.
> http://www.develer.com
>
> --
> You received this message because you are subscribed to the Google Groups
> "PyInstaller" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected]<pyinstaller%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/pyinstaller?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"PyInstaller" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/pyinstaller?hl=en.

Reply via email to