GNOME Bugzilla – Bug 792761
Linux x86-64 binaries are linked with libclang
Last modified: 2018-07-30 10:48:09 UTC
The Linux binaries from http://ftp.stack.nl/pub/users/dimitri/doxygen-1.8.14.linux.bin.tar.gz are linked with libclang: ldd doxygen ./doxygen: /lib/x86_64-linux-gnu/libtinfo.so.5: no version information available (required by ./doxygen) linux-vdso.so.1 => (0x00007ffc1de99000) libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007f12ed2cd000) libclang.so.6 => not found libtinfo.so.5 => /lib/x86_64-linux-gnu/libtinfo.so.5 (0x00007f12ed0a4000) libz.so.1 => /lib/x86_64-linux-gnu/libz.so.1 (0x00007f12ece8b000) libstdc++.so.6 => /usr/lib/x86_64-linux-gnu/libstdc++.so.6 (0x00007f12ecb78000) libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007f12ec872000) libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007f12ec65b000) libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f12ec292000) /lib64/ld-linux-x86-64.so.2 (0x00007f12ed4eb000)
As discussed in https://github.com/doxygen/doxygen/pull/734 , Doxygen has moved its issue tracking to https://github.com/doxygen/doxygen/issues All Doxygen tickets in GNOME Bugzilla have been migrated to Github. You can subscribe and participate in the new ticket in Github. You can find the corresponding Github ticket by searching for its Bugzilla ID (number) in Github. Hence I am closing this GNOME Bugzilla ticket. Please use the corresponding ticket in Github instead. Thanks a lot!