Re: [e-users] symbol lookup error

2013-06-11 Thread mh
Not sure if this was the problem, but I had an e17.conf and e18.conf file(s) in /etc/ld.so.conf.d, in addition to an efl.conf. I deleted those and ran sudo ldconf in build directories. That, and a reboot, and I'm good. Could the multiple e*.conf files have caused the problem? On 06/11/2013 03:0

Re: [e-users] symbol lookup error

2013-06-11 Thread mh
Yeah, I did sudo ldconfig in the script. What I just tried was delete all directories in /opt/efl, and then install efl, evas_generic_loaders, enlightenment, and elementary by hand: autogen.sh, configure.sh, make, and then sudo make install and sudo ldconfig. Same result. On 06/11/2013 08:43 A

Re: [e-users] symbol lookup error

2013-06-11 Thread Daniel Juyung Seo
Weird... Did you run this? $ sudo ldconfig Or can you wipe out /opt/efl and install efl libraries again? Daniel Juyung Seo (SeoZ) On Tue, Jun 11, 2013 at 8:42 PM, mh wrote: > Thanks SeoZ. Here are the results: > > 1. /opt/efl/include$ grep _eina_log_state_shutdown . -rnI: > > ./eina-1/eina/ei

Re: [e-users] symbol lookup error

2013-06-11 Thread mh
Thanks SeoZ. Here are the results: 1. /opt/efl/include$ grep _eina_log_state_shutdown . -rnI: ./eina-1/eina/eina_log.h:945:extern EAPI const char *_eina_log_state_shutdown; ./eina-1/eina/eina_log.h:948:#define EINA_LOG_STATE_SHUTDOWN _eina_log_state_shutdown 2. /opt/efl/lib$ nm libeina.so | gr