> Hi Henri!
> 
> Thank you for responding.
> 
> This is what I get:
> alex@desktop:~/ivyviewer$ LD_LIBRARY_PATH="./lib:$LD_LIBRARY_PATH" ldd
> ./bin/llplugin/libmedia_plugin_cef.so
>          linux-vdso.so.1 =>  (0x00007ffcedd68000)
>          librt.so.1 => /lib/x86_64-linux-gnu/librt.so.1
> (0x00007f07a805e000)
>          libaprutil-1.so.0 => ./lib/libaprutil-1.so.0
> (0x00007f07a7e15000)
>          libapr-1.so.0 => ./lib/libapr-1.so.0 (0x00007f07a7be5000)
>          libstdc++.so.6 => /usr/lib/x86_64-linux-gnu/libstdc++.so.6
> (0x00007f07a785f000)
>          libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6
> (0x00007f07a7509000)
>          libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1
> (0x00007f07a72f2000)
>          libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0
> (0x00007f07a70d3000)
>          libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6
> (0x00007f07a6cf3000)
>          /lib64/ld-linux-x86-64.so.2 (0x00007f07a8670000)
>          libuuid.so.1 => /lib/x86_64-linux-gnu/libuuid.so.1
> (0x00007f07a6aee000)
>          libcrypt.so.1 => /lib/x86_64-linux-gnu/libcrypt.so.1
> (0x00007f07a68b6000)
>          libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2
> (0x00007f07a66b2000)
> 
> alex@desktop:~/ivyviewer$ find . -name 'libcef.so'
> ./lib/libcef.so
> 
> I would have expected to see a 'not found' in the ldd output if it had
> not been copied or it was sitting somewhere outside of LD_LIBRARY_PATH.
> Is it likely has gotten screwed up during the link of
> libmedia_plugin_cef.so?

Interestingly if I run ldd against a pre dullahan era instance of FS:

alex@desktop:~/fs_avx2/bin/llplugin$ ldd libmedia_plugin_cef.so
         linux-vdso.so.1 =>  (0x00007fff637d2000)
         libllceflib.so => not found
         librt.so.1 => /lib/x86_64-linux-gnu/librt.so.1 
(0x00007f341b9ed000)
         libexpat.so.1 => /lib/x86_64-linux-gnu/libexpat.so.1 
(0x00007f341b7c2000)
         libstdc++.so.6 => /usr/lib/x86_64-linux-gnu/libstdc++.so.6 
(0x00007f341b43c000)
         libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 
(0x00007f341b0e6000)
         libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 
(0x00007f341aecf000)
         libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 
(0x00007f341aaef000)
         /lib64/ld-linux-x86-64.so.2 (0x00007f341bffd000)
         libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 
(0x00007f341a8d0000)

The 'not found' is probably just due to LD_LIBRARY_PATH not being set. 
But at least the dependency is there! In my problematic install it seems 
the dependency is completely missing!

I'm guessing something has gone bad during the link of 
libmedia_plugin_cef

Kind Regards,
Alex.
_______________________________________________
Policies and (un)subscribe information available here:
http://wiki.secondlife.com/wiki/OpenSource-Dev
Please read the policies before posting to keep unmoderated posting privileges

Reply via email to