./configure --help yields --enable-shared disable/enable building shared python library
I guess that is the missing operation when I built python. Do you agree ? On Wed, Jun 9, 2010 at 11:30 AM, Giovanni Bajo <[email protected]> wrote: > On 6/9/2010 8:06 AM, Nils Wagner wrote: > >> 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 ? >> > > Follow Python's instructions on how to compile it with a dynamic libpython > library. I'm afraid I can't help more than this. > > -- > 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.
