Announcement

Collapse
No announcement yet.

flashplugin-installer (Alpha 3)

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    flashplugin-installer (Alpha 3)

    Any one found a solution to the missing files in IA32-lib to get flashplugin-installer to run?

    flashplugin-installer_10.3.183.4ubuntu3_amd64.deb will not complete installation and allow use due to missing dependencies from IA32-lib

    rec9140@Julep-rec9140-D525TUD:~$ lsb_release -rd
    Description: KUbuntu oneiric (development branch) Alpha 3
    Release: 11.10
    rec9140@Julep-rec9140-D525TUD:~$ sudo apt-get install flashplugin-installer
    [sudo] password for rec9140:
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    The following packages were automatically installed and are no longer required:
    linux-headers-3.0.0-7 linux-headers-3.0.0-7-generic
    Use 'apt-get autoremove' to remove them.
    Suggested packages:
    xulrunner-1.9 firefox-3.0 ttf-bitstream-vera ttf-dejavu ttf-xfree86-nonfree xfs
    The following NEW packages will be installed:
    flashplugin-installer
    0 upgraded, 1 newly installed, 0 to remove and 33 not upgraded.
    Need to get 0 B/9,058 B of archives.
    After this operation, 188 kB of additional disk space will be used.
    Preconfiguring packages ...
    Selecting previously deselected package flashplugin-installer.
    (Reading database ... 123490 files and directories currently installed.)
    Unpacking flashplugin-installer (from .../flashplugin-installer_10.3.183.4ubuntu3_amd64.deb) ...
    Setting up flashplugin-installer (10.3.183.4ubuntu3) ...
    Downloading...
    --2011-08-21 07:56:26-- http://archive.canonical.com/pool/pa....4.orig.tar.gz
    Resolving archive.canonical.com... 91.189.88.33
    Connecting to archive.canonical.com|91.189.88.33|:80... connected.
    HTTP request sent, awaiting response... 200 OK
    Length: 5517014 (5.3M) [application/x-gzip]
    Saving to: `./adobe-flashplugin_10.3.183.4.orig.tar.gz'

    0K .......... .......... .......... .......... .......... 0% 98.0K 54s
    50K .......... .......... .......... .......... .......... 1% 299K 36s
    100K .......... .......... .......... .......... .......... 2% 417K 28s
    5350K .......... .......... .......... ....... 100% 1.23M=5.7s

    2011-08-21 07:56:32 (951 KB/s) - `./adobe-flashplugin_10.3.183.4.orig.tar.gz' saved [5517014/5517014]

    Download done.
    Flash Plugin installed.
    nspluginwrapper: no appropriate viewer found for /usr/lib/flashplugin-installer/libflashplayer.so
    dpkg: error processing flashplugin-installer (--configure):
    subprocess installed post-installation script returned error exit status 1
    Errors were encountered while processing:
    flashplugin-installer
    E: Sub-process /usr/bin/dpkg returned an error code (1)
    rec9140@Julep-rec9140-D525TUD:~$ ldd /usr/lib/flashplugin-installer/libflashplayer.so | grep 'not found'
    libssl3.so => not found
    libsmime3.so => not found
    libnss3.so => not found
    libnssutil3.so => not found
    libplds4.so => not found
    libplc4.so => not found
    libnspr4.so => not found
    rec9140@Julep-rec9140-D525TUD:~$

    All updates are applied.

    IA32-libs is 20090808ubuntu16

    flashaid is not an option as:

    1) browser v7.0 as available and the plugin are incompatible
    2) I don't use the browser anyway, Konqueror is my browser

    https://bugs.launchpad.net/ubuntu/+s...ee/+bug/830502

    #2
    Re: flashplugin-installer (Alpha 3)

    2 choices,
    #1 enable multiarch support:
    https://lists.ubuntu.com/archives/ub...st/000886.html
    If you have upgraded to oneiric amd64 *before* today, or if you did an
    oneiric amd64 install prior to alpha-3, you will want to manually enable
    multiarch support on your system to ensure you get the same experience (and
    see the same packages) as other users. This is as simple as running the
    following command as root:

    # echo foreign-architecture i386 > /etc/dpkg/dpkg.cfg.d/multiarch

    An apt-get update later, and you'll have access to the full array of i386
    packages in addition to the amd64 ones.
    or

    #2 (I'm running this one, it runs well for me and on my gf's machine)
    Install flashplugin64-installer from ppa for 64 bit flash
    https://launchpad.net/~sevenmachines/+archive/flash
    Code:
    sudo add-apt-repository ppa:sevenmachines/flash
    sudo apt-get update
    sudo apt-get install flashplugin64-installer

    Comment


      #3
      Re: flashplugin-installer (Alpha 3)

      I've been using the 64bit installer for the last six months or so. Only trouble I've had with it is when installing an upgrade, I've had to remove-install-remove-install to get it to work.

      Not a perfect situation, but not that big of a deal either.

      Please Read Me

      Comment


        #4
        Re: flashplugin-installer (Alpha 3)

        Originally posted by buzzmandt
        2 choices,
        #1 enable multiarch support:

        Thanks, but as this project is a remaster, I am not going to go too bleeding edge, and this is a little too new for this project.

        Also explains something, which now I know what to disable since I don't want mixed arch.

        Originally posted by buzzmandt
        #2 (I'm running this one, it runs well for me and on my gf's machine)
        Install flashplugin64-installer from ppa for 64 bit flash
        https://launchpad.net/~sevenmachines/+archive/flash
        Code:
        sudo add-apt-repository ppa:sevenmachines/flash
        sudo apt-get update
        sudo apt-get install flashplugin64-installer
        I tried that as well, unfortunately, it reports some wild version, 11.x something, number sites refuse to use it.

        Keep saying need a newer version.

        Comment


          #5
          Re: flashplugin-installer (Alpha 3)

          that's odd, here's what chromium aboutlugins gives me version 11.0.1
          Attached Files

          Comment


            #6
            Re: flashplugin-installer (Alpha 3)

            hi.

            Look for a lost flashplugin.so at your .mozilla folder.

            regards
            Distributor ID: Ubuntu
            Description: Ubuntu Trusty Tahr (development branch)
            Release: 14.04
            Codename: trusty

            Comment

            Working...
            X