I believe that you require linux compat8 or higher for this to work. I'm using linux compat f10 and it worked fine first time.
If you need to update your linux compat then just google or search the forums.
As a rule of thumb for me when doing a fresh install... I always immediately add the following lines to /etc/make.conf before adding ANY ports:
From then on, when I build any linux ports they will depend automatically on the fedora 10 core.
And that all I'm going to cover on linux compatibility other than MAKE SURE ITS RUNNING!!! add 'linux_enable="YES"' to your /etc.rc.conf file.
1: check the above.
2: add this line to your /etc/fstab
3: mount your linprocfs by typing the following at the terminal as root:
NOTE: If /usr/compat/linux/proc does not exist you made need to create it using the '-p' option!
4: start some additional linux services (this can also be set in rc.conf) by typing the following at the terminal as root.
5: if you havnt already.. (tsk tsk!) update your ports and install the following ports:
NOTE: As I am using the fedora 10 core emulation layer.. i am therefore using the f10 linux plugin. f8 users will want to use the f8-flashplugin10 port....obvioulsy.
6: close down firefox3 and find the file "libflashplayer.so" by typing the following at the terminal.
Here is mine above in the npapi directory.
7: IMPORTANT.. at least I thought i was..... exit from super user mode and type the following command at the terminal:
8: Open up firefox3 and type "about
lugins" into the address bar and hit enter. voila! your plugins should appear as Shockwave Flash.
9: Go back to Youtube!!!
If you need to update your linux compat then just google or search the forums.
As a rule of thumb for me when doing a fresh install... I always immediately add the following lines to /etc/make.conf before adding ANY ports:
Code:
OVERRIDE_LINUX_BASE_PORT=f10
OVERRIDE_LINUX_NONBASE_PORTS=f10
From then on, when I build any linux ports they will depend automatically on the fedora 10 core.
And that all I'm going to cover on linux compatibility other than MAKE SURE ITS RUNNING!!! add 'linux_enable="YES"' to your /etc.rc.conf file.
1: check the above.
2: add this line to your /etc/fstab
Code:
linproc /usr/compat/linux/proc linprocfs rw 0 0
3: mount your linprocfs by typing the following at the terminal as root:
Code:
mount /usr/compat/linux/proc
NOTE: If /usr/compat/linux/proc does not exist you made need to create it using the '-p' option!
4: start some additional linux services (this can also be set in rc.conf) by typing the following at the terminal as root.
Code:
/etc/rc.d/abi start
/etc/rc.d/sysctl start
5: if you havnt already.. (tsk tsk!) update your ports and install the following ports:
Code:
cd /usr/ports/www/linux-f10-flashplugin10 && make install clean
cd /usr/ports/www/nspluginwrapper && make install clean
NOTE: As I am using the fedora 10 core emulation layer.. i am therefore using the f10 linux plugin. f8 users will want to use the f8-flashplugin10 port....obvioulsy.
6: close down firefox3 and find the file "libflashplayer.so" by typing the following at the terminal.
Code:
# find / -name libflashplayer.so
/usr/local/lib/npapi/linux-f10-flashplugin/libflashplayer.so
Here is mine above in the npapi directory.
7: IMPORTANT.. at least I thought i was..... exit from super user mode and type the following command at the terminal:
Code:
nspluginwrapper -v -i /usr/local/lib/npapi/linux-f10-flashplugin/libflashplayer.so
8: Open up firefox3 and type "about

9: Go back to Youtube!!!