https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=212564
--- Comment #9 from Tijl Coosemans <[email protected]> --- (In reply to w.schwarzenfeld from comment #7) > /usr/local/lib/browser_plugins/linux-c6-flashplugin/libflashplayer.so: > ELF 32-bit LSB shared object, Intel 80386, version 1 (FreeBSD), > dynamically linked, stripped This is obviously wrong. It's not a FreeBSD file. An immediate fix would be to run "brandelf -t Linux /usr/local/lib/browser_plugins/linux-c6-flashplugin/libflashplayer.so" and probably also "brandelf -t Linux /compat/linux/usr/lib/libflashsupport.so". I suspect this may be caused by strip on FreeBSD 10 and older. What is the output of "strip --version"? -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-emulation To unsubscribe, send any mail to "[email protected]"
