On Tue, 20 Mar 2018 22:30:14 +1000, Alex wrote: > On 2018-03-20 22:00, Alex wrote: > > 2018-03-20T11:53:39Z WARNING: LLPluginInstance::load: apr_dso_load of > > /home/alex/ivyviewer/bin/llplugin/libmedia_plugin_cef.so failed with > > error 20019 , additional info string: > > /home/alex/ivyviewer/bin/llplugin/libmedia_plugin_cef.so: undefined > > symbol: _ZN8dullahan26setOnStatusMessageCallbackESt8functionIFvSsEE > > > > Any ideas what might be behind this one? > > Something I noticed: > > alex@desktop:~/ivyviewer/bin/llplugin$ strings libmedia_plugin_cef.so | > grep ZN8dullahan26setOnStatusMessageCallbackESt8functionIFvSsEE > _ZN8dullahan26setOnStatusMessageCallbackESt8functionIFvSsEE > _ZN8dullahan26setOnStatusMessageCallbackESt8functionIFvSsEE > > The symbol is there...
But only twice... I get it listed thrice in my plugin... strings /usr/local/CoolVLViewer-1.26.21/bin/llplugin/media_plugin_cef.so | grep _ZN8dullahan26setOnStatusMessageCallback _ZN8dullahan26setOnStatusMessageCallbackEN5boost8functionIFvSsEEE _ZN8dullahan26setOnStatusMessageCallbackEN5boost8functionIFvSsEEE _ZN8dullahan26setOnStatusMessageCallbackEN5boost8functionIFvSsEEE (there's "boost" because I "re-boostified" Dullhan's interface for C++98 compatibility). So, it looks indeed like a linking issue even though: On Tue, 20 Mar 2018 23:20:59 +1000, Alex wrote: > gcc/g++ version 4.9.4 > GNU ld (GNU Binutils for Ubuntu) 2.29.1 Using the same versions here, for personal builds, with no issue whatsoever. 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
