Elaborating on Oleg Sadov's suggestion...

On Fri, Aug 29, 2014 at 9:16 PM, Yasha Karant <[log in to unmask]> wrote:
>
> ykarant@jb344 Downloads]$ /usr/bin/AfterShotPro2X64
> Install Path:           /opt/AfterShotPro2(64-bit)
> LD_PATH:                /opt/AfterShotPro2(64-bit)/lib:
> XLIB_SKIP_ARGB_VISUALS: 1
> ./AfterShotPro: /lib64/libc.so.6: version `GLIBC_2.14' not found (required by /opt/AfterShotPro2(64-bit)/lib/libstdc++.so.6)

Assuming "LD_PATH" actually means "LD_LIBRARY_PATH", you could try
copying /lib64/libc.so.6 from a more modern Linux system into
/opt/AfterShotPro2(64-bit)/lib/ on your system. Note that libc.so.6 is
usually a symlink, and you want to copy the file (not the link), so be
aware of the options you use for rsync or scp or whatever.

The "no version information available" message is probably just a
warning in this context.

Good luck.

 - Pat