On Redhat 6.1 sparc, netscape refuse to start, displaying the following message: COLORTERM=gnome-terminal: error in loading shared libraries /usr/X11R6/lib/libXt.so.6: undefined symbol: __rawmemchr So, I reinstall the redhat 6.0 netscape 4.51-3 package and it works perfectly. Broken archive ?
What does rpm -qa | grep compat say?
The rpm command send me the following results: [lemonni4@ors40428 ~]$ rpm -qa|grep compat compat-binutils-5.2-2.9.1.0.23.1 compat-egcs-5.2-1.0.3a.1 compat-egcs-c++-5.2-1.0.3a.1 compat-egcs-g77-5.2-1.0.3a.1 compat-egcs-objc-5.2-1.0.3a.1 compat-glibc-5.2-2.0.7.1
Argh. Install the compat-libs package, or remove the compat-glibc package. Then it should work.
OK, thanks a lot. You are right. I installed the compat-glibc package and now it just works fine.