I would say it could be caused by different kernels: your old kernel is
2.4 and newer is 2.6 series. I would assume there could be some changes
in the networking api. And the compiled libraries may not run on kernel
2.6.
How did you get runnning python 2.7 on your old build machine?
Could you try create builds on your centos 5.4 and then try the
executables on your ubuntu box if it will also crash?
One more thing to try:
What is your gcc version on that old machine?
Maybe you could try first try compiling any more recent gcc version (4.x
series) and then try compiling python 2.7 with this more recent version.
Maybe this would help.
does it mean that it should be put on the exclude list of linux
libraries?
This file belongs to glibc, so most probaply it sould be excluded.
$ rpm -qf '/lib/libresolv.so.2'
glibc-2.11.1-8.2mnb2
And perhaps quite some more which belong to glibc:
ld-linux.so.*
libBrokenLocale.so.*
libanl.so.*
libcidn.so.*
libcrypt.so.*
libnsl.so.*
libnss_*so.*
libresolv.so.*
libutil.so.*
--
Schönen Gruß - Regards
Hartmut Goebel
Dipl.-Informatiker (univ.), CISSP, CSSLP
Goebel Consult
Spezialist für IT-Sicherheit in komplexen Umgebungen
http://www.goebel-consult.de
Monatliche Kolumne: http://www.cissp-gefluester.de/
Goebel Consult ist Mitglied bei http://www.7-it.de
It seems to be only the following libnss:
r'/libnss_compat.*\.so\..*':1,
r'/libnss_dns.*\.so\..*':1,
r'/libnss_files.*\.so\..*':1,
r'/libnss_hesiod.*\.so\..*':1,
r'/libnss_nis.*\.so\..*':1,
r'/libnss_nisplus.*\.so\..*':1,
I committed the fix to 1.5 branch and to svn trunk. Could you please
test it, if it still works for you?
These are the statements for exclude list:
# glibc regex excludes
r'/ld-linux\.so\..*':1,
r'/libBrokenLocale\.so\..*':1,
r'/libanl\.so\..*':1,
r'/libcidn\.so\..*':1,
r'/libcrypt\.so\..*':1,
r'/libnsl\.so\..*':1,
r'/libnss_compat.*\.so\..*':1,
r'/libnss_dns.*\.so\..*':1,
r'/libnss_files.*\.so\..*':1,
r'/libnss_hesiod.*\.so\..*':1,
r'/libnss_nis.*\.so\..*':1,
r'/libnss_nisplus.*\.so\..*':1,
r'/libresolv\.so\..*':1,
r'/libutil\.so\..*':1,