libtiff.so.4:无版本信息可用(Ayam)

时间:2018-08-06 19:29:49

标签: linux 3d version gnu manjaro

只需从AUR安装Ayam(使用4.14.53-1-MANJARO x86_64 GNU / Linux)。 想要执行它,但没有出现GUI。 从控制台执行,我得到以下输出:

/opt/ayam/bin/ayam: /usr/lib/libtiff.so.4: no version information available (required by /opt/ayam/bin/ayam)
No resource found
No resource found
    while executing
"error $msg"
    invoked from within
"if {[catch {::wrap::source $argv0} msg]} {
    set argv0 [lindex $argv 0]
    set argv [lrange $argv 1 end]
    if {([incr argc -1] < 0) || !([file re..."

在我发现的StackOverflow中进行搜索后,发现可以通过以下操作找到丢失的信息:

readelf -V /opt/ayam/bin/ayam

但这只会打印出大量奇怪的信息,如下所示:

Version needs section '.gnu.version_r' contains 5 entries:
 Addr: 0x000000000043c400  Offset: 0x03c400  Link: 7 (.dynstr)
  000000: Version: 1  File: libdl.so.2  Cnt: 1
  0x0010:   Name: GLIBC_2.2.5  Flags: none  Version: 7
  0x0020: Version: 1  File: libtiff.so.4  Cnt: 1
  0x0030:   Name: LIBTIFF_3.9  Flags: none  Version: 6
  0x0040: Version: 1  File: libm.so.6  Cnt: 1
  0x0050:   Name: GLIBC_2.2.5  Flags: none  Version: 4
  0x0060: Version: 1  File: libc.so.6  Cnt: 3
  0x0070:   Name: GLIBC_2.7  Flags: none  Version: 8
  0x0080:   Name: GLIBC_2.3  Flags: none  Version: 5
  0x0090:   Name: GLIBC_2.2.5  Flags: none  Version: 3
  0x00a0: Version: 1  File: libpthread.so.0  Cnt: 1
  0x00b0:   Name: GLIBC_2.2.5  Flags: none  Version: 2

要解决此问题,我实际上必须做什么? 祝您愉快,并感谢您的答复。 J. S。

0 个答案:

没有答案