Created attachment 150611 [details] Patch (from r240837) This should fix error "/usr/local/lib/opera/pluginwrapper/operapluginwrapper-ia32-linux: error while loading shared libraries: /usr/local/lib/opera/libstdc++.so.6: ELF file OS ABI invalid" for www/opera-linuxplugins.
Auto-assigned to maintainer ak@FreeBSD.org
Thank you for the report. The patch seems sensible. Can you confirm that next variant works? [ "${wrappertype}" != "native" ] && unset LD_LIBRARY_PATH
(In reply to Alex Kozlov from comment #2) > Thank you for the report. The patch seems sensible. > Can you confirm that next variant works? > > [ "${wrappertype}" != "native" ] && unset LD_LIBRARY_PATH Yes, it works fine for me.
A commit references this bug: Author: ak Date: Tue Dec 23 12:23:03 UTC 2014 New revision: 375320 URL: https://svnweb.freebsd.org/changeset/ports/375320 Log: - Fix issue with linux opera plugins Submitted by: Andriy Voskoboinyk <s3erios@gmail.com> PR: 196001 Changes: head/www/opera/Makefile head/www/opera/files/patch-lib_opera_pluginwrapper_operapluginwrapper