According to Russell Politzky: While burning my CPU.
> 
> At 11:31 PM 12/06/1999 +0000, you wrote:
> >According to Russell Politzky: While burning my CPU.
> >> 
> >> I seem to have picked up a strange problem with NES on my RedHat 6.0
> install.
> >> 
> >> When I open NES, it hangs and I have to kill it.  It appears that its not
> >> able to find some or other URL (the machine is not connected to the net).
> >> The default page is still the /usr/doc/HTML/index.html, as far as I know,
> >> so I dont know why it should hang.
> >> 
> >> I have tried installing NES 4.6, and I get the same result.
> >
> >That sounds like a DNS problem, you say you are not connected to the net,
> >then netscape will want to do a DNS lookup and it will "seem" as "if" its
> >locked up, but i bet the top righthand netscape logo has shooting stars in
> >it all the time.
> >
> >> 
> >> Other strange behaviour which preceeded this is that NES would exit as soon
> >> as I tried to run anything which required the JVM.  As soon as I loaded any
> >> page with Java in it, NES simple exited.  The same thing happened if I
> >> tried to open the Java Console, which also requires that the JVM be loaded.
> >> 
> >> I need to use NES under Linux to test some applets which will be deployed
> >> on Linux/NES 4.5, so I need to soleve this fairly quickly.
> >
> >Thats possably because you did not install java libs.
> >
> >I also run Redhat-6.0 now and i do not have any of the problems you
> >describe.
> >
> 
> Thanks Richard, I'll check the DNS problem. 
> 
> NES 4.5 was installed with from the RH 6.0 disk as part of the original
> install.  I've tried un-installing and then re-installing the relevant
> RPMS, just to see if RPM finds any problems with dependencies, but to no
> avail.
> 
> Do you know which libraries may be missing?

locate the netscape binary, mine is in /usr/lib/netscape and is called 
netscape-communicator ,
use ldd to get a list of needed libs.

 root@pa3gcu > ldd /usr/lib/netscape/netscape-communicator
        /lib/libNoVersion.so.1 => /lib/libNoVersion.so.1 (0x40014000)
        libBrokenLocale.so.1 => /lib/libBrokenLocale.so.1 (0x4001b000)
        libXt.so.6 => /usr/X11R6/lib/libXt.so.6 (0x4001d000)
        libSM.so.6 => /usr/X11R6/lib/libSM.so.6 (0x40068000)
        libICE.so.6 => /usr/X11R6/lib/libICE.so.6 (0x40071000)
        libXmu.so.6 => /usr/X11R6/lib/libXmu.so.6 (0x40086000)
        libXpm.so.4 => /usr/X11R6/lib/libXpm.so.4 (0x40098000)
        libXext.so.6 => /usr/X11R6/lib/libXext.so.6 (0x400a5000)
        libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x400b0000)
        libdl.so.2 => /lib/libdl.so.2 (0x4014d000)
        libstdc++.so.2.8 => /usr/lib/libstdc++.so.2.8 (0x40151000)
        libm.so.6 => /lib/libm.so.6 (0x40192000)
        libc.so.6 => /lib/libc.so.6 (0x401ae000)
        /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)

> 
> 
> 


-- 
Regards Richard.
[EMAIL PROTECTED]

Reply via email to