I compiled a mixed Python and C++ program in our cluster successfully which previously I have compiled that in my local machine successfully and it runs without any error in my local machine. But in our cluster, when I tried to run that program I received this strange error which honestly I would say I don't have any clue about it:
ImportError: /home/yousefi/hemelb-dev/Tools/setuptool/HemeLbSetupTool/Model/Generation.so: undefined symbol: deflateInit
I want to know anyone have any idea about that error? I should say again the program compiled without any error successfully in our cluster but this error occurred during running. I appreciate any idea or help.