Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 73784

Summary: Flash plugin not working
Product: [Retired] Red Hat Raw Hide Reporter: Sammy <sait.a.umar>
Component: kdebaseAssignee: wdovlrrw <brosenkr>
Status: CLOSED NOTABUG QA Contact: Ben Levenson <benl>
Severity: medium Docs Contact:
Priority: medium    
Version: 1.0CC: polverini
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2002-09-10 19:26:49 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
nsplugins-gcc3 patch none

Description Sammy 2002-09-10 19:26:43 UTC
I cannot load any .swf file using konqueror from kdebase-3.0.3-8. 
 
Scanned plugins show the flash plugin associated with .swf and .spl 
files. Netscape(7.0)  using the same directory	can view the same  
sites perfectly. Plugins are available globally. I am using flash 5.0r50 
but have the same problem with 5.0r47. This used to work fine.

Comment 1 Bernhard Rosenkraenzer 2002-09-12 09:14:39 UTC
This is because Macromedia use a legacy compiler to build their flash module. 
You can't dynamically load a module that was built with an ancient compiler 
from an application that was built with gcc 3.x. 
 
So the options are getting Macromedia to recompile their module, or even 
better, to release the source so we can do it. 
 
There's nothing we can do about this in Konqueror (other than using a legacy 
compiler to build all of KDE, which has other, worse, drawbacks). 


Comment 2 Bernhard Rosenkraenzer 2002-09-12 09:30:31 UTC
*** Bug 73848 has been marked as a duplicate of this bug. ***

Comment 3 Sammy 2002-09-12 15:11:02 UTC
It seem like there is a patch for this that I tracked down from Mandrake 
Cooker. It just defines few missing symbols to nsplugin when compiling 
with gcc-3.2 such that all plugins compiled with either compiler will work. 
I am now compiling kdebase with this patch to see. It would be nice to 
have this working in 8.0.

Comment 4 Sammy 2002-09-12 17:46:24 UTC
Created attachment 75952 [details]
nsplugins-gcc3 patch

Comment 5 Sammy 2002-09-12 17:47:13 UTC
OK. I applied the patch and recompiled. Flash plugin is now working.