> [EMAIL PROTECTED] unzip]# file > /usr/lib/python2.3/site-packages/neo_cgi.so > /usr/lib/python2.3/site-packages/neo_cgi.so: ELF 32-bit LSB shared > object, Intel 80386, version 1 (SYSV), stripped > > [EMAIL PROTECTED] unzip]# file /usr/bin/python2.3 > /usr/bin/python2.3: ELF 64-bit LSB executable, AMD x86-64, version 1 > (SYSV), for GNU/Linux 2.4.0, dynamically linked (uses shared libs), > stripped >
That's exactly the problem Matt was suspecting, you have a 32-bit shared library which isn't compatible with your 64-bit python. That's because you installed a 32-bit RPM, which in turn must be because there isn't a 64-bit RPM according to the quote you provided from redhat. Since 0.11 is still a work in progress, you won't find release rpms for it, but building apps from source isn't that difficult (my distro, gentoo, builds from source for every install even of release versions). You'll just have to get the latest version from the repository and pay careful attention to the configure output to see if you're missing any required dependencies. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" 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/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
