Hi Barry,

we are using a very old RedHat 6.1 (till now no need to upgrade). I
can reproduce the problem on other machines with same OS. TG 1.0 had
no problems on those machines, but after upgrade to TG 1.0.3.2 I
always get the "BUG IN DYNAMIC LINKER" error message with tg-admin. I
compiled Python 2.5.1 and can use it on this machine without any
errors. So I don't understand why a Python modul can cause such
trouble.

Don't know if it's helpfull but output of "strace tg-admin" is:

stat("/root/.python-eggs/PyProtocols-1.0a0dev_r2302-py2.5-linux-
i686.egg-tmp/protocols/_speedups.so", {st_mode=S_IFREG|0755,
st_size=77473, ...}) =
0
open("/root/.python-eggs/PyProtocols-1.0a0dev_r2302-py2.5-linux-
i686.egg-tmp/protocols/_speedups.so", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0755, st_size=77473, ...}) = 0
read(5, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0P
\25\0\000"..., 4096) = 4096
mmap(0, 30996, PROT_READ|PROT_EXEC, MAP_PRIVATE, 5, 0) = 0x4049c000
mprotect(0x404a3000, 2324, PROT_NONE)   = 0
mmap(0x404a3000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 5,
0x7000) = 0x404a3000
close(5)                                = 0
write(2, "BUG IN DYNAMIC LINKER ld.so: ", 29BUG IN DYNAMIC LINKER
ld.so: ) = 29
write(2, "dynamic-link.h", 14dynamic-link.h)          = 14
write(2, ": ", 2: )                       = 2
write(2, "57", 257)                       = 2
write(2, ": ", 2: )                       = 2
write(2, "elf_get_dynamic_info", 20elf_get_dynamic_info)    = 20
write(2, ": ", 2: )                       = 2
write(2, "Assertion `", 11Assertion `)             = 11
write(2, "! \"bad dynamic tag\"", 19! "bad dynamic tag")   = 19
write(2, "\' failed!\n", 10' failed!
)            = 10
_exit(127)                              = ?


  Hans


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears" 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/turbogears?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to