[Doxygen-users] Doxygen 1.8.14: error while loading shared libraries: libclang.so.6: cannot open sh
Brought to you by:
dimitri
From: Geoff A. <geo...@gm...> - 2018-03-20 22:17:06
|
I downloaded the binary distribution of Doxygen 1.8.14 for Linux x86-64 (doxygen-1.8.14.linux.bin.tar.gz) from http://www.stack.nl/~dimitri/doxygen/download.html and installed it as follows on openSUSE 42.3 (x86_64): (1) Expanded doxygen-1.8.14.linux.bin.tar.gz (2) Changed directory to the expanded directory (3) Ran "./configure --prefix /usr/local/doxygen-1.8.14" (without quotes) (4) Ran "make install" (without quotes) When I run "/usr/local/doxygen-1.8.14/bin/doxygen --version" (without quotes), I get gdlxn@linux-6edc:~> /usr/local/doxygen-1.8.14/bin/doxygen --version /usr/local/doxygen-1.8.14/bin/doxygen: error while loading shared libraries: libclang.so.6: cannot open shared object file: No such file or directory gdlxn@linux-6edc:~> I have clang installed on my system (as RPM package libclang-3.8.0-5.1.x86_64), but this only gives clang 3.8. How can I install Doxygen 1.8.14 on openSUSE 42.3 without having to compile it from source? Thanks, Geoff Alexander |