Re: work-around: the glibc adobe flash incompatibility

2010-11-17 Thread drago01
On Wed, Nov 17, 2010 at 5:03 PM, John Reiser wrote: >> For those who do not know it yet, recent Fedora glibc updates include >> an optimized memcpy (which gets used on some processors) which breaks the >> 64 bit adobe flash plugin. > > For right now (the immediate present) a work-around is to use

Re: work-around: the glibc adobe flash incompatibility

2010-11-17 Thread Chris Adams
Once upon a time, John Reiser said: > For right now (the immediate present) a work-around is to use the 'memmove' > subroutine as the resolution of any reference to the symbol 'memcpy'. > The quick-and-dirty way to do this It would probably be easier to use an LD_PRELOAD to load a wrapper to chan

work-around: the glibc adobe flash incompatibility

2010-11-17 Thread John Reiser
> For those who do not know it yet, recent Fedora glibc updates include > an optimized memcpy (which gets used on some processors) which breaks the > 64 bit adobe flash plugin. For right now (the immediate present) a work-around is to use the 'memmove' subroutine as the resolution of any reference