Okay, Starting Firefox from the shell to create a new profile has
reveled a few errors.
-----8<-----8<-----8<-----8<-----8<-----
Can't open /dev/console, error 13 Permission denied
LoadPlugin: failed to initialize shared library libXt.so [libXt.so: cannot open
shared object file: No such file or directory]
LoadPlugin: failed to initialize shared library
/usr/lib/firefox-addons/plugins/libflashplayer.so
[/usr/lib/firefox-addons/plugins/libflashplayer.so: wrong ELF
-----8<-----8<-----8<-----8<-----8<-----
for libXt, I see that I have both the the 32b and the 64b copies but
that the 64b copy is missing the symbolic link.
-----8<-----8<-----8<-----8<-----8<-----
ki4...@spot:~$ locate libXt.so
/usr/lib/libXt.so.6
/usr/lib/libXt.so.6.0.0
/usr/lib32/libXt.so
/usr/lib32/libXt.so.6
/usr/lib32/libXt.so.6.0.0
ki4...@spot:~$ file /usr/lib/libXt.so.*
/usr/lib/libXt.so.6: symbolic link to `libXt.so.6.0.0'
/usr/lib/libXt.so.6.0.0: ELF 64-bit LSB shared object, x86-64, version 1
(SYSV), dynamically linked, stripped
ki4...@spot:~$ file /usr/lib32/libXt.so.*
/usr/lib32/libXt.so.6: symbolic link to `libXt.so.6.0.0'
/usr/lib32/libXt.so.6.0.0: ELF 32-bit LSB shared object, Intel 80386, version 1
(SYSV), dynamically linked, stripped
ki4...@spot:~$ sudo ln -s /usr/lib/libXt.so.6 /usr/lib/libXt.so
-----8<-----8<-----8<-----8<-----8<-----
For libflashplayer I removed the offending 32b library.
-----8<-----8<-----8<-----8<-----8<-----
ki4...@spot:~$ sudo rm /usr/lib/firefox-addons/plugins/libflashplayer.so
-----8<-----8<-----8<-----8<-----8<-----
Further investigation found a broken link
/usr/lib/nspluginwrapper/plugins/npwrapper.libflashplayer.so - all these
differant plugins dirs is driving me nuts!
-----8<-----8<-----8<-----8<-----8<-----
ki4...@spot:-$ sudo updatedb
ki4...@spot:~$ for FILE in $(locate libflash);do file $FILE; done
/home/ki4rbc/.mozilla/plugins/libflashplayer.so: symbolic link to
`/var/lib/flashplugin-installer/npwrapper.libflashplayer.so'
/home/ki4rbc/Downloads/libflashplayer-latest_closed_beta.linux-x86_64.so.tar.gz:
gzip compressed data, from Unix, last modified: Fri Jun 11 08:31:51 2010
/usr/lib/firefox/plugins/npwrapper.libflashplayer.so: symbolic link to
`/usr/lib/nspluginwrapper/plugins/npwrapper.libflashplayer.so'
/usr/lib/firefox-addons/plugins/npwrapper.libflashplayer.so: symbolic link to
`/usr/lib/nspluginwrapper/plugins/npwrapper.libflashplayer.so'
/usr/lib/flashplugin-installer/libflashplayer.so: ELF 32-bit LSB shared object,
Intel 80386, version 1 (SYSV), dynamically linked, stripped
/usr/lib/mozilla/plugins/npwrapper.libflashplayer.so: symbolic link to
`/usr/lib/nspluginwrapper/plugins/npwrapper.libflashplayer.so'
/usr/lib/nspluginwrapper/plugins/npwrapper.libflashplayer.so: ELF 64-bit LSB
shared object, x86-64, version 1 (SYSV), dynamically linked, stripped
/usr/lib/openoffice/basis3.2/program/libflashlx.so: ELF 64-bit LSB shared
object, x86-64, version 1 (SYSV), dynamically linked, stripped
/usr/share/ubufox/plugins/npwrapper.libflashplayer.so: broken symbolic link to
`/usr/lib/flashplugin-installer/npwrapper.libflashplayer.so'
/var/lib/flashplugin-installer/npwrapper.libflashplayer.so: ELF 64-bit LSB
shared object, x86-64, version 1 (SYSV), dynamically linked, stripped
ki4...@spot:~$
-----8<-----8<-----8<-----8<-----8<-----
I think this got set by nswrapper in file
/usr/lib/nspluginwrapper/dirs.d/flashplugin-installer
-----8<-----8<-----8<-----8<-----8<-----
ki4...@spot:~$ cat /usr/lib/nspluginwrapper/dirs.d/flashplugin-installer
/var/lib/flashplugin-installer/
ki4...@spot:~$
-----8<-----8<-----8<-----8<-----8<-----
So I removed the broken link and add what I suspect is the correct one.
-----8<-----8<-----8<-----8<-----8<-----
ki4...@spot:/usr/share/ubufox/plugins$ ls -ltr
total 0
lrwxrwxrwx 1 root root 58 2010-08-16 17:40 npwrapper.libflashplayer.so ->
/usr/lib/flashplugin-installer/npwrapper.libflashplayer.so
ki4...@spot:/usr/share/ubufox/plugins$ sudo rm npwrapper.libflashplayer.so
ki4...@spot:/usr/share/ubufox/plugins$ sudo ln -s
/usr/lib/nspluginwrapper/plugins/npwrapper.libflashplayer.so .
ki4...@spot:/usr/share/ubufox/plugins$ ls -l
total 4
lrwxrwxrwx 1 root root 60 2010-08-17 13:58 npwrapper.libflashplayer.so ->
/usr/lib/nspluginwrapper/plugins/npwrapper.libflashplayer.so
ki4...@spot:/usr/share/ubufox/plugins$
ki4...@spot:~$ !for
for FILE in $(locate libflash);do file $FILE; done
/home/ki4rbc/.mozilla/plugins/libflashplayer.so: symbolic link to
`/var/lib/flashplugin-installer/npwrapper.libflashplayer.so'
/home/ki4rbc/Downloads/libflashplayer-latest_closed_beta.linux-x86_64.so.tar.gz:
gzip compressed data, from Unix, last modified: Fri Jun 11 08:31:51 2010
/usr/lib/firefox/plugins/npwrapper.libflashplayer.so: symbolic link to
`/usr/lib/nspluginwrapper/plugins/npwrapper.libflashplayer.so'
/usr/lib/firefox-addons/plugins/npwrapper.libflashplayer.so: symbolic link to
`/usr/lib/nspluginwrapper/plugins/npwrapper.libflashplayer.so'
/usr/lib/flashplugin-installer/libflashplayer.so: ELF 32-bit LSB shared object,
Intel 80386, version 1 (SYSV), dynamically linked, stripped
/usr/lib/mozilla/plugins/npwrapper.libflashplayer.so: symbolic link to
`/usr/lib/nspluginwrapper/plugins/npwrapper.libflashplayer.so'
/usr/lib/nspluginwrapper/plugins/npwrapper.libflashplayer.so: ELF 64-bit LSB
shared object, x86-64, version 1 (SYSV), dynamically linked, stripped
/usr/lib/openoffice/basis3.2/program/libflashlx.so: ELF 64-bit LSB shared
object, x86-64, version 1 (SYSV), dynamically linked, stripped
/usr/share/ubufox/plugins/npwrapper.libflashplayer.so: symbolic link to
`/usr/lib/nspluginwrapper/plugins/npwrapper.libflashplayer.so'
/var/lib/flashplugin-installer/npwrapper.libflashplayer.so: ELF 64-bit LSB
shared object, x86-64, version 1 (SYSV), dynamically linked, stripped
ki4...@spot:~$
-----8<-----8<-----8<-----8<-----8<-----
I restarted Firefox and the only error I see is the permission on /dev/console
- not worring about that for now.
No change about flash. I disable extentions and plugins and no change
Here's my clipboard copy of Troubleshooting info.
-----8<-----8<-----8<-----8<-----8<-----
Application Basics
Name
Firefox
Version
3.6.8
Profile Directory
Open Containing Folder
Installed Plugins
about:plugins
Build Configuration
about:buildconfig
Extensions
Name
Version
Enabled
ID
Ubuntu Firefox Modifications
0.9rc2
false
[email protected]
Modified Preferences
Name
Value
browser.places.importBookmarksHTML
false
browser.places.smartBookmarksVersion
2
browser.startup.homepage_override.mstone
rv:1.9.2.8
extensions.lastAppVersion
3.6.8
network.cookie.prefsMigrated
true
privacy.sanitize.migrateFx3Prefs
true
-----8<-----8<-----8<-----8<-----8<-----
Well I am turning the keayboard over to y'all in anticipation of further
discussions and suggestions. Thanks in advanced for all the help
--mike - ki4rbc
--
Unable to install flash 10 (32b), nspluginwrapper, and its wrapped flash so not
showing up in about:plugins
https://bugs.launchpad.net/bugs/618933
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs