When trying to run/install Terminology on Ubuntu 14.04 I get the following error
symbol lookup error: /usr/local/lib/libecore_evas.so.1: undefined symbol: _eina_log_state_shutdown
I guess the problem is with the elementary library, because when I tried to compile it from source as indicated on the Enlightenmend site, I couldn't run the make
command without obtaining this error.
I tried doing a sudo make uninstall
on this library and then the Efl, Evas Generic Loaders, and Emotion Generic Players libraries (the ones needed for Terminology according to the Enlightenment web page). After that I added the enlightenment-git/ppa
repository, and followed the steps of the How to install terminology on Ubuntu 14.04 post with the same result: when I run the terminology
command, I still get the error, even though there are no visible errors during the installation.
I even tried the niko2040/e19
repository but the same occurred, I'd appreciate any help.
Thanks!
usr/local/lib
– Rafael Díaz Apr 19 '15 at 06:08make install
at all unless you have some way of controlling installed files... (checkinstall is one way of doing that on ubuntu) – Ivan Anishchuk Apr 19 '15 at 06:54