Hey I'm hoping I can get some help. I'm trying to take my simulation code that I've generated on Ubuntu and move it to a Redhat server that has more grunt than my desktop. I used with -F flag and generated an executable that runs fine on my development machine. When I push it onto the server I get the following error: ./Obfuscated: error while loading shared libraries: libssl.so.0.9.8: cannot open shared object file: No such file or directory . I do not have admin privileges on the server (which is why I haven't simply installed numpy, scipy and matplotlib there). Is there a flag that could solve this problem for me or any sage words of advice? -Sloan Lindsey
P.S. I've also tried not using the -F flag and I get the same result. -- 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.
