I'm sure your Gentoo Box will be running a different version of gcc & glibc than RH 7.x, and personally, I suspect you'll find the errors will be a result of that. Also, Gentoo's file system layout is much different than RHs, so you'll need a lot of Symlinks, at least... For example, if I "locate libc.so.6", on Gentoo, I find /lib/libc.so.6 but on RH, I find /lib/libc.so.6 but I also find /lib/i686/libc.so.6 and /usr/i386-glibc21-linux/lib/libc.so.6 and /var/ftp/lib/libc.so.6. You won't need al of these copies, but you'll need to figure out which one CF wants to use, and create a symlink for it.
I also see that the version of Glibc that I'm running is alot of versions different than the one on RH. Kev. ----- Original Message ----- From: "Shawn Grover" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, June 16, 2003 9:34 AM Subject: RE: (clug-talk) CFMX on Gentoo Linux? > damn. I need to be more careful. This was supposed to got the ColdFusion > mailing list. My appologies. But if anyone is interested, I can keep you > posted on this... > > Shawn > > -----Original Message----- > From: Shawn Grover [mailto:[EMAIL PROTECTED] > Sent: Monday, June 16, 2003 9:32 AM > To: CLUG (E-mail) > Subject: (clug-talk) CFMX on Gentoo Linux? > > > Has anyone been able to get CFMX running on Gentoo Linux? When I try to > install the linux version (trial version from the web), I get a bunch of > strange errors. > > ---Errors --- > Configuring the installer for this system's environment... > dirname: error while loading shared libraries: libc.so.6: cannot open shared > objectfile: No such file or directory > /bin/ls: error while loading shared libraries: librt.so.1: cannot open shred > object file: no such file or directory > > ... snip ... > > Launching Installer ... > rm: error while loading shared libraries: libc.so.6: cannot open shared > objectf file: No such file or directory > --- End Errors --- > > I've tried installing the Java 1.4.1 SDK, and saw no difference. My > research into the install issues suggest this is a JVM problem. I've > examined the files that get extracted, and don't see an executable I can run > myself. So if this is a simple path problem I can't change the paths and > then re-run the install. Or have I missed something? (I'm relatively new > with Linux, so I wouldn't be surprised.) I do have a libc.so.6 file under > the /library directory. > > I realize CF is only supported on Red Hat Linux, but I've been very > impressed with the optimizations Gentoo allows and would like to use it as > my development server. If I can't get CF running, I'll probably have to do > a crash course in PHP. > > Thanks for any responses. > > Shawn > >
