I have a 64 Bit Linux system and I need to download a 32 bit firefox version to get Flashplayer to work, where can I find the different versions for download?

I've extracted the LibFlashplayer.so file & copied to /usr/lib64/firefox/plugins directory and restarted Firefox.....also copied to /usr/lib/firefox/plugins directory and nothing works..... I even rebooted, no help.

Make sure that the name is correct: libflashplayer.so

Similar Messages

  • Where can we find the standard program for scripts and smartform for vl02

    where can we find the standard program for scripts and smartform for vl02
    regard,
    anil

    If it is a standard Script Output see that all config in NACE tcode was done correctly and in the Application document the output type was properly defined and attached to a medium, partner and all communication related things like printer name, when to print the output and number of messages etc are entered in the document
    the go to the related application Tcode
    (for sales order goto VA02 or VA03)
    (delivery -VL02N or VL03N)
    for Invoice VF02 or VF03
    for PO -goto ME9F
    enter doc number, Issue Output to -> screen/printer
    then see the output
    step 1 : copy the z layout into testing client thru SCC1.
    step2 : go to se71 and check modified layout.
    step3 : if it is under logistics.. go to TCODE "NACE".
    u will see various applictions for each business process.
    there u have configure ur related layout according to requirments,
    for example u consider for Request fo Quatation..
    there is APPLICATION called "EA"
    click and enter into it. configure it with ur requirments, for help consult with ur functonal consaltant, and save it.
    step 4 : goto tcode ME9A for requst for quatation(RFQ).
    step 5 : enter test data avalable and check it with message display.
    it is same for other applications like Contract agreament --> ME9k
    invoice --> vl02n
    and goes on..
    Reward points for useful Answers

  • Where can I find the latest version number in a document in the web? so I can download it with wget to check if the current installed firefox version is up to date and update ir if necessary?

    My problem is that I can't find the latest version number in here http://releases.mozilla.org/pub/mozilla.org/firefox/releases/latest/win32 as a document, so I can check against "HKLM\SOFTWARE\Mozilla\Mozilla Firefox\CurrentVersion" and update or not, all this is done by a script. It will be great not have to change the versión number in the script every time there is a new release.
    Thanks

    I think I solved, all I have to do is this:
    //here I download the entire page
    wget.exe http://www.mozilla.org/en-US/firefox/all.html -O index
    //here I search for the word curVersion and set a variable with the result, which is "10.0.2"
    for /f "tokens=3 delims=</> " %%A IN ('type index ^| FIND /I "curVersion" ' ) do set latestversion=%%A
    //here I just make sure I get a number
    echo "%latestversion%"
    pause
    Later I check it against the registry and voila! I hope this can help other admins who have the same problem.
    Regards.

  • Where can I find the right doc for SunStudio For Linux ?

    I can find the docs for SunStudio here, http://docs.sun.com/app/docs/doc/819-5265/6n7c29ck9?a=view
    but it seems that it doesn't right on linux platform.
    #include <stdio.h>
    int main(void)
    #if defined(sun)
            printf("sun defined \n");
    #else
            printf("sun undefined \n");
    #endif
    #if defined(unix)
            printf("unix defined \n");
    #else
            printf("unix undefined \n");
    #endif
    #if defined(sparc)
            printf("sparc defined \n");
    #else
            printf("sparc undefined \n");
    #endif
    #if defined(i386)
            printf("i386 defined \n");
    #else
            printf("i386 undefined \n");
    #endif
    #if defined(__sun)
            printf("__sun defined \n");
    #else
            printf("__sun undefined \n");
    #endif
    #if defined(__unix)
            printf("__unix defined \n");
    #else
            printf("__unix undefined \n");
    #endif
    #if defined(__SUNPRO_C)
            printf("__SUNPRO_C defined \n");
    #else
            printf("__SUNPRO_C undefined \n");
    #endif
    #if defined(__sparc)
            printf("__sparc defined \n");
    #else
            printf("__sparc undefined \n");
    #endif
    #if defined(__i386)
            printf("__i386 defined \n");
    #else
            printf("__i386 undefined \n");
    #endif
    #if defined(__SVR4)
            printf("__SVR4 defined \n");
    #else
            printf("__SVR4 undefined \n");
    #endif
            return 0;
    }[luoyi@qpd06 test]$ suncc -o test test.c
    [luoyi@qpd06 test]$ ./test
    sun undefined
    unix defined
    sparc undefined
    i386 undefined
    __sun undefined
    __unix defined
    __SUNPRO_C defined
    __sparc undefined
    __i386 undefined
    __SVR4 undefined
    where can I found the correct docs for SunStudio For Linux ?

    You can refer to cc man pages. Here is about predefinitions:
    Predefinitions:unix
    sparc (SPARC)
    i386 (x86)
    sun
    The above are not predefined in -Xc mode.
    These predefinitions are valid in all modes:
    __BUILTIN_VA_ARG_INCR
    __SUNPRO_C=0x590
    __SVR4(SPARC)
    __SunOS(Solaris)
    __SunOS_OSN.N(Solaris)
    __amd64(x86 with-m64)
    __gnu__linux(linux)
    __i386(x86)
    __linux(linux)
    __linux__(linux)
    __sparc(SPARC)
    __sparcv9(with-m64)
    __sun(Solaris)
    __unix
    __�uname -s�_�uname -r�
    __x86_64(x86)
    linux(x86,linux)
    The following is predefined in -Xa and -Xt modes only:
    __RESTRICT
    The compiler also predefines the object-like macro
    __PRAGMA_REDEFINE_EXTNAME,
    to indicate the pragma will be recognized.
    ...

  • Where can I find the latest version of agent for linux  for download?

    I have trouble when I try to install an agent in Linux for opscenter, I get this message:  status bad  interpreter, I check manually the script and I found that many internal scripts are written for Solaris in the last version release 2 PSU1. Can everybody help me?

    Hi Michele V,
    Yes I  run the OCDoctor and output was:
    ./OCDoctor.sh --agent-prereq
    Ops Center Doctor 4.33  [Linux]
    ========== Checking 12c Agent Controller Requirements ... ====================
    ERROR: gettext is not installed.
    ./prereq/agent_prereq_all.sh: line 57: gettext: command not found
    ./prereq/agent_prereq_all.sh: line 57: gettext: command not found
    ./prereq/agent_prereq_all.sh: line 57: gettext: command not found
    ./prereq/agent_prereq_all.sh: line 57: gettext: command not found
    ERROR: 32-bit version of libxml2 is not installed.
    ./prereq/agent_prereq_all.sh: line 57: gettext: command not found
    ./prereq/agent_prereq_all.sh: line 57: gettext: command not found
    ./prereq/agent_prereq_all.sh: line 57: gettext: command not found
    ./prereq/agent_prereq_all.sh: line 57: gettext: command not found
    OK: Servicetag is not installed (sun-servicetag)
    OK: No old agent / conflicting packages were found
    OK: No old agent processes are running
    OK: LD_LIBRARY_PATH is not set
    OK: Checked for ssh requirements
    ./prereq/agent_prereq_all.sh: line 57: gettext: command not found
    You have mail in /var/spool/mail/root
    I appreciate yoiuyr help

  • Where can I find the iTunes installer for Windows XP 64 bit?

    I am using windows XP SP3, 64 bit but cant find the iTunes 10.5 installer for the same? The iTunes64Setup.exe says that its only supported for Vista. Any way to get this working?
    Appreciate the help.
    -Prabhat

    I wonder if you can use the regular 32-bit installer. Even on 64-bit machines the iTunes application is still 32-bit so there is no real difference in what gets installed.
    System requirements:
    Windows Software
    Windows XP Service Pack 2 or later, 32-bit editions of Windows Vista, or 32-bit editions of Windows 7
    64-bit editions of Windows Vista or Windows 7 require the iTunes 64-bit installer
    Note it doesn't make a distinction between 32-bit and 64-bit versions of XP, simply states SP2 or later.
    tt2

  • How to enable telemetry logs and where can i find the command line for sun

    Hi i tried creating the telemetry logs directory but the logs are not being populated. i created the following directory:-
    /opt/SUNWmsgsr/data/telemetry/imap/usersns1
    where usersns1 is the userid.
    Also pl. tell me where can i get the command list for sun one messaging server to use the command line utility to list, delete mailboxes. also can i search for all the mailboxes under one domain name. if yes then which command i have to use.
    thanks in advance.

    Hi,
    Hi i tried creating the telemetry logs directory but
    the logs are not being populated. i created the
    following directory:-
    /opt/SUNWmsgsr/data/telemetry/imap/usersns1
    where usersns1 is the userid.Make sure the permissions (ownership) on the user directory and the sub directory match those that messaging server uses - by default mailsrv:mail. This is the most common cause of the telemetry data not being created. The other thing to verify is that the user's account isn't stored as user@domain, otherwise you may need to create the directory as the entire user@domain (try both just to be sure).
    Also pl. tell me where can i get the command list
    for sun one messaging server to use the command line
    utility to list, delete mailboxes. also can i search
    for all the mailboxes under one domain name. if yes
    then which command i have to use.The Messaging Server reference guide is a good place to start (lists all the command-line utilities/flags and what-not):
    http://docs.sun.com/app/docs/doc/819-4429?l=en
    The mboxutil command is used to list/create/delete mailboxes and you can use a pattern to only list those mailboxes in a specific domain.
    Regards,
    Shane.
    thanks in advance.

  • Where can we find the part numbers for Multisim and Ultiboard professional versi

    I want to purchase Multisim an Ultiboard, professional version. We got a quotation with the following answer:
    Part number: 852798-11J  Upgrade, NI Academic site licence;Q3 2009 Department Teaching Circuit Design Software Option
    Part Number:900798_11    NI academic Site Licence-Department Teaching Maintenance for Circuits Option Includes automatic SW upgrades for 1 year
    I have no idea where I can find those part numbers on the NI web site and for me the qouotation reffers to the academic version not the professional.
    Can anybody from NI clarify the mystery.
    John 

    Johnnelu,
    Thanks for your reply.   If you received a quotation, please email me directly with the quotation number and I will have someone update this for you.  I am not sure why you would have received a quote on the educational version in place of the Professional version.
    Specifically answering your PN questions... here are the current P/Ns for the Professional Design Suites (Multisim and Ultiboard). 
    NI Circuit Design Suite, Base ->          779930-09
    NI Circuit Design Suite, Full ->            779928-09
    NI Circuit Design Suite, PowerPro ->  779927-09
    http://www.ni.com/multisim/professional.htm  
    You can get price information online - you will need to select the specific item on the left and
    set your country code on the top.
    Regards,
    Patrick Noonan
    Business Development Manager
    National Instruments - Electronics Workbench Group
    50 Market St 1-A
    South Portland, ME 04106
    Phone: 207 892-9130
    Email: [email protected] 

  • Where can I find the older version of Firefox? I downloaded the new 3. and it messed up my computer,shut down my virus scan, it is saying that version has a bug in it. Cant get it to work properly.Would seriously like to go back to 1.9 it worked .

    want to reload old version but cant find it

    chipradio wrote:
    BTW, I see now where this landed in the Desktop software, not in the device software section. My aplogies. if I could delete it I would, but the question is still relevant and I'm guessing the only way to install the old version is thru the desktop software at this point anyway so it's semi-related.
    Exaclty as you said...
    First delete the new BBM v5 from yoru device at Options > Advanced > Applications.
    Make sure your devcie OS is installed to the PC, then run Desktop Manager > App Loader and install the old one.
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Where can I find the referrence implementations for CLDC and MIDP2?

    Can anyone pls get me the implementation packgages for CLDC and MIDP2?

    Look around the downloads section of the Sun site. The file name will be something like midp-2_0-src-windows-i686.zip.
    db

  • Where can I find the serial number for Logic Express 8 if I don't have the instruction manual?  I've heard it was on the box somewhere.

    please answer

    The serial number is not on the box.  It is stickered on the back of a booklet inside the box.

  • Thunderbird stopped downloading emails from the web server and now when I try to add a new account I get a message to say it cannot find the email server.

    Thunderbird was working and then for no reason it stopped downloading emails from the web server. I can access my emails in the web server okay. I have tried to remove my account and then add it again as a new account but I get a message saying that Thunderbird cannot find the email server. I have also tried to uninstall and reinstall Thunderbird but with the same result. I have also tried to remove the default mail server but have been unable to do so. How can I fix this?

    I figured out a workaround.... Since I can get e-mails to populate via iSync and my other computer is running Leopard (it's a powerpc chip and can't run Snow Leopard), I added the account on the other computer and got the new account to populate into my SL machine with iSync. I don't like that I can't actually add the account directly, but at least this got me working.

  • What is OASTOAST [Oracle Automated Stress/System Testing], where can I find the installable file. Is it same as OATS[Oracle application testing]

    Hi
    I am trying out the OAST[Oracle Automated Stress/System Testing].
    I could found out one user guide .Apart no other information.
    Where can I find the installable file for OAST. Its not mentioned in the user guide as wel.
    Is it same as OATS?
    Support team aked me to check out in CMS portal, but that didn't help.
    I heared its part of Oracle Certification Environment kit . Where can I get the installation files for it?
    What exactly Ineed to install for it...am kind of lost!!!!!!
    Anybody has any idea, please help me .
    Thanks
    Anirban
    email:[email protected]

    Never heard about OAST in 4 years and half at Oracle...
    Guess this is exactly OATS (aka ATS). SO go ahead with OATS dl and installation.
    JB

  • Where can I find the software updates?  Have looked all over the site!

    Where can I find the software updates for Ipad 2?  Have looked all over the site!

    You update through iTunes if you have iOS 4. If you have iOS 5 then tap Settings > General > Software Update.

  • HT1414 I am still on Snow Leopard 10.6.8 and do not have iCloud in my System Preferences. I have registered with iCloud online and backed up my iphone5 last night to my iMac. Where can I find the backup on my iMac?

    I am still on Snow Leopard 10.6.8 and do not have iCloud in my System Preferences. I have registered with iCloud online and backed up my iphone5 last night to my iMac. Where can I find the backup on my iMac?
    Below is what comes up when I sign into iCloud - where are all the other applications that I need to backup?
    Appreciate any answers to this query?
    Rachel

    Your question is unclear.  If you're backing up to your iMac, (via iTunes, with cable or WiFi), this has nothing to do with iCloud and the backup is stored on your iMac here:
    : ~/Library/Application Support/MobileSync/Backup/

Maybe you are looking for

  • BAPI_SALESORDER_CREATEFROMDAT2 with reference to contract

    Hello , i have problems with the FM 'BAPI_SALESORDER_CREATEFROMDAT2' when i refer to a contract. This contract contains a material set . When i create the order, the subpositions will not be added automatically like it would when i create the order m

  • MacBook Pro not recognizing disk or ejecting

    I inserted a disk into my computer, and nothing happened. No spinning or anything. There's no disk icon on my desktop. It won't eject either. I tried the trackpad and F12 during startup but nothing happened. Help! Thanks

  • Song volume changes when I replay it

    When I'm listening to a song and I hit the rewind (|<< ) button, the song volume is louder the second time.  Why? and can I fix it?  Thanks.

  • Imaq vision builder AI 1.0 not creating LV program

    I am using Imaq vision builder AI 1.0 to create Labview program through the option "Migrate inspection to Labview...." but it doesn't finds any files starting with IVB.....and the labview code is generated with these missing vi. Can any body suggest

  • Some Managers have dual role (Line Manager and Business Partner).

    As a Line Manager, he/she should be able to view and maintain records of his subordinate employees according to organisation structure. As a HRBP, he/she should be able to view and maintain records of employees based on Pers Admin field in Infotype 1