Hi sloan, what version of pyinstaller do you use?
Could you create a small example which is also failing with the same error? You could try copy libssl.so.0.9.8 from /usr/lib to the folder which was created by pyinstaller and where other *.so files are. Sloan Lindsey píše v Út 26. 04. 2011 v 13:53 +0200: > 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 pyinstaller > [email protected]. > For more options, visit this group at > http://groups.google.com/group/pyinstaller?hl=en. -- 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.
