Install coldfusion 8 32 bit on 64bit system

in agreement with docs
http://kb2.adobe.com/cps/403/kb403277.html#main__Toc193176416
("As of ColdFusion 8 Update 1, the Standard Edition can run as a 32-bit application on all supported 64-bit platforms in addition to 32-bit platforms")
i'm trying to install coldfusion-801-lin.bin on
a linux 64bit system
but i receive this error
[root@lnx1 store]# ./coldfusion-801-lin.bin
Preparing to install...
Extracting the JRE from the installer archive...
Unpacking the JRE...
Extracting the installation resources from the installer archive...
Configuring the installer for this system's environment...
strings: '/lib/libc.so.6': No such file
Launching installer...
./coldfusion-801-lin.bin: /tmp/install.dir.9137/Linux/resource/jre/bin/java: /lib/ld-linux.so.2: bad ELF interpreter: No such file or directory
./coldfusion-801-lin.bin: line 2479: /tmp/install.dir.9137/Linux/resource/jre/bin/java: Success
=========
if i tryng to install coldfusion-801 64bit version,
the serial number is not valid
(my serial number is CF standard, upg license)
you can help me?
many thanks!

First, it would be a good idea for you to specify what distro of Linux you're using, as not all are supported by Adobe.
Second, this is probably your problem right here:
http://askubuntu.com/questions/40416/why-is-lib-libc-so-6-missing
In a nutshell, CF expects the 32-bit version of libc.so.6 to be in /lib, but it's probably not. You might be able to modify the installer to point to the correct location for that file, or you might be able to create a symlink to the file - but as the above link describes, creating a symlink might have negative consequences.
As for installing CF 8 64-bit, that's only available with Enterprise, not Standard. If you want CF Standard 64-bit, you need to upgrade to CF 9.
Dave Watts, CTO, Fig Leaf Software

Similar Messages

  • Install jre 32bit on 64bit system with error

    Hello,
    i try to install "jre-7u51-windows-i586.exe" (32bit) via CA IT Client Manager (Version 12.5) on serveral machines (64bit), OS MS Vista.
    Error: .... cannot start or run due to incompatibity  with 64-bit versions of Windows. Please contact the software vendor to ask if a 64-bit Windows compatible version is available.
    manually installation works without errors.
    i need jre 32bit on 64bit!
    thx in advance for your friendly suggestions!

    Hello gimbal2,
    i agreed with my CA-Support to ask for help here, after many trys to fix the issue.
    we thought it would be a nice idea to ask oracle community - perhabs somebody know how to fix this prob.
    The error was reportet by "Wow64 Emulation Layer"
    this behavior we face since jre-7u45.
    if that diskussion rings a bell, i would be happy to get rid of my installation prob.
    thx for your sympathie

  • How to Install Coldfusion 8 64-bit on Small Business Server 2008 64-bit

    How to Install Coldfusion 8 64-bit on Small Business Server 2008 64-bit
    I ran Coldfusion 8 on SBS 2003 Premium for 6 months with no problems.  When we finally decided to cut over to SBS 2008, that’s when everything went to hell.  I tried for weeks to get Coldfusion 8 to install properly on the new SBS 2008 64-bit box.  During the course which, I found bits and pieces of information for Vista 64-bit and Windows Server 2008 64-bit installations.  There are some distinct differences, however, with SBS 2008 since it runs core Web applications like OWA, RWW and Companyweb.  After countless unsuccessful attempts, one of which completed corrupted the box, I found the solution.
    I have attempted in this white paper to detail the steps to assist others who may be in a similar situation.  I don’t make any warranty for the information, but so long as you follow the steps carefully you should be fine.  BTW, for those of you who say Adobe offers free technical support for licensed users, that’s not entirely true.  Like I said, I purchased CF8 and originally installed it on an SBS 2003 Premium box.  After we cut over to SBS 2008 and encountered problems, Adobe wouldn’t provide any technical support without charging.  Moreover, based on my initial conversations with Adobe’s technical team, no one seemed to know much about running 64-bit on SBS.
    From my understanding, only two versions of Coldfusion 8 can be installed in 64-bit: Enterprise and Developer.  The “normal” install (which I paid a grand for) can only be deployed in 32-bit mode – gee, THANKS Adobe!  By the way, in Developer mode only two distinct IPs can access the site in addition to the localhost.  Any additional IPs will result in a CFML error message stating that the maximum number of IPs have been exceeded.  At any rate, take your time and follow the steps to achieve a successful installation. 
    PRE-INSTALLATION TASKS
    Back Up SBS
    It’s always a good practice to backup your server before deploying any kind of major system changes.  Although this step is optional, I recommend it in case you need to restore your server for any reason.  Bear in mind, if your system ever gets totally corrupted, you cannot restore back from the twice daily incremental backup images alone.  You will need a full backup with system recovery information to restore.  Here are the basic steps:
    Click: Start > Programs > Administrative Tools.  Right-click “Windows Server Backup” and choose “Run as administrator”.
    Click “Backup Once” under Actions in the right-hand pane.
    Choose the “Different Options” radio button under Backup Options.
    Choose the “Custom” radio button.  What we’re primarily interested in here is backing up the OS – not your data partitions or attached drives.
    Select the “SYSTEM (C)” checkbox, uncheck any others.  Also, ensure that the “Enable system recovery” checkbox is selected before continuing on.
    Under ‘Specify Destination Type’, I usually select the “Local drives” radio button and point it to a Terrabyte USB drive I use for backups.  You can point this to a tape drive, or select the “Remote shared folder” radio button if you map to a UNC path to store your backup images.  Just remember, make sure that whatever path you select can readily be accessed in the event of an emergency.  Also, make sure the “Verify after writing (recommended)” checkbox is selected.
    Under ‘Specified Advanced Option’, I usually select the “VSS full backup” radio button instead of the default since I don’t use a 3rd party backup product.  If like me you rely solely on SBS for your backups, choose the full backup option.
    Confirm everything and click “Backup”.  This process may take several hours depending on the size of your system.
    Verify ISAPI Filters:
    In IIS Manager, double-click the server instance in the left-hand pane.
    In the center pane under IIS, double click the “Modules” icon to verify that the ISAPI native modules are already installed for IIS.  If it’s set up correctly you should see two entries:
    IsapiFilterModule              %windir%\System32\inetsrv\filter.dll
    IsapiModule                        %windir%\System32\inetsrv\isapi.dll
    If either of these modules are missing, you will need to re-install these (google for a solution).
    Set Up Development Environment
    Create a directory for your CFML files outside of the default Windows location (e.g., default is usually C:\inetpub\wwwroot\).  For the purpose of our install, I created a directory on a separate disk called: D:\DEV.
    Copy and paste your CFML files and directories into the new DEV root Web directory.  This will eventually be the directory where the Coldfusion installer places the CFIDE and CFDOCS folders. 
    Open IIS Manager and double-click the server instance in the left hand pane.  Expand the “Sites” folder.  Right-click the Sites folder and select “Add Web Site”.
    Enter a name in the “Site Name” box (e.g., “test-site”).  You will notice that the system will automatically create a corresponding Application Pool with the same name.  NOTE: this is important to prevent conflicts between the DefaultAppPool (needed for SBS Web apps like OWA, RWW, etc.) and the application pool needed for Coldfusion to function properly in SBS 2008.
    Point the “Physical Path” to the directory you created in step #1 above (e.g., “D:\DEV”).
    Don’t worry about testing the connection.  If you click “Test Settings” you may receive a warning that IIS cannot verify access to path (D:\DEV).  Don’t worry about this for the time being.
    Under “Host name”, enter a DNS path to your site (e.g., “dev.test-site.com”).  Click “OK”.
    Configure Application Pools for Installation
    In IIS Manager, double-click the server instance in the left-hand pane.  Click on “Application Pools” to display the list of server application pools in the center pane.
    In the “Actions” pane on the right-hand side, click “Set Application Pool Defaults”.
    Change “Enable 32-Bit Applications” - the second item from the top – from “False” to “True”, and then click “OK”.  NOTE: if you skip this step, Coldfusion will not properly create the required mappings during the install. We will change this setting back after the installation completes – more on this later.
    Modify the application.host.config File for 64-Bitness
    Click: Start > Programs > Accessories.  Right-click “Notepad” and choose “Run as administrator”.
    Open the config file from within Notepad – default location: C:\Windows\System32\inetsrv\config\applicationHost.config
    Do a search and change this one line from:
    <add name="PasswordExpiryModule" image="C:\Windows\system32\RpcProxy\RpcProxy.dll" />
    To this:
    <add name="PasswordExpiryModule" image="C:\Windows\system32\RpcProxy\RpcProxy.dll" preCondition="bitness64" />
    Restart the IIS Admin service.
    Set HTTP Compression
    According to some threads I read, the http compression module can cause errors if you don’t disable it globally. To remedy this, perform the following:
    Click: Start > Programs > Accessories.  Right-click “Command Prompt” and choose “Run as administrator”.
    At the command prompt, change directory to intetsrv by typing: cd inetsrv
    Run the following command:
    C:\Windows\system32\inetsrv>appcmd.exe set config -section:system.webServer/httpCompression /-[name='xpress']
    This will turn off HTTP compression for all sites in IIS.
    In IIS Manager, double-click the server instance in the left-hand pane.  Double-click the “Compression” icon in the IIS section of the center pane.
    Uncheck all of the boxes, then click the “Apply” button under Actions in the right-hand pane.
    Recheck all of the boxes, then click the “Apply” button under Actions in the right-hand pane.
    Restart the IIS Admin service.  This should enable compression and coldfusion to work at the same time.
    NOTE: if for some reason you need to reverse this, run the following command from the command prompt:
    C:\Windows\system32\inetsrv\appcmd.exe set config -section:system.webServer/httpCompression /+[name='xpress',doStaticCompression='false',dll='%windir%\system32\inetsrv\suscomp.dll']
    INSTALLATION TASKS
    Download the 64-bit installation package from Adobe – filename: coldfusion-801-wind64.exe.
    Right-click the file and select “Run as administrator”.
    Accept the terms of the License Agreement.
    If you have an Enterprise license, enter it.  For our purposes, just click the “Developer Edition” checkbox.
    Select “Server configuration” – the default radio button.
    I deselected all subcomponents and can’t guarantee that you’ll arrive at the same results if you select additional items like “.NET Integrated Services”.  It should be fine, particularly if you install documentation.  My preference was to keep the install as plain vanilla as possible.
    Select the directory path for Coldfusion to install into – default is :C\Coldfusion
    THE NEXT TWO STEPS ARE CRITICAL TO YOUR SUCCESS.  Unselect “All IIS Websites” and select the “Configure specific IIS Website or another web server” radio button.  Click “Add”, and then select your test Web site (e.g., “test-site”) under “IIS Web Site”.  Hit “OK”.
    Do NOT use the default directory path for the CF Administrator location (e.g., default path: “C:\inetpub\wwwroot”).  Instead, point the installer to your new DEV root Web directory (e.g., “D:\DEV”).  The bottom line, you want the installer to place the CFIDE directory and files within this folder, alongside your other CFML files and folders.
    Enter an Administrator password.
    Choose to Enable RDS, or not.  I enable this by preference but it is not required.  This allows you to make updates to files using a CFML editor directly vs. having to move/FTP the files over if you’re working remotely.  Opponents to this argue that it’s potentially less secure, but for a lower environment I don’t see this as a major concern.
    Confirm everything to kick off the install.
    If all goes well you should see a message at the end stating that the install was successful.  I recommend you uncheck the box that asks you to open the CF Administrator in the default Web browser after the install.  NOTE: we will open it a different way during the post-installation tasks.  The worst thing that will happen if you forget to uncheck the box is that you might receive an error that the command prompt hung – not a big deal – just close it and move on to the next (final) steps.
    POST-INSTALLATION TASKS
    Verify CF Installation:
    The installation will create a new folder in your program group: Start > Programs > Adobe > Coldfusion 8.  The default “Administrator” link will not work because it points to the wrong path: http://127.0.0.1/CFIDE/administrator/index.cfm. The “127.0.0.1” or “localhost” path as you may recall in IIS, points by default to the “C:\inetpub\wwwroot” directory.  Our CFIDE files, however, are located within: D:\DEV.
    To bring up the CF Administrator logon page, open up a Web browser and replace the “http://127.0.0.1” part of the path with the DNS path name to your CF environment (e.g., http://dev.test-site.com/CFIDE/administrator/index.cfm).
    This should bring up the Coldfusion Administrator Login screen.  Enter in the Administrator password you created during the install to log in and configure your application server.
    Verify that your test-site renders correctly by typing in your test URL into a Web browser (e.g., http://dev.test-site.com).
    Fix Application Pool Defaults to Re-enable SBS Web Applications:
    At this point, Coldfusion Administrator and your test CMFL Web site should be working properly.  The problem is, default SBS Web applications like OWA, RWW and Companyweb will throw errors and fail to start.  Fortunately, this is easily remedied by performing the following steps:
    In IIS Manager, double-click the server instance in the left-hand pane.  Click on “Application Pools” to display the list of server application pools in the center pane.
    In the “Actions” pane on the right-hand side, click “Set Application Pool Defaults”.
    Change “Enable 32-Bit Applications” - the second item from the top – from “True” to “False” this time.  This should re-enable the SBS applications, which would otherwise result in 500 errors (e.g., OWA, RWW, Companyweb, etc.).  There is no need to restart IIS.
    Open a Web browser and test that you can once again connect to OWA, RWW and Companyweb successfully.
    In IIS click to highlight the application pool for your new site (e.g., “test-site”).  In the right-hand pane, click “Advanced Settings”.  Ensure that “Enable 32-Bit Applications” – second item from the top – is set to “True” for this application pool specifically.
    Lastly, jump up and down for joy!  Hopefully now, everything is working.  Best of luck!! ..Paul D (MCP).

    First, it would be a good idea for you to specify what distro of Linux you're using, as not all are supported by Adobe.
    Second, this is probably your problem right here:
    http://askubuntu.com/questions/40416/why-is-lib-libc-so-6-missing
    In a nutshell, CF expects the 32-bit version of libc.so.6 to be in /lib, but it's probably not. You might be able to modify the installer to point to the correct location for that file, or you might be able to create a symlink to the file - but as the above link describes, creating a symlink might have negative consequences.
    As for installing CF 8 64-bit, that's only available with Enterprise, not Standard. If you want CF Standard 64-bit, you need to upgrade to CF 9.
    Dave Watts, CTO, Fig Leaf Software

  • How can I install the 32-bit version of Lightroom 4.4 on my 64-bit Windows 7 system?

    I need to install the 32-bit version of LR 4.4 on my 64-bit Windows 7 system because, for some reason, LR 64-bit is not compatible with something in my computer system.
    How can I make this happen?
    Thanks,
    Mary

    The first stage of the installation process for a download is to extract all the installation files into an "Adobe" folder. Go find that folder and look inside, and down at the bottom level of the folder hierarchy are two files: Setup32.exe and Setup64.exe. So uninstall the 64bit version and double-click on "Setup32.exe" to install the 32 bit version.
    BTW, what problems are you having with the 64 bit version?

  • I am unable to install photoshop elements13 due to an error. it shows no error code but does say - This installer does not support installation on a 64-Bit Windows operating system. Please download the 64-Bit version of Photoshop Elements.

    i am unable to install photoshop elements13 due to an error. it shows no error code but does say - This installer does not support installation on a 64-Bit Windows operating system. Please download the 64-Bit version of Photoshop Elements.

    download the 64bit installer,
    Downloads available:
    Suites and Programs:  CC 2014 | CC | CS6 | CS5.5 | CS5 | CS4 | CS3
    Acrobat:  XI, X | 9,8 | 9 standard
    Premiere Elements:  13 | 12 | 11, 10 | 9, 8, 7 win | 8 mac | 7 mac
    Photoshop Elements:  13 |12 | 11, 10 | 9,8,7 win | 8 mac | 7 mac
    Lightroom:  5.7| 5 | 4 | 3
    Captivate:  8 | 7 | 6 | 5
    Contribute:  CS5 | CS4, CS3
    Download and installation help for Adobe links
    Download and installation help for Prodesigntools links are listed on most linked pages.  They are critical; especially steps 1, 2 and 3.  If you click a link that does not have those steps listed, open a second window using the Lightroom 3 link to see those 'Important Instructions'.

  • Installing coldfusion 9 kills WSUS; ODBC connectors on CF9 64bit

    Two questions.
    I have a server set up at home. I have 8 PCs conencted to it. It is used to run file services, WSUS to keep PCs up to date, and a home web server with some CF apps I've written over the years. This is a home environment, not a corporate environment so SQL / Exchange etc are out of the question.
    The server used to run XP x86 with CF7. Everything just worked. All of the time.
    But I wanted to make use of more memory, which means x64. I also updated the hardware and expanded my storage to 13TB. So I installed Windows 2008 R2 x64.
    Got everything working perfectly, without Coldfusion. As soon as I installed Coldfusion my woes started. It installed properly first shot, which is a rare occurence if what I read here and around the net are any indication (I count my blessings that it worked first shot).
    I installed CF 9.0.1 x64. WSUS ceased to function. All clients started getting download errors 0x80244018 etc. From googling the problem it seems that the problem was the handlers that CF9 added (But I could be wrong about that). WSUS runs on the same IIS7.5 server as my home website, but on port 8530.
    And of course, there appear to be no 64 bit ODBC drivers. I just use MS Access and excel for all my needs. I have about half a dozen apps I have written, most of which I have become dependent on for many reasons. I have no need, desire, or justification to invest in expensive technologies. Upgrading my CF7 to CF9 is going to cost an arm and a leg.
    So, rather than learning a new language like PHP..
    Q1: How do I install CF9 without breaking WSUS?
    Q2: How do I continue to use MS Access to access my mdb files when I have x64 O/S, X64 CF9?

    Surely someone has Coldfusion running on Windows 2008 R2 with WSUS?
    On the same box?  I doubt it would be that common.  I don't think it would be very common to be running WSUS from an application server box.  Obviously I can see why you're doing it, and it's a reasonable use case, but I don't imagine it's that common.
    Now... I am a CF developer, not a CFAdministrator, and haven't been a system's dude for about ten years now, so my knowledge on administering Windows and CF and all that sort of thing is very rusty, but the troubleshooting techniques should be similar.
    You mention WSUS talks to IIS on port 8350 (when it's working).  Have you checked what's listening on port 8350 once CF is installed?  I'm unaware of CF listening to any port in the 8xxx range other than the one you tell it to for the inbuilt webserver (which will be installed and listening even if you configured your CF install to use IIS).  However it usually listens on 8500.
    I'd also do a search through the CF / JRun dir for references to 8350.
    Secondly... I believe (but this is said with only about 50% confidence) one can export an IIS config to a text file these days?  Export the config before and after CF interferes with things, and do a diff.  What's different?
    That said, I presume they're both not working from the same website, so I think it's probably more likely to be at a network level than at application level.
    And when you have CF installed, the CF side of things runs fine (other than lack of ODBC drivers)?  Either way, scour the logs for both systems at start-up, to see if there's anything interesting.  You don't mention having looked at log files.
    As for ODBC drivers... forget it.  Port your data to a Derby DB (it should be able to do anything Access can do, I should think?), or MySQL or something and be done with it.
    Adam

  • I have a problem with installing PS13 as I get an error message "This installer does not support installation on a 64-Bit Windows operating system. Please download the 64-Bit version of Photoshop Elements." how do i do this?

    i have a problem with installing PS13 as I get an error message "This installer does not support installation on a 64-Bit Windows operating system. Please download the 64-Bit version of Photoshop Elements." how do i do this

    Try downloading the trial. It ought to detect that you have a 64-bit system.
    You aren't using Vista, are you? PSE 13 requires at least win 7 and I think a few folks with vista have gotten a similar error message on trying to install it.

  • Unable to install photoshop elements 13 on new computer.  Error message is:  This installer does not support installation on a 64-Bit windows operating system.  Please download the 64-Bit version of photoshop elements.  How do I do this?

    Unable to install photoshop elements 13 on new computer (Windows 8.1 OS).  Error message is:  This installer does not support installation on a 64-Bit windows operating system.  Please download the 64-Bit version of photoshop elements.  How do I do this?

    You can download the trial version of the software thru the page linked below and then use your current serial number to activate it.
    Be sure to follow the steps outlined in the Note: Very Important Instructions section on the download pages at this site and have cookies enabled in your browser or else the download will not work properly.
    Photoshop/Premiere Elements 13: http://prodesigntools.com/photoshop-elements-13-direct-download-links-premiere.html

  • Generating 32 bit code on 64bit system

    redhat el4 update 3, 2.6.9-34.ELsmp on a sun w2100z
    With the Solaris x86 compiler the default is 32 bit code even
    on a 64 bit system. Is a way to get 32 bit code generated on
    a 64bit system with the Linux version? Other than running
    on a 32 bit system (which works fine).
    mw

    As a general rule, you should try using appropriate gcc flag if that functionality is not covered in our compilers -flags output. If neither provides the needed functionality, ask, something could have been overlooked.
    Chris, I don't think we have new flags mentioned anywhere yet, docs update is scheduled to happen later, somewhere closer to release. We could make a list of adopted gcc-style flags.

  • Installing 32-bit  itunes on a 64-bit system

    Apple's web site keeps installing 64-bit 9.0.2 itunes on my system, which uses Windows 7 64-bit. iTunes does not work properly, not adding entire folders to my library. My guess is that the 32-bit version is more stable, as is the case with IE 8.x (64-bit has "issues").
    The problem is, how do I force Apple.com to download the 32-bit version of the software?

    +how do I force Apple.com to download the 32-bit version of the software?+
    You don't. itunes is still a 32-bit program. It's just the drivers that are 64-bit so they will work on your 64-bit system.
    If itunes isn't adding folders to your library, it might be because it doesn't like the MP3 headers. Here is a good explanation of that, and what to do.
    http://trevinchow.com/blog/tag/mp3-tag-validator/
    It talks about songs not playing in itunes, but it's the same situation when they won't get added to itunes.

  • Problems Installing ColdFusion 9 (64 bit) on Windows 7 and IIS 7.5

    Problem:  Empty response for static Files including images, CSS and js files. The response code is 200 OK, but there is no actual response (it's empty).
    The ColdFusion Administration web site works correctly except it's not displaying any images, css and js. Why it is serving up dynamic content and not static is a mystery.
    Installed ColdFusion 9 (64 bit) Multiserver Option on Windows 7 running IIS 7.5.
    I have verified that IIS 7.5 is correctly configured for Static Content for both the handler mappings and the modules.
    The Configuration for IIS 7.5 install looks like this:
    The ColdFusion web configuration tools shows that it is connected to all instances of IIS.
    I have uninstalled ColdFusion9 and IIS 7.5, and reinstalled many times but get the same problem: Empty responses for Static Files.
    Help is appreciated.

    To Clarify the blurry picture, this is what the IIS 7.5 install options look like:
    Web Mgmt Tools > II6 Mgmt Compatility > IIS Metabase  & II6 Compatability
    WWW Services > Application Dev Features > .Net Extensibility and ASP.Net and CGI and ISAPI Extensions & ISAPI Filters
    Common HTTP Features > Default Document and Directory Browsing and HTTP Errors and Static Content
    Security > Request Filtering

  • Installing 64-bit System

    When I boot the Solaris 10 install CD on my Opteron system, it always boots the 32-bit kernel. How do I force it to boot the 64-bit kernel?
    I assume that if I boot the 64-bit kernel from the install CD that installing Solaris will install the 64-bit system. Is this correct?
    Thanks.
    -Jerry

    When I boot the Solaris 10 install CD on my Opteron
    system, it always boots the 32-bit kernel. How do I
    force it to boot the 64-bit kernel?You cannot. The install CD only contains a 32-bit kernel.
    But it includes 32- and 64-bit install packages!
    As soon as you boot the installed Solaris from HDD, you should
    get a 64 bit kernel.
    I assume that if I boot the 64-bit kernel from the
    install CD that installing Solaris will install the
    64-bit system. Is this correct?No.

  • I am running Windows 7 64Bit system and everything was working normal.  However, I am now getting an error message stating objc.dll is missing.  I've re-installed Itunes but to no avail.  How can I get this error message corrected?

    I am running Windows 7 64Bit system and everything was working normal.  However, I am now getting an error message stating objc.dll is missing.  I've re-installed Itunes but to no avail.  How can I get this error message corrected?

    See this User Tip by turingtest2
      https://discussions.apple.com/docs/DOC-6562

  • If I were to buy the 7 Home Premium SP1 64bit, System Builder OEM DVD 1 Pack from Amazon to install Microsoft Windows 7 on my Mac, would it be compatible with my computer when I put it in bootcamp? (I have all of the current software updates)

    If I were to buy the 7 Home Premium SP1 64bit, System Builder OEM DVD 1 Pack from Amazon to install Microsoft Windows 7 on my Macbook Pro, would it be compatible with my computer if I put it in bootcamp? (I have all of the current software updates)

    In order to run Windows Applications, you must own the applications and, since they require Windows, you must own Windows. There are technologies like wine that will allow Windows applications to run without Windows, but they tend to be flakey at best.

  • How do I install 32 bit gcc on a OEL 5.8 64 bit system

    Hi,
    How do I install 32 bit gcc on a OEL 5.8 64 bit system
    the command to check whether the required versions of the 32-bit and 64-bit glibc packages are installed is as follows:
    rpm -q --qf '%{NAME}-%{VERSION}-%{RELEASE}-%{ARCH}\n' packagename
    while I understand the package name is gcc, how do I know the name for its 32 bit counterpart?
    thanks

    Hi dude thanks a lot,
    my objective: install oracle 10gr2 on oel 5.8 remotely. I've set up a virtualbox for oel 5.8
    but right now I encountered another problem,
    enterprise manager configuration failed due to the following error - invalid value null for parameter PORT
    from Unable to start enterprise management console
    and have rebuild the repository
    oracle@source ~]$ emca -repos create
    STARTED EMCA at Aug 30, 2012 6:00:08 AM
    EM Configuration Assistant, Version 10.2.0.1.0 Production
    Copyright (c) 2003, 2005, Oracle. All rights reserved.
    Enter the following information:
    Database SID: orcl
    Listener port number: 1521
    Password for SYS user:
    Password for SYSMAN user:
    Do you wish to continue? [yes(Y)/no(N)]: Y
    Aug 30, 2012 6:00:28 AM oracle.sysman.emcp.EMConfig perform
    INFO: This operation is being logged at /u01/app/oracle/product/10.2.0/db_1/cfgtoollogs/emca/orcl/emca_2012-08-30_06-00-08-AM.log.
    Aug 30, 2012 6:00:28 AM oracle.sysman.emcp.EMReposConfig createRepository
    INFO: Creating the EM repository (this may take a while) ...
    Aug 30, 2012 6:00:28 AM oracle.sysman.emcp.EMReposConfig invoke
    SEVERE: Error creating the repository
    Aug 30, 2012 6:00:28 AM oracle.sysman.emcp.EMReposConfig invoke
    INFO: Refer to the log file at /u01/app/oracle/product/10.2.0/db_1/cfgtoollogs/emca/orcl/emca_repos_create_<date>.log for more details.
    Aug 30, 2012 6:00:28 AM oracle.sysman.emcp.EMConfig perform
    SEVERE: Error creating the repository
    Refer to the log file at /u01/app/oracle/product/10.2.0/db_1/cfgtoollogs/emca/orcl/emca_2012-08-30_06-00-08-AM.log for more details.
    Could not complete the configuration. Refer to the log file at /u01/app/oracle/product/10.2.0/db_1/cfgtoollogs/emca/orcl/emca_2012-08-30_06-00-08-AM.log for more details.
    [oracle@source ~]$
    details for u01/app/oracle/product/10.2.0/db_1/cfgtoollogs/emca/orcl/emca_2012-08-30_06-00-08-AM.log is as follow
    Aug 30, 2012 6:00:28 AM oracle.sysman.emcp.EMConfig perform
    SEVERE: Error creating the repository
    Refer to the log file at /u01/app/oracle/product/10.2.0/db_1/cfgtoollogs/emca/orcl/emca_2012-08-30_06-00-08-AM.log for more details.
    Aug 30, 2012 6:00:28 AM oracle.sysman.emcp.EMConfig perform
    CONFIG: Stack Trace:
    oracle.sysman.emcp.exception.EMConfigException: Error creating the repository
    at oracle.sysman.emcp.EMReposConfig.invoke(EMReposConfig.java:194)
    at oracle.sysman.emcp.EMReposConfig.invoke(EMReposConfig.java:124)
    at oracle.sysman.emcp.EMConfig.perform(EMConfig.java:142)
    at oracle.sysman.emcp.EMConfigAssistant.invokeEMCA(EMConfigAssistant.java:479)
    at oracle.sysman.emcp.EMConfigAssistant.performConfiguration(EMConfigAssistant.java:1123)
    at oracle.sysman.emcp.EMConfigAssistant.statusMain(EMConfigAssistant.java:463)
    at oracle.sysman.emcp.EMConfigAssistant.main(EMConfigAssistant.java:412)
    118,1 Bot
    here's my /etc/hosts profile
    # Do not remove the following line, or various programs
    # that require network functionality will fail.
    127.0.0.1          localhost.localdomain localhost
    ::1          localhost6.localdomain6 localhost6
    #92.242.132.18          source.localdomain source
    192.168.0.211          source.localdomain source
    here's my ifconfig settings
    [oracle@source ~]$ /sbin/ifconfig
    eth0 Link encap:Ethernet HWaddr 08:00:27:EE:68:57
    inet addr:192.168.0.211 Bcast:192.168.0.255 Mask:255.255.255.0
    inet6 addr: fe80::a00:27ff:feee:6857/64 Scope:Link
    UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
    RX packets:180055 errors:0 dropped:0 overruns:0 frame:0
    TX packets:323764 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:1000
    RX bytes:26740364 (25.5 MiB) TX bytes:62621397 (59.7 MiB)
    lo Link encap:Local Loopback
    inet addr:127.0.0.1 Mask:255.0.0.0
    inet6 addr: ::1/128 Scope:Host
    UP LOOPBACK RUNNING MTU:16436 Metric:1
    RX packets:18198 errors:0 dropped:0 overruns:0 frame:0
    TX packets:18198 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:0
    RX bytes:22512862 (21.4 MiB) TX bytes:22512862 (21.4 MiB)
    would really appreciate some one could really guide me what's the solutions to the above EM confugration problem as I'm run out of ideas.
    thanks a lot!

Maybe you are looking for

  • Differences between Oracle JDBC Thin and Thick Drivers

    If any body is looking for this information... ============================================================ I have a question concerning the Oracle JDBC thin vs. thick drivers and how they might affect operations from an application perspective. We'r

  • Function Module's for Shopping Cart.

    Hi all, I want to know which is the function module to know item details and for status of shopping cart in BBP_PD. Also, can anybody please guide me how to use those in simple reports. Thanks in advance. Regards! Rahul

  • Business Object (BAPI/IDOC) for production Order

    Hi All I have requirement where data is coming from legacy system to R/3 via XI to generate a production order. I am not able to get right BAPI/ IDOC for inbound Production Order. Can anyone has done similar scenario. Can u suggest me BAPI or IDOC fo

  • System Wide Paging in CUCM 7.0?

    What's the best way to get system wide paging setup in an existing CUCM 7.0 environment? Thanks!

  • Screen Layout Display problem

    Hi, I am facing a problem in SE51 where I cannot see the screen layout properly. All free text is displayed and GUI is improper. From the same desktop, if I access other server, I can see the screens properly in SE51 Any idea what should be done? We