分页: 1 / 1
安装flash9
发表于 : 2010-11-22 21:25
由 lionux
这个方法适合发行版没用到pkgsrc。
I managed to install Flash on NetBSD a few hours ago by using the following steps:
- Install nspluginwrapper and libflashsupport;
- Download Flash v9 (v10 has BUGS);
- Setup (see below):
代码: 全选
su
mkdir -p /usr/pkg/lib/netscape/plugins
cp -i /tmp/libflashplayer.so /usr/pkg/lib/netscape/plugins/
exit
nspluginwrapper -v -i /usr/pkg/lib/netscape/plugins/libflashplayer.so
PS: When you use the plug-in for the first time it's going to give an error, but then it will work just fine. I've assumed that the plug-in "wasn't seeing" its configuration files and had to create them.
发表于 : 2010-11-22 21:41
由 lionux
刚发现2010Q3没有nspluginwrapper的packages,2010Q2以前一直有的,netbsd的packages不太正常。
发表于 : 2011-01-12 7:38
由 leo
lionux 写了:刚发现2010Q3没有nspluginwrapper的packages,2010Q2以前一直有的,netbsd的packages不太正常。
进入pkgsrc的/usr/pkgsrc/www/firefox-bin-flash里编译,也不行,系统提示:
代码: 全选
dhcppc1# make
=> Bootstrap dependency digest>=20010302: found digest-20080510
===> Checking for vulnerabilities in firefox-bin-flash-9.0.124
Package firefox-bin-flash-9.0.124 has a multiple-vulnerabilities vulnerability, see http://secunia.com/advisories/32163/
Package firefox-bin-flash-9.0.124 has a information-disclosure vulnerability, see http://www.adobe.com/support/security/bulletins/apsb08-18.html
Package firefox-bin-flash-9.0.124 has a remote-system-access vulnerability, see http://www.adobe.com/support/security/bulletins/apsb10-14.html
Package firefox-bin-flash-9.0.124 has a remote-system-access vulnerability, see http://www.adobe.com/support/security/bulletins/apsb10-14.html
Package firefox-bin-flash-9.0.124 has a remote-system-access vulnerability, see http://www.adobe.com/support/security/bulletins/apsb10-16.html
Package firefox-bin-flash-9.0.124 has a remote-system-access vulnerability, see http://www.adobe.com/support/security/bulletins/apsb10-16.html
Package firefox-bin-flash-9.0.124 has a arbitrary-code-execution vulnerability, see http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-2884
Package firefox-bin-flash-9.0.124 has a arbitrary-code-execution vulnerability, see http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-3654
ERROR: Define ALLOW_VULNERABLE_PACKAGES in mk.conf or IGNORE_URL in pkg_install.conf(5) if this package is absolutely essential.
*** Error code 1
看来安全问题不少,在两个服务器上(包括NetBSD自己的服务器)已经剔除了这个文件,其它的packages没有提供估计和这个有关系,也许是根据这个packages衍生出来的。
发表于 : 2011-01-14 12:40
由 lionux
flash9安装这个multimedia/ns-flash
看视频声音有延时。
发表于 : 2011-01-14 12:48
由 leo
这几天在dom0下都没有试这些功能,感觉NetBSD提供的DOM0的性能有问题,好不容易升级到当前版将显卡驱动的问题解决了,但是一运行当前版的DOM0,X下画面又和5.02的感觉一样了,巨慢无比,就像是几排几排地显示似的。感觉还是用的5.02的显卡驱动。不清楚这是为什么了。