Am 23.02.2012 03:05, schrieb Paul Whipp:
Error loading Python lib'/tmp/_MEIMkjue6/libpython2.6.so.1.0': /lib/libc.so.6: 
version`GLIBC_2.7' not found (required by /tmp/_MEIMkjue6/libcrypto.so.0.9.8)

Well, this message is quite clear: You need to install glibc 2.7 on this machine. Or maybe you can rebuild libcrypto to use a older version of glibc.

PyInstaller exclude glibc from it's distribution as these are available on all machines.

~/python/orb/merchant $ orb_development_proxy ping merchant merchant
-bash: ./orb_development_proxy: No such file or directory

Bash sometime gives irritating error messages. So this can be caused by another file not found. I was trapped by suche messages at other occasions, too. Try running your program under strace:

strace -f -e trace=file ./orb_development_proxy 2>&1 | less -S


/home/evanidus-sandbox/public_html#ldd orb_proxy
Hmm, this is a different program?!

--
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

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to