[LAU] Solved [was Re: libflashplayer library path]

From: Patrick Shirkey <pshirkey@email-addr-hidden>
Date: Sat Aug 08 2009 - 08:40:21 EEST

On 08/08/2009 02:45 PM, Patrick Shirkey wrote:
> Hi,
>
> Does anyone know how to make libflashplayer(64bit) use /usr/lib64
> instead of /usr/lib/
>
>
>
> Cheers.
>
>

===================================================================
Complete install method for libflashplayer with the dev version of
pulseaudio on Fedora 11 x86_64

Install pulseaudio
1. Download the pulseaudio dev version and install.
2. Make sure the headers are installed else libflashsupport won't build.
rm -rf /usr/include/pulse/
3. ln -s /usr/local/src/pulseaudio/pulseaudio/src/pulse /usr/include/

Install libflashplayer(64)

1. yum remove flash-plugin
2. Download from here: http://labs.adobe.com/downloads/flashplayer10.html
3. install as per instructions (hahahahhahhahhaha)
4. copy libflashplayer.so to

/usr/lib/mozilla/plugins/libflashplayer.so
/usr/lib/opera/plugins/libflashplayer.so

Install libflashsupport
1: Download libflashsupport http://project.revolutionlinux.com/PulseAudio
2: Edit the library path in the Makefile to /usr/lib64
3: Remove -WError from line 3.
4: Edit the Pulse library path in flashsupport.c to /usr/lib64/

// Default library location
/*
#ifndef LIBPULSEPATH
#define LIBPULSEPATH /usr/lib64/libpulse-simple.so.0
#endif

6. make
7. make install

10. rm -rf /usr/lib/libflashsupport.so
11. ln -s /usr/lib64/libflashsupport.so /usr/lib/

Now libflashsupport will be found by libflashplayer and use the 64 bit
libs for pulseaudio by default. This frees up /usr/lib/alsa-lib/ for
installing the 32 bit libs for use with skype, realplayer, etc...

12. restart firefox.

===================================================================

Patrick Shirkey
Boost Hardware Ltd

_______________________________________________
Linux-audio-user mailing list
Linux-audio-user@email-addr-hidden
http://lists.linuxaudio.org/mailman/listinfo/linux-audio-user
Received on Sat Aug 8 12:15:02 2009

This archive was generated by hypermail 2.1.8 : Sat Aug 08 2009 - 12:15:02 EEST