Migration Solutions for ColdFusion Applications to ASP.NET
       solutions   products   partners   company   support   downloads         store
View Interest List Message Details
<< Back to Search Results

Date: 09/02/2006
From: gregg@newatlanta.com
Subject: Re: [BlueDragon] BlueDragon 6.2 Server on FedoraCore5
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

<html>
<head>
 <meta content="text/html;charset=ISO-8859-1"                      
http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
I suspect that this is the same problem as we recently found with a
customer attempting to use SuSE Linux Enterprise Server 10.&nbsp; The
problem is an incorrect setting in the installer base code
(InstallAnywhere).&nbsp; The only fix we have right now is to physically
modify the installer using the UNIX 'sed' utility.&nbsp; It is    
really quite
safe even though it appears to be a "hack". <br>
<br>
If you want to try this, here are the operational steps:<br>
<ol>
 <li>download the latest BlueDragon Server JX installer for Linux;
(here is a suggested method if "ncftp" is available):<br>
 </li>
 <ul>
   <li>ncftp <a class="moz-txt-link-abbreviated"             
href="ftp://ftp.newatlanta.com">ftp.newatlanta.com</a>       
&lt;&lt;EOF</li>
   <li>binary</li>
   <li>get
/public/bluedragon/6_2_1_302/server/BlueDragon_Server_JX_621_302-L
inux.sh</li>
   <li>quit<br>
   </li>
 </ul>
 <li>modify and save the installer&nbsp; (note: the resulting         
installer's
size must remain exactly the same!):<br>
 </li>
 <ul>
   <li>cat BlueDragon_Server_JX_621_302-Linux.sh | sed "s/export
LD_ASSUME_KERNEL/#xport LD_ASSUME_KERNEL/" &gt; BDSJX-621_302MOD.sh
   </li>
 </ul>
 <li>enable modified installer for execution:</li>
 <ul>
   <li>chmod +x BDSJX-621_302MOD.sh</li>
 </ul>
 <li>install using the modified installer:</li>
 <ul>
   <li>./BDSJX-621_302MOD.sh</li>
 </ul>
</ol>
Please let me know how this works for you.<br>
<br>
<hr align="left" width="10%"><font                 
face="Georgia">Gregg Orangio<br>
New Atlanta Communications<br>
<a class="moz-txt-link-abbreviated"                                
href="mailto:gregg@newatlanta.com">gregg@newatlanta.com</a>&l
t;/font><br>
<img alt="BlueDragon powered!"
src="cid:part1.06040202.05030805@newatlanta.com"                      
height="45"
width="127"><br>
<br>
<br>
Alin Winters said the following on 9/2/2006 10:23 AM:
<blockquote cite="mid44F993FA.2020609@cenuco.com"                  
type="cite">Jordan,
 <br>
 <br>
Do you remember what JVM you were running on FC5? Do you currently have
BD setup on a Linux box? I would appreciate any details on your current
setup even if it's an older FC release.
 <br>
 <br>
Alin
 <br>
 <br>
Jordan Michaels wrote:
 <br>
 <blockquote type="cite">Hi Alin,
   <br>
   <br>
If you've got glibc-2.4 installed, then chances are that you *do*
indeed have these files on your system, but the installer cannot find
them.
   <br>
   <br>
It's possible you could fix this using either symbolic links, or with
ldconfig - but I'm honestly not sure where the installer is looking for
these files, and that's what's important.
   <br>
   <br>
First, from the command-line, fun a "find" to see if you do indeed    
have
the files on your system:
   <br>
   <br>
# find / -name libdl.so*
   <br>
   <br>
If you get results, then the installer simply isn't looking where it
needs to in order to find these files. Depending on how the installer
works, you could add the path to where these files are located to the
"/etc/ld.so.conf" file, run the "ldconfig" command (to      
update the
system) and try again. You could also attempt to create symbolic links
from your popular library directories to wherever these files are
located. (/usr/lib/ for example).
   <br>
   <br>
This may or may not fix the problem, but it's my best guess with the
information I have. ;)
   <br>
   <br>
I can't remember, but is FC5 one of the versions that comes with
SELinux? If so, then permissions might also be an issue.
   <br>
   <br>
Warm regards,
   <br>
Jordan Michaels
   <br>
Vivio Technologies
   <br>
<a class="moz-txt-link-freetext"                                   
href="http://www.viviotech.net/">http://www.viviotech.net/</a>
;
   <br>
Blue Dragon Alliance Member
   <br>
   <br>
   <br>
Alin Winters wrote:
   <br>
   <blockquote type="cite">Hello.
     <br>
     <br>
Is BlueDragon Server not supported on FC5?
     <br>
     <br>
My kernel is 2.6.15-1.2054_FC5smp i686
     <br>
I do have glibc-2.4-8 installed
     <br>
Below are the errors I am getting
     <br>
     <br>
Preparing to install...
     <br>
Extracting the JRE from the installer archive...
     <br>
Unpacking the JRE...
     <br>
Extracting the installation resources from the installer archive...
     <br>
Configuring the installer for this system's environment...
     <br>
awk: error while loading shared libraries: libdl.so.2: cannot open
shared object file: No such file or directory
     <br>
dirname: error while loading shared libraries: libc.so.6: cannot open
shared object file: No such file or directory
     <br>
/bin/ls: error while loading shared libraries: librt.so.1: cannot open
shared object file: No such file or directory
     <br>
basename: error while loading shared libraries: libc.so.6: cannot open
shared object file: No such file or directory
     <br>
dirname: error while loading shared libraries: libc.so.6: cannot open
shared object file: No such file or directory
     <br>
basename: error while loading shared libraries: libc.so.6: cannot open
shared object file: No such file or directory
     <br>
     <br>
Launching installer...
     <br>
     <br>
grep: error while loading shared libraries: libc.so.6: cannot open
shared object file: No such file or directory
     <br>
/tmp/install.dir.9908/Linux/resource/jre/bin/java: error while loading
shared libraries: libpthread.so.0: cannot open shared object file: No
such file or directory
     <br>
     <br>
     <br>
Thanks for your help.
     <br>
     <br>
Regards,
     <br>
     <br>
Alin W
     <br>
     <br>
   </blockquote>
----------------------------------------------------------------------
   <br>
BlueDragon-Interest. For archives and unsubscribe instructions, visit:
   <br>
&nbsp;&nbsp;&nbsp; <a class="moz-txt-link-freetext"    
href="http://www.newatlanta.com/bluedragon-i
nterest.cfm">http://www.newatlanta.com/bluedragon-i
nterest.cfm</a>
   <br>
   <br>
 </blockquote>
 <br>
</blockquote>
</body>
</html>

Message Thread
Date Subject Author
09/01/2006 Re: [BlueDragon] BlueDragon 6.2 Server on FedoraCore5 alan@blog-city.com
09/01/2006 Re: [BlueDragon] BlueDragon 6.2 Server on FedoraCore5 alinw@cenuco.com
09/01/2006 Re: [BlueDragon] BlueDragon 6.2 Server on FedoraCore5 jordan@viviotech.net
09/02/2006 Re: [BlueDragon] BlueDragon 6.2 Server on FedoraCore5 alinw@cenuco.com
09/02/2006 Re: [BlueDragon] BlueDragon 6.2 Server on FedoraCore5 gregg@newatlanta.com
09/03/2006 Re: [BlueDragon] BlueDragon 6.2 Server on FedoraCore5 alinw@cenuco.com
09/04/2006 Re: [BlueDragon] BlueDragon 6.2 Server on FedoraCore5 jordan@viviotech.net
09/16/2006 Re: [BlueDragon] BlueDragon 6.2 Server on FedoraCore5 alinw@cenuco.com
09/17/2006 Re: [BlueDragon] BlueDragon 6.2 Server on FedoraCore5 jordan@viviotech.net
09/01/2006 [BlueDragon] BlueDragon 6.2 Server on FedoraCore5 alinw@cenuco.com
<< Back to Search Results


   
company media information terms of use privacy policy contact us