[opensource-dev] Linux x64 - libmedia_plugin_cef.so error
Alex
sldev at vlan1000.net
Tue Mar 20 02:58:49 PDT 2018
On 2018-03-20 19:35, Henri Beauchamp wrote:
> On Tue, 20 Mar 2018 10:24:24 +0100, Henri Beauchamp wrote:
>
>> On Tue, 20 Mar 2018 10:22:43 +0100, Henri Beauchamp wrote:
>>
>> > LD_LIRABRY_PATH="./lib:$LD_LIRABRY_PATH" ldd ./path bin/llplugin/libmedia_plugin_cef.so
>>
>> I meant:
>> LD_LIRABRY_PATH="./lib:$LD_LIRABRY_PATH" ldd
>> ./bin/llplugin/libmedia_plugin_cef.so
>
> And without the typos in "library", it actually is:
> LD_LIBRARY_PATH="./lib:$LD_LIBRARY_PATH" ldd
> ./bin/llplugin/libmedia_plugin_cef.so
>
> * drinks a cup of strong expresso, slaps his face twice and re-reads
> thrice *
> Should be OK, this time...
>
> Henri.
> _______________________________________________
> 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
Hi Henri!
Thank you for responding.
This is what I get:
alex at 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 at 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?
Kind Regards,
Alex.
--
Kind Regards,
Alex.
More information about the opensource-dev
mailing list