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
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to