Installing Coldfusion 6.0 on Fedora Core 4.0 returnsGLIBC 2.0 type errors.

Ask a Question related to Coldfusion - Getting Started, Design and Development.

  1. #1

    Default Installing Coldfusion 6.0 on Fedora Core 4.0 returnsGLIBC 2.0 type errors.

    Error occurred during initialization of VM
    Unable to load native library:
    /tmp/install.dir.19987/Linux/resource/jre/lib/i386/libjav.so: symbol
    __libc_wait, version GLIBC2.0 not defined in file libc.so.6 with link time
    reference.

    That is what I get when I try to install it. Please enlight here!!!

    Ravi.

    ravigehlot Guest

  2. Similar Questions and Discussions

    1. FMS 2 on Fedora Core 5
      Hi All, I am tryiong to install FMS 2 on FC5 When I do a ./installFMS I get the following error ./fmsini: error while loading shared libraries:...
    2. Red Hat Fedora Core 4 ?
      Will FMS2 run on Red Hat Fedora Core 4? Or do you need Red Hat Enterprise?
    3. Installing ColdFusion MX 7 on Linux Fedora
      Dear Forum I'm trying to install ColdFusion MX 7 on Linux Fedora FC4. Everytime that i try to install using this command: ....
    4. Installing CF MX 7 on Fedora Core 3 Graphing Service NotAvailable
      Does anyone have any experience installing ColdFusion MX 7 on Fedora Core 3 on top of Tomcat? Every time I try to go to the CF administrator it says,...
    5. Apache2/CFMX 6.1 causing glibc errors on Fedora Core 3
      Running: Fedora Core 3 (up to date with all the relevant upgrades) Apache 2.0.54 ColdFusion MX 6.1 Apache error logs keep showing this: ...
  3. #2

    Default Re: Installing Coldfusion 6.0 on Fedora Core 4.0 returnsGLIBC 2.0 type errors.

    I wouldn't try CF 6 on Fedora Core 4. CFMX isn't supported on Fedora Core at
    all, but if you were going to try it, I'd do CFMX 7.

    Also, look into the compat-libstdc++ rpm(s) and make sure you have them
    installed. Your best bet is to reinstall FC4 and install absolutely everything.
    That ensures you get all you need. If you want to pick and choose, odds are you
    missed something.


    [url]http://www.macromedia.com/cfusion/webforums/forum/messageview.cfm?catid=2&thread[/url]
    id=1053852&highlight_key=y&keyword1=fedora%20core% 204

    [url]http://www.talkingtree.com/blog/index.cfm?mode=entry&entry=8CABEC95-50DA-0559-A0[/url]
    ECFA201B3621EB

    Kronin555 Guest

  4. #3

    Default Re: Installing Coldfusion 6.0 on Fedora Core 4.0 returnsGLIBC 2.0 type errors.

    I did what you said before you even posted that message. But thanks for the
    tip. I installed CFMX 7 successfully but the connectors didn't work so I had to
    configure them manually. Now I got JRUN on apache and CMFX 7 installed and
    running. The problem now is that it doesn't work! I call it on the browser and
    it doesn't respond at all. The progress bar shows work but no results on the
    screen. Any clues?

    ravigehlot Guest

  5. #4

    Default Re: Installing Coldfusion 6.0 on Fedora Core 4.0 returnsGLIBC 2.0 type errors.

    Look in the Apache logs, JRun logs and coldfusion logs. Do you see anything of interest there?

    You're requesting a page, so is the request getting written to apache's access log?
    Kronin555 Guest

  6. #5

    Default Re: Installing Coldfusion 6.0 on Fedora Core 4.0 returnsGLIBC 2.0 type errors.

    Problem solved! Only thing now is that the file application.cfm insn't being read. Any clues?
    ravigehlot Guest

  7. #6

    Default Re: Installing Coldfusion 6.0 on Fedora Core 4.0 returnsGLIBC 2.0 type errors.

    On case-sensitive file systems, it must be named "Application.cfm"

    Also, if you have an Application.cfc in the same directory, that will be used
    instead.

    "Problem solved!"

    That's great, but for the sake of others who search for a resolution to their
    problem, what was the fix? and what exactly was the problem?

    Kronin555 Guest

  8. #7

    Default Re: Installing Coldfusion 6.0 on Fedora Core 4.0 returnsGLIBC 2.0 type errors.

    Sure. The solution to the problem was quite simple. All you gotta do is rename
    the filename called cfmx_connectors.sh on your coldfusionmx7 directory. The
    reason to do this is so when you start coldfusion it doesn't try to install
    those connectors automatically. Make a backup of your httpd.conf file and
    follow the instructions provided by macromedia to install JRUN on httpd.conf
    manually. After that, everything worked fine. Honestly speaking, I don't have
    that link on me now but anyone interested please message me again. Regarding
    the application.cfm file you made a good point but at the moment I am unable to
    test it out.

    Another problem that has been around is with the debugging feature in
    coldfusion even though it is enabled it doesn't show any of the debug results...

    any clues?

    ravigehlot Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139