Em 28-01-2014 07:09, Richard escreveu:
> ----- Original Message -----
>
>> From: Richard <[email protected]>
> ...
>>
>> I installed hicolor and curl last night. Neither has made any
>> difference to the underlying problem (flash is still not working) -
>> but the logs are a little cleaner. :)
>>
>> I did not have time to install Java - but will look at that this
>> weekend.
>>
> I apologise for the slow update - I have had distractions.
>
> I spent some time reading the BLFS instructions on installing java
> and found it rather confusing. I am assuming that it is the 'circular
> dependencies' alluded to in the text which make it such a
> non-standard installation? In the end I downloaded Java from Oracle
> and installed that.
Good. Yes, it is a bit confusing, it needs a previous version in order
to be able to bootstrap.
>
> The good news is that Java works. This is not good because I have a
> particular need for Java (I do not), rather this is good because it
> means that the plugin architecture with webkit is working. Since
> GtkLauncher can visit java.com's test page and confirm that Java is
> working, this means that the plugin architecture is sound and that it
> is a flash-specific problem (as opposed to a wider problem with
> webkit).
>
> Time permitting, I plan to play more with this at the weekend. Does
> anyone have any particular suggestions?
I know you started installing yourself, then copied a plugin from
another distribution. My last guess is that you have a broken flash
installation. Just to be sure, I reproduce below the instructions I use:
After unpacked the tar.gz:
{{{
mkdir -vp /usr/lib/{mozilla/plugins,adobe-flashplugin} &&
rm -rfv usr/share/kde4 usr/lib* &&
chown -cR root:root * &&
install -m755 -d /usr/lib/adobe-flashplugin &&
install -m644 libflashplayer.so /usr/lib/adobe-flashplugin &&
cp -var usr/* /usr &&
ln -sv -f ../../adobe-flashplugin/libflashplayer.so \
/usr/lib/mozilla/plugins/libflashplayer.so &&
ls -lh --color /usr/lib/mozilla/plugins/libflashplayer.so
}}}
If you are using kde, I guess you need to avoid the rm part.
> I will probably follow up on
> a previous suggestion and build firefox - not because I particularly
> want firefox but rather because I am curious as to whether gecko will
> handle the plugin better than webkit.
I like having more than one browser. One of the reasons is exactly that:
comparing the behaviour in some situations.
But if you have almost everything to build midori, I would suggest you
do that. It is quick and some of the things I mentioned before would be
evident.
>
> Another option might be to rebuild webkit. Since the original build
> succeeded this only makes sense if it is rebuilt with different
> options. I published my original webkit config log on 15th Jan - can
> anyone see anything odd with the options selected?
Now that you have curl and hicolor, perhaps rebuilding would be a good
choice. But it is so easy to reinstall flash plugin, that I would try
that, before.
--
[]s,
Fernando
--
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page