Re: binary compatibility
Bill Nottingham <[email protected]> Wed, 12 Feb 2003 21:01:13 -0500
| Newsgroups | gmane.linux.redhat.ia64.general |
|---|---|
| Message-ID | <[email protected]> |
Eric Preston ([email protected]) said: > I saw an earlier email from Jim Wilson that said that if you build on > x86 with RHL 7.2 (and copy the correct exes shared libs) all should > work. Does this mean that something built on 7.1 won't work? I've tried > the latter and it didn't work (statically linked executable; failed in > gethostbyname()), but before I jump in and get a machine built with 7.2 > I want to check. Statically linked binaries still dlopen() nss modules for gethostbyname(), etc. If those aren't there, they will fail. Bill