From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.50) id 1EQZuz-0000YY-BV for garchives@archives.gentoo.org; Sat, 15 Oct 2005 00:28:57 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.5/8.13.5) with SMTP id j9F0QKnT016290; Sat, 15 Oct 2005 00:26:20 GMT Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by robin.gentoo.org (8.13.5/8.13.5) with ESMTP id j9F0QKQJ024938 for ; Sat, 15 Oct 2005 00:26:20 GMT Received: from list by ciao.gmane.org with local (Exim 4.43) id 1EQZsh-0004nw-95 for gentoo-amd64@lists.gentoo.org; Sat, 15 Oct 2005 02:26:35 +0200 Received: from ip68-230-97-182.ph.ph.cox.net ([68.230.97.182]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 15 Oct 2005 02:26:35 +0200 Received: from 1i5t5.duncan by ip68-230-97-182.ph.ph.cox.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 15 Oct 2005 02:26:35 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-amd64@lists.gentoo.org From: Duncan <1i5t5.duncan@cox.net> Subject: [gentoo-amd64] Re: Promise Raid Card WebPam for EX8350 Date: Fri, 14 Oct 2005 17:25:13 -0700 Organization: Sometimes Message-ID: References: <434F4078.4080500@singnet.com.sg> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-amd64@gentoo.org Reply-to: gentoo-amd64@lists.gentoo.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: ip68-230-97-182.ph.ph.cox.net User-Agent: Pan/0.14.2.91 (As She Crawled Across the Table) Sender: news X-Archives-Salt: f7f0620c-6eb7-4df1-8447-b5721dd81327 X-Archives-Hash: df43876f1bdac7141b06a73378ffb3eb P.V.Anthony posted <434F4078.4080500@singnet.com.sg>, excerpted below, on Fri, 14 Oct 2005 13:22:00 +0800: > Since the WebPAM is a 32-bit appliance, it needs specific 32-bit related > library or application when you are installing it. Therefore, In Red Hat > Enterprise Linux 4.0 for x86_64, you should include the package > "Compatibility Arch Support" This would indicate you need 32-bit specific libraries and 32-bit execution support in your kernel. 1) Ensure that you have 32-bit support turned on in your kernel (under Executable file formats / Emulations, ensure that the IE32 Emulation option is compiled in, or alternatively, compiled as a module and the module loaded via modprobe). 2) Ensure the various app-emulation/emul-linux-x86-* packages have been merged. You won't need all of them, but merging them all is likely easier that figuring out which ones you need and which you don't. (These are 32-bit binary compatibility libs, so no compiling required -- merges should go pretty fast.) 3) Ensure that you aren't running a no-multilib subprofile, and that gcc, glibc, and the like, have been compiled with 32-bit support. (You should have /usr/lib32/libc.so and /usr/lib/gcc/x86_64-pc-linux-gnu//32/libstdc++.so, among others) For many 32-bit apps, that should do it. It's possible you'll still need certain 32-bit libs that aren't included in the above compatibility stuff. You can run ldd to find out what libraries it'll try to load and see if any are missing. -- Duncan - List replies preferred. No HTML msgs. "Every nonfree program has a lord, a master -- and if you use the program, he is your master." Richard Stallman in http://www.linuxdevcenter.com/pub/a/linux/2004/12/22/rms_interview.html -- gentoo-amd64@gentoo.org mailing list