Hi - I have an application which uses gtkmm. The client's machine does not have this library installed. When he runs my application on his Red Hat Linux he gets the error: libgio-2.0.so.0: cannot open share d object file: No such file or directory
How can i install it on the client's machine? I know I can do yum install, but since its Red Hat the client needs an active subscription, but their subscription expired so I'm not able to use yum.
Is there a way to install libgio-2.0.so without using yum?