Hi,

As jacek mentioned, LSB may be able to help but the problem is that OpenSSL is not part of the LSB spec. The most common solutions are either:
- Compile statically
or
- You can ship the libraries that your app depends on, use a wrapper script and LD_LIBRARY_PATH to point to that directory

You may also want to compile on an older system such as Red Hat 9 or Debian 3.1 that uses an older version of glibc and RedHat

Best regards

Daniel