Страница 1 из 5
Есть ли решение flashplayer10 + opera?
Добавлено: 2009-09-04 13:40:02
goshanecr
Добрый день!
Подскажите пожалуйста, как прикрутить адобовский флеш к опере?рыскал в интернете, куча какой-то разрозненной информации
sysctl.conf
Код: Выделить всё
compat.linux.osrelease=2.6.19
kern.module_path=/boot/kernel;/boot/modules;/usr/local/modules
rc.conf
установил порт:
/usr/ports/emulators/linux_base-f10/
при попытке установить www/linux-f10-flashplugin10 (в случае в -f8- тоже самое) выдает:
Код: Выделить всё
===> linux-f10-flashplugin-10.0r32 bsd.linux-apps.mk test failed: The component openldap is not defined for LINUX_DIST_SUFFIX= (the corresponding variable openldap_FILE is not defined). This usually means that the current port should be used with non default linux base and/or infrastructure port(s).
*** Error code 1
Stop in /usr/ports/www/linux-f10-flashplugin10.
Как то можно поставить?
Re: Есть ли решение flashplayer10 + opera?
Добавлено: 2009-09-04 18:06:55
server801
примерно так как и 9 версией
https://forum.staynet.ru/viewtopic.php? ... a3ac192427
P.S все отлично собралось
Код: Выделить всё
[freedom@host] 8:18pm# uname -a
FreeBSD host.bsd 7.2-RELEASE-p3 FreeBSD 7.2-RELEASE-p3 #0: Sat Aug 29 15:03:10 MSD 2009 freedom@host.bsd:/usr/obj/usr/src/sys/proxy i386
Код: Выделить всё
[freedom@host] 8:18pm# pkg_info| grep linux
linux_base-f10-10_1 Base set of packages needed in Linux mode for i386/amd64 (L
Код: Выделить всё
cat /etc/sysctl.conf
# $FreeBSD: src/etc/sysctl.conf,v 1.8.32.1 2009/04/15 03:14:26 kensmith Exp $
#
# This file is read when going to multi-user and its contents piped thru
# ``sysctl'' to adjust kernel values. ``man 5 sysctl.conf'' for details.
#
# Uncomment this to prevent users from seeing information about processes that
# are being run under another UID.
#security.bsd.see_other_uids=0
sysctl net.inet.ip.forwarding=1
compat.linux.osrelease=2.6.16
Re: Есть ли решение flashplayer10 + opera?
Добавлено: 2009-09-08 14:51:20
goshanecr
Собраться собралось, а плагин опера не видит.. ndiswrapper -a -i -v запускаю, плагин находит но на оперу это никоим образом не влияет.
Re: Есть ли решение flashplayer10 + opera?
Добавлено: 2009-09-09 9:16:44
server801
Код: Выделить всё
cd /usr/ports/www/linux-f10-flashplugin10 && make install clean
cd /usr/ports/www/nspluginwrapper && make install clean
Код: Выделить всё
nspluginwrapper -v -i /usr/local/lib/npapi/linux-f10-flashplugin/libflashplayer.so
так делал?лиса его видит?
Re: Есть ли решение flashplayer10 + opera?
Добавлено: 2009-09-09 13:25:11
Gegemon
Рекомендую посмотреть
тут.
Re: Есть ли решение flashplayer10 + opera?
Добавлено: 2009-09-11 14:29:23
hodok
Что то жутко я туплю, все равно при установке
вываливается ошибка:
Код: Выделить всё
===> linux-f10-flashplugin-10.0r32 bsd.linux-apps.mk test failed: The component openldap is not defined for LINUX_DIST_SUFFIX= (the corresponding variable openldap_FILE is not defined). This usually means that the current port should be used with non default linux base and/or infrastructure port(s).
*** Error code 1
При установке linux_base-f10-10_2 была примерно такая же ошибка, помогло изменение строчки в sysctl.conf:
в
В чем тут беда никак понять не могу

Re: Есть ли решение flashplayer10 + opera?
Добавлено: 2009-09-11 19:17:58
server801
обновись.делал тоже самое и все нормально
Re: Есть ли решение flashplayer10 + opera?
Добавлено: 2009-09-15 14:47:02
Shuba
hodok писал(а):Что то жутко я туплю, все равно при установке
вываливается ошибка:
Код: Выделить всё
===> linux-f10-flashplugin-10.0r32 bsd.linux-apps.mk test failed: The component openldap is not defined for LINUX_DIST_SUFFIX= (the corresponding variable openldap_FILE is not defined). This usually means that the current port should be used with non default linux base and/or infrastructure port(s).
*** Error code 1
При установке linux_base-f10-10_2 была примерно такая же ошибка, помогло изменение строчки в sysctl.conf:
в
В чем тут беда никак понять не могу

Добавь в make.conf
Код: Выделить всё
OVERRIDE_LINUX_BASE_PORT=f10
OVERRIDE_LINUX_NONBASE_PORTS=f10
Re: Есть ли решение flashplayer10 + opera?
Добавлено: 2009-09-28 7:28:49
Al
goshanecr писал(а):Собраться собралось, а плагин опера не видит.. ndiswrapper -a -i -v запускаю, плагин находит но на оперу это никоим образом не влияет.
Вот маладец! у самого собралось и здорово!
А не пришло в голову,что неплохо было б отписаться,как решил проблему. Для будущих поколений,так сказать.
Re: Есть ли решение flashplayer10 + opera?
Добавлено: 2009-09-28 8:20:57
Al
Короче, собираем так
Код: Выделить всё
[host418:ports/www/linux-f10-flashplugin10]#make LINUX_DIST_SUFFIX=-f10 all
Ставим так
Код: Выделить всё
make LINUX_DIST_SUFFIX=-f10 OVERRIDE_LINUX_NONBASE_PORTS=f10 install
У меня из мейкконфа не зохавало. Разбираться не стал.
Re: Есть ли решение flashplayer10 + opera?
Добавлено: 2009-09-28 17:42:36
Pattern
Вообще, для FF35 я ставлю следующим образом:
Дописываем в /etc/make.conf
Код: Выделить всё
OVERRIDE_LINUX_NONBASE_PORTS= f10
OVERRIDE_LINUX_BASE_PORT= f10
LINUX_DIST_SUFFIX= -f10
далее ставим
Код: Выделить всё
root# cd /usr/ports/emulators/linux_base-f10 && make install clean
root# cd /usr/ports/www/firefox35 && make install clean
root# cd /usr/ports/www/firefox35-i18n && make install clean
root# cd /usr/ports/www/linux-f10-flashplugin10 && make install clean
root# cd /usr/ports/www/nspluginwrapper && make install clean
По умолчанию папки с плагинами для тормозилы (© Лиссяра) не существует, создаём её ручками и симлинкаем в неё установленный флэшплеер10 (под обычным пользователем)
Код: Выделить всё
user$ mkdir -p ~/.mozilla/plugins
user$ cd ~/.mozilla/plugins && ln -s /usr/local/lib/npapi/linux-f10-flashplugin/libflashplayer.so
теперь инсталируем
ну и собссно проверяем через about:plugins и
http://www.youtube.com
Под оперу, на сколько я понимаю, требуется произвести те же операции, только определиться, из какой папки она будет вытягивать свои плагины.
Сам оперу не использую.
Re: Есть ли решение flashplayer10 + opera?
Добавлено: 2009-09-30 23:09:48
cloudsv
Код: Выделить всё
[root][/usr/ports/www/linux-f10-flashplugin10/]#cat /etc/make.conf
OVERRIDE_LINUX_BASE_PORT=f10
OVERRIDE_LINUX_NONBASE_PORTS=f10
Код: Выделить всё
cd /usr/ports/www/linux-f10-flashplugin10/ && make install clean
Код: Выделить всё
cd /usr/ports/www/opera/ && make install clean
Код: Выделить всё
cd /usr/ports/www/opera-linuxplugins/ && make install clean
У меня перед этим в фоксе flash работал, так что я ток поставил оперу и линухплагины и все замечательно завелось
http://www.ljplus.ru/img4/c/l/cloudsv/snimok7.png
Re: Есть ли решение flashplayer10 + opera?
Добавлено: 2009-10-01 0:16:59
cloudsv
работает гораздо приятнее чем nspluginwraper
Re: Есть ли решение flashplayer10 + opera?
Добавлено: 2009-10-19 6:03:42
Usaaf
Почему же у меня не стартует флеш10 с лисой3.5... я себе уже весь мозг сломал
Код: Выделить всё
[root@freeUsaaf /]# pkg_info -xV linux |grep linux
Information for linux-f10-atk-1.24.0:
Information for linux-f10-cairo-1.8.0:
Information for linux-f10-curl-7.19.4_4:
Information for linux-f10-cyrus-sasl2-2.1.22:
Information for linux-f10-flashplugin-10.0r32:
Information for linux-f10-fontconfig-2.6.0:
Information for linux-f10-gtk2-2.14.7:
Information for linux-f10-libssh2-0.18:
Information for linux-f10-nspr-4.7.4:
Information for linux-f10-nss-3.12.2.0:
Information for linux-f10-openldap-2.4.12_1:
Information for linux-f10-openssl-0.9.8g:
Information for linux-f10-pango-1.22.3:
Information for linux-f10-png-1.2.37:
Information for linux-f10-sqlite3-3.5.9_1:
Information for linux-f10-xorg-libs-7.4_1:
Information for linux-f8-expat-2.0.1_1:
Information for linux-f8-jpeg-6b_1:
Information for linux-f8-tiff-3.8.2_1:
Information for linux_base-f10-10_2:
Information for linux_base-f8-8_12:
Information for linux_base-fc6-6_6:
[root@freeUsaaf /]# pkg_info -xV nsplugin|grep nsplugin
Information for nspluginwrapper-1.2.2_4:
[root@freeUsaaf /]# pkg_info -xV firefox|grep firefox
Information for firefox-2.0.0.20_7,1:
Information for firefox-3.5.3,1:
Information for firefox35-i18n-3.5.3:
[root@freeUsaaf /]# uname -a
FreeBSD freeUsaaf 7.2-RELEASE-p3 FreeBSD 7.2-RELEASE-p3 #0: Thu Sep 24 17:49:19 IRKST 2009 root@freeUsaaf:/usr/obj/usr/src/sys/SC i386
[Usaaf@freeUsaaf /usr/home/Usaaf]$ firefox3 --g-fatal-warnings
LoadPlugin: failed to initialize shared library /usr/local/lib/npapi/linux-f10-flashplugin/libflashplayer.so [Shared object "libdl.so.2" not found, required by "libflashplayer.so"]
Я понимаю, что ему надо libdl.so.2 который лежит в /compat/linux/lib/libdl.so.2, но почему он его оттуда не берет??
Re: Есть ли решение flashplayer10 + opera?
Добавлено: 2009-10-19 17:37:32
hodok
а он там есть?
Код: Выделить всё
LoadPlugin: failed to initialize shared library /usr/local/lib/npapi/linux-f10-flashplugin/libflashplayer.so [Shared object "libdl.so.2" not found, required by "libflashplayer.so"]
Re: Есть ли решение flashplayer10 + opera?
Добавлено: 2009-10-20 5:06:06
Usaaf
Да, все что он просит есть в своих директрориях /compat/linux/lib /compat/linux/usr/lib /compat/linux/usr/X11R6/lib
Код: Выделить всё
[Usaaf@freeUsaaf /compat/linux/lib]$ ls -l|grep libdl
-rwxr-xr-x 1 root wheel 14644 17 окт 10:45 libdl-2.5.so
-rwxr-xr-x 1 root wheel 18672 17 окт 10:32 libdl-2.7.so
-rwxr-xr-x 1 root wheel 18568 17 окт 10:13 libdl-2.9.so
lrwxr-xr-x 1 root wheel 12 17 окт 10:50 libdl.so.2 -> libdl-2.9.so
Да на всякий покажу свой mount, чтобы вопросов не возникало
Код: Выделить всё
[Usaaf@freeUsaaf /compat/linux/lib]$ mount
/dev/ad0s1a on / (ufs, local)
devfs on /dev (devfs, local)
linprocfs on /usr/compat/linux/proc (linprocfs, local)
procfs on /proc (procfs, local)
linsysfs on /usr/compat/linux/sys (linsysfs, local)
devfs on /usr/compat/linux/dev (devfs, local)
Да, кстати плюгин рабочий, т.к. linux-opera десятая запускает его и смотрит ютуб и все, что угодно
Re: Есть ли решение flashplayer10 + opera?
Добавлено: 2009-10-20 21:13:54
cloudsv
в arora вроде все норм работает значит и в лисе тож норм
Re: Есть ли решение flashplayer10 + opera?
Добавлено: 2009-10-24 6:48:16
Usaaf
вы не поверите, но заработало

после установки cairo-dock.
Сам не понимаю, видимо доставились необходимые библиотеки пока я копировал кучу rpm
Re: Есть ли решение flashplayer10 + opera?
Добавлено: 2009-10-25 16:54:31
wp2
а у меня эта связка флеш10+опера заработала когда установил Skype....
Re: Есть ли решение flashplayer10 + opera?
Добавлено: 2009-11-07 0:11:50
myx
Дайте плиз libcurl-7.19.4-6.fc10.i386.rpm - при установке flash10 из порта никак не выкачивается

Re: Есть ли решение flashplayer10 + opera?
Добавлено: 2009-11-07 0:55:23
BirdGovorun
Re: Есть ли решение flashplayer10 + opera?
Добавлено: 2009-11-07 0:55:51
BirdGovorun
myx писал(а):Дайте плиз libcurl-7.19.4-6.fc10.i386.rpm - при установке flash10 из порта никак не выкачивается

http://mirror.facebook.net/fedora/linux ... 0.i386.rpm
Re: Есть ли решение flashplayer10 + opera?
Добавлено: 2009-11-07 1:01:24
myx
Спасиб, уже разобрался, положил libcurl в /distfiles/ с
ftp://ftp.freebsd.org/pub/FreeBSD/distf ... fedora/10/, порт выкачивал файл с checksum mismatch.
Re: Есть ли решение flashplayer10 + opera?
Добавлено: 2009-11-07 6:26:06
ProFTP
подскажите, есть ли разница между flashplayer10 flashplayer9 flashplayer8 flashplayer7
а то что-то я не могу видео клип посмотреть...
хотя бане ры флеш видно....
Re: Есть ли решение flashplayer10 + opera?
Добавлено: 2009-11-07 6:36:38
ProFTP
да, там checksum изменяли почему везде
вот эти фтп старые выдют нормальные файлы
Код: Выделить всё
MASTER_SITE_BACKUP?= \
ftp://ftp.tw.freebsd.org/pub/FreeBSD/distfiles/${DIST_SUBDIR}/ \
ftp://ftp2.tw.freebsd.org/pub/FreeBSD/distfiles/${DIST_SUBDIR}/ \
ftp://ftp4.tw.freebsd.org/pub/FreeBSD/distfiles/${DIST_SUBDIR}/ \
ftp://ftp4.freebsd.org/pub/FreeBSD/distfiles/${DIST_SUBDIR}/ \
${MASTER_SITES:S/%SUBDIR%/${MASTER_SITE_SUBDIR}/}
MASTER_SITE_OVERRIDE?= ${MASTER_SITE_BACKUP}