Oh now that was embarassing. I thought i had erased all e17 libraries when
i upgaded to e18 but there was a sneaky libeina.1.7.9 left under directory
/usr/lib/i386-linux-gnu, a directory which is included in the
/etc/ld.so.conf.d/i486-linux-gnu.conf file. I guess jessie changed
something and the system looked first at /usr/lib/i386-linux-gnu for the
requested libraries and picked the 1.7.9 version.
Many thanks for your help and also congrats to the people responsible for
terminology, it rocks :)


On Thu, Jan 2, 2014 at 2:10 AM, Carsten Haitzler <[email protected]>wrote:

>
> for whatever reason enlightenment_sys for YOU is not linked to eina or
> somehow
> symbols have been removed in your eina lib (_eina_log_state_shutdown was
> added
> march 2013 ... so LONG LONG LONG before efl 1.8 was out).
>
> check with ldd - but it should be linked to eina too as eo won't work
> without
> eina anyway... and eo itself should  be linked to eina:
>
> $ ldd /usr/local/lib/libeo.so.1
>         linux-vdso.so.1 (0x00007ffffc1fa000)
>         libeina.so.1 => /usr/local/lib/libeina.so.1 (0x00007f0321730000)
>         libm.so.6 => /usr/lib/libm.so.6 (0x00007f03213fe000)
>         libdl.so.2 => /usr/lib/libdl.so.2 (0x00007f03211fa000)
>         librt.so.1 => /usr/lib/librt.so.1 (0x00007f0320ff1000)
>         libpthread.so.0 => /usr/lib/libpthread.so.0 (0x00007f0320dd3000)
>         libc.so.6 => /usr/lib/libc.so.6 (0x00007f0320a28000)
>         /usr/lib64/ld-linux-x86-64.so.2 (0x0000003000000000)
>
> $ ldd /usr/local/lib/enlightenment/utils/enlightenment_sys
>         linux-vdso.so.1 (0x00007fffa3446000)
>         libecore.so.1 => /usr/local/lib/libecore.so.1 (0x00007fa8e4223000)
>         libgthread-2.0.so.0 => /usr/lib/libgthread-2.0.so.0
> (0x00007fa8e3ff2000)        libglib-2.0.so.0 => /usr/lib/libglib-2.0.so.0
> (0x00007fa8e3cf2000) libeo.so.1 => /usr/local/lib/libeo.so.1
> (0x00007fa8e3ade000) libeina.so.1 => /usr/local/lib/libeina.so.1
> (0x00007fa8e3883000) libdl.so.2 => /usr/lib/libdl.so.2 (0x00007fa8e367f000)
> librt.so.1 => /usr/lib/librt.so.1 (0x00007fa8e3476000) libpthread.so.0
> => /usr/lib/libpthread.so.0 (0x00007fa8e3258000) libm.so.6
> => /usr/lib/libm.so.6 (0x00007fa8e2f55000) libbluetooth.so.3
> => /usr/lib/libbluetooth.so.3 (0x00007fa8e2d36000) libpam.so.0
> => /usr/lib/libpam.so.0 (0x00007fa8e2b28000) libc.so.6 =>
> /usr/lib/libc.so.6
> (0x00007fa8e277d000) libpcre.so.1 => /usr/lib/libpcre.so.1
> (0x00007fa8e2516000)
>         /lib64/ld-linux-x86-64.so.2 => /usr/lib64/ld-linux-x86-64.so.2
> (0x0000003000000000)
>
> whatever has happened - something has gone wrong seeming at build time or
> packaging... as your libeo i guess is not linked against eina... OR if it
> is,
> the eina lib u have predates march 2013... which means its not efl 1.8...
> (maybe you have multiple eina libs installed? how have you gotten away with
> that? well multiple eina libs in different dirs? it's possible to do but
> with
> great care and frankly if you are asking these questions here... you're
> not the
> right person to be maintaining multiple instances of efl (eina or other
> things)
> across multiple dirs on your system as you'd know you have them and know
> how to
> make them work. :)).
>
>
> > thanks
> > Michael
> >
> ------------------------------------------------------------------------------
> > Rapidly troubleshoot problems before they affect your business. Most IT
> > organizations don't have a clear picture of how application performance
> > affects their revenue. With AppDynamics, you get 100% visibility into
> your
> > Java,.NET, & PHP application. Start your 15-day FREE TRIAL of
> AppDynamics Pro!
> >
> http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
> > _______________________________________________
> > enlightenment-users mailing list
> > [email protected]
> > https://lists.sourceforge.net/lists/listinfo/enlightenment-users
> >
>
>
> --
> ------------- Codito, ergo sum - "I code, therefore I am" --------------
> The Rasterman (Carsten Haitzler)    [email protected]
>
>
------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
_______________________________________________
enlightenment-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to