SCIENTIFIC-LINUX-USERS Archives

August 2014

SCIENTIFIC-LINUX-USERS@LISTSERV.FNAL.GOV

Options: Use Monospaced Font
Show Text Part by Default
Condense Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Sender:
Mailing list for Scientific Linux users worldwide <[log in to unmask]>
Date:
Sat, 30 Aug 2014 11:38:45 -0700
Reply-To:
"Patrick J. LoPresti" <[log in to unmask]>
Subject:
From:
"Patrick J. LoPresti" <[log in to unmask]>
Content-Type:
text/plain; charset="UTF-8"
In-Reply-To:
MIME-Version:
1.0
Comments:
To: Yasha Karant <[log in to unmask]>
Parts/Attachments:
text/plain (23 lines)
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

ATOM RSS1 RSS2