WARNING: educated guesses 0. I had the same type of issues installing 1.4.0_03 but your trickery worked for me. You might want to make a symlink from the libstdc++-3-blah blah.2 if it exists (and it might not be looking in the lib directory) 1. Try setting the JAVA_HOME env variable with the newer jdk 2. MX uses the installer from www.zerog.com, so perhaps they can tell you how to override the jvm 3. I am sure some one from MM will post something better
Cheers, Rob -----Original Message----- From: Jim Campbell [mailto:[EMAIL PROTECTED]] Sent: Friday, January 03, 2003 3:50 PM To: CF-Talk Subject: CFMX Install Problem Hi all - This may fall under the mantle of a Linux- or Java-specific problem, but I'll float this one around the list in case anyone else has had this little monkey on their backs: We're putting CFMX on a clean RedHat 7.2 box. Once the CD is read and mounted and run, the installer craters right after the "Launching installer..." output from the installation program like so: ---------- /tmp/install.dir.2994/Linux/resource/jre/bin/i386/native_threads/java: error while loading shared libraries: libstdc++-libc6.1-1.so.2: cannot open shared object file: No such file or directory ---------- To me, this looks like the JRE that the CD's launching isn't finding the right hooks in /usr/lib in order to run. Fair enough, but it's looking for an older version of libstdc++ than what is on my system. So, thinking that the package I had would work, I hatched a cunning plan, and created a symlink to it with the aforementioned shared object's name... ---------- ln -s /usr/lib/libstdc++-3-libc6.2-2-2.10.0.so /usr/lib/libstdc++-libc6.1.1.so.2 ---------- .alas, failure. Has anyone else seen this happen when trying to install MX on Linux? Can I specify a runtime argument pointing towards a working JRE/JVM that already exists on my system in place of the one that the CD wants to use, or is there something obvious that I'm missing (I'm sure it's the latter)? - Jim ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

