hi all,
we are facing some problem while running our application on
different versions of linux.
we have an application which uses python-2.4.4 , matplotlib-0.90.0 ,
numpy-1.0.1, and numarray.
we have mainly 2 different types of linux boxes , one older ones with
kernel 2.4.21-47, gcc-3.2.3 (Red Hat Linux 3.2.3-56) and other newer
ones with kernel 2.6.9-42,gcc-3.4.6 (Red Hat 3.4.6-3)
we need a wide python to support unicode so we install it from source
with ./configure --prefix=$prefix --enable-unicode=ucs4 and then we
install all other modules via python setup.py install
when we create the executable on older machine, it runs fine on older
machine but on newer machine it fails with this message
>> relocation error: /tmp/_MEI21064/libc.so.6: symbol _dl_starting_up, version
>> GLIBC_PRIVATE >> not defined in file ld-linux.so.2 with link time reference
and if we create the executable on a newer machine then it runs fine
on newer machine but fails on the older machine with this message
>> relocation error: /tmp/_MEI9475/libc.so.6: symbol _rtld_global_ro, version
>> GLIBC_PRIVATE >> not defined in file ld-linux.so.2 with link time reference
ld-linux.so.2 is at the same place on both machines /lib/ld-linux.so.2
any suggestions/solutions how to solve this?any small hints will also
be of a great help, we need to fix this badly :)
--Thanks
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---