Re: binary compatibility
Bill Nottingham <[email protected]> Thu, 13 Feb 2003 12:44:22 -0500
| Newsgroups | gmane.linux.redhat.ia64.general |
|---|---|
| Message-ID | <[email protected]> |
Eric Preston ([email protected]) said: > If there's a 32-bit lib called libnss_files.so and there's a 64-bit one > with the same name, how do I have both on the same system? Put them somewhere outside of the standard library search path. There's an x86-compat-libs package that should have what you need. Bill