Skip to content
ShanHui edited this page Mar 31, 2017 · 2 revisions

Cannot run omnitty on linux?

ERROR Info:

$ ./omnitty
./omnitty: error while loading shared libraries: liblog4cplus-2.0.so.3: cannot open shared object file: No such file or directory
$ ldd omnitty
Inconsistency detected by ld.so: dl-version.c: 224: _dl_check_map_versions: Assertion `needed != ((void *)0)' failed!

Fix:

sudo apt-get install libcurl3

Cannot make log4cplus?

ERROR Info:

$ make
CDPATH="${ZSH_VERSION+.}:" && cd /install/Mesa-10.3.5 && /bin/bash /install/Mesa-10.3.5/bin/missing aclocal-1.14 -I m4
/install/Mesa-10.3.5/bin/missing: line 81: aclocal-1.14: command not found
WARNING: 'aclocal-1.14' is missing on your system.
      You should only need it if you modified 'acinclude.m4' or
      'configure.ac' or m4 files included by 'configure.ac'.
      The 'aclocal' program is part of the GNU Automake package:
      <http://www.gnu.org/software/automake>
      It also requires GNU Autoconf, GNU m4 and Perl in order to run:
      <http://www.gnu.org/software/autoconf>
      <http://www.gnu.org/software/m4/>
      <http://www.perl.org/>
make: *** [/install/Mesa-10.3.5/aclocal.m4] Error 127

Fix:

sudo apt-get install autotools-dev automake autoconf2.13 m4 perl libperl5.14
sudo autoreconf -ivf
./configure
make