><snip>
>>>Better advice than I gave. Indeed, if the WingZ binary is that old, it
>>>may require libc5, so the OP may have to install some compat-* RPMs.
>>>But as you say, the OP should post the ldd output.
>> Here's the ldd output for WingzPro:
><snip>
>> #ksh 148: ldd WingzPro
>...
>> libc.so.5 => /usr/lib/libc.so.5 (0x401a0000)
>...
>Looks like I made a good guess. WingZ requires LIBC5. Load Gnome RPM
>and check System Environment/Libraries for libc-5.3.12-31.i386.rpm. If
>it's not there, install it from the Red Hat 6.2 CD. You may need to
>create a symbolic link to this, e.g.,
>ln -s /usr/i486-linux-libc5/lib/libc.so.5.3.12 /usr/lib/libc.so.5
# ls -log /usr/lib/libc.so.5
lrwxrwxrwx 1 root 14 Dec 7 17:57 /usr/lib/libc.so.5 -> libc.so.5.4.46
# ls -log /usr/lib/libc.so.5.4.46
-rwxr-xr-x 1 root 1839459 Dec 7 17:56 /usr/lib/libc.so.5.4.46
also:
# pwd
/usr/i486-linux-libc5/lib
# ls -l libc.so*
lrwxrwxrwx 1 root 14 Jan 27 1999 libc.so.5 -> libc.so.5.3.12
-rwxr-xr-x 1 root root 699832 Apr 15 1999 libc.so.5.3.12
so I linked the /usr/lib/libc.so.5 to the
/usr/i486-linux-libc5/lib/libc.so.5.3.12, to see if the older version
was required, ran wingz, still got a core dump....
willing to try most anything...
--