Re: Netscape doesn't work (libc5/libc6)

1998-02-03 Thread William R Ward
Remco Blaakmeer [EMAIL PROTECTED] writes:
 On 30 Jan 1998, William R. Ward wrote:
  I'm running hamm and I can't get Netscape to work.  I know it's
  probably a problem with libc5 vs libc6, and that I probably need to
  reinstall one or more libc5 files, but I don't know which ones!  I ran
  ldd and strace and the output is attached here.  I just don't know how
  to read the output of these programs in order to find out what to
  install.
  
  Any help would be most appreciated.
  
  Here's the output of ldd:
  
  /lib/nfslock.so = /lib/nfslock.so (0x4000c000)
  libXt.so.6 = /usr/X11R6/lib/libXt.so.6 (0x4000e000)
  libSM.so.6 = /usr/X11R6/lib/libSM.so.6 (0x40056000)
  libICE.so.6 = /usr/X11R6/lib/libICE.so.6 (0x4005f000)
  libXmu.so.6 = /usr/X11R6/lib/libXmu.so.6 (0x40074000)
  libXpm.so.4 = /usr/X11R6/lib/libXpm.so.4 (0x40086000)
  libXext.so.6 = /usr/X11R6/lib/libXext.so.6 (0x40094000)
  libX11.so.6 = /usr/X11R6/lib/libX11.so.6 (0x400a)
  libdl.so.1 = /lib/libdl.so.1 (0x40143000)
  libc.so.5 = /lib/libc.so.5 (0x40146000)
  libm.so.5 = /lib/libm.so.5 (0x40204000)
  libc.so.6 = /lib/libc.so.6 (0x4020d000)
  ld-linux.so.2 = /lib/ld-linux.so.2 (0x402af000)
  
  And here's the output of strace:
 snipped output
 
 Tell me, what version of the xlib6 and xlib6g packages do you have
 installed? Probably they are too old. I think you upgraded them to hamm
 when they didn't work with netscape and left them in this state. Try
 upgrading them to the latest version.

xlib6 and xlib6g are both version 3.3.1-2 which I believe is the
latest and greates from hamm.  I keep my system right on the bleeding
edge...

I even tried reinstalling xlib6 just in case that helped.  What
version of Netscape are you using?  The above was from netscape
Communicator 4.  I removed that and will try installing netscape 3
instead.


 What I get is this:
 [EMAIL PROTECTED]:~]$ ldd /usr/lib/netscape/netscape
 libXt.so.6 = /usr/lib/libc5-compat/libXt.so.6 (0x4000c000)
 libSM.so.6 = /usr/lib/libc5-compat/libSM.so.6 (0x4004e000)
 libICE.so.6 = /usr/lib/libc5-compat/libICE.so.6 (0x40057000)
 libXmu.so.6 = /usr/lib/libc5-compat/libXmu.so.6 (0x4006c000)
 libXpm.so.4 = /usr/lib/libc5-compat/libXpm.so.4 (0x4007e000)
 libXext.so.6 = /usr/lib/libc5-compat/libXext.so.6 (0x4008c000)
 libX11.so.6 = /usr/lib/libc5-compat/libX11.so.6 (0x40097000)
 libdl.so.1 = /lib/libdl.so.1 (0x40135000)
 libc.so.5 = /lib/libc.so.5 (0x40138000)
 libm.so.5 = /lib/libm.so.5 (0x401f6000)
 
 Once the libc.so.6 stops showing up I think you are safe.
 
 In general, it is a bad thing if libc.so.5 and libc.so.6 both show up in
 ldd's output.
 
 Remco
 
 
 --
 TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
 [EMAIL PROTECTED] . 
 Trouble?  e-mail to [EMAIL PROTECTED] .
 

-- 
William R Ward  Bay View Consulting   http://www.bayview.com/~hermit/
[EMAIL PROTECTED] 1803 Mission St. #339voicemail +1 408/479-4072
[EMAIL PROTECTED]   Santa Cruz CA 95060 USA   pager +1 408/458-8862
 PGP Key 0x2BD331E5; Public key at http://www.bayview.com/~hermit/pubkey.txt
-
Take off all your clothes and walk down the street waving a machete and
firing an Uzi, and terrified citizens will phone the police and report:
There's a naked person outside! - Mike Nichols


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: Netscape doesn't work (libc5/libc6)

1998-02-03 Thread William R Ward
[EMAIL PROTECTED] (William R. Ward) writes:
 I'm running hamm and I can't get Netscape to work.  I know it's
 probably a problem with libc5 vs libc6, and that I probably need to
 reinstall one or more libc5 files, but I don't know which ones!  I ran
 ldd and strace and the output is attached here.  I just don't know how
 to read the output of these programs in order to find out what to
 install.
[snip output of ldd/strace]

Turns out that the problem was fixed by some combination of:
  1. Re-running ldconfig
  2. Removing $LD_LIBRARY_PATH from my .cshrc

Thanks to those of you who had suggestions ... if you are having
similar problems, try these two things.

--Bill.

-- 
William R Ward  Bay View Consulting   http://www.bayview.com/~hermit/
[EMAIL PROTECTED] 1803 Mission St. #339voicemail +1 408/479-4072
[EMAIL PROTECTED]   Santa Cruz CA 95060 USA   pager +1 408/458-8862
 PGP Key 0x2BD331E5; Public key at http://www.bayview.com/~hermit/pubkey.txt
-
Take off all your clothes and walk down the street waving a machete and
firing an Uzi, and terrified citizens will phone the police and report:
There's a naked person outside! - Mike Nichols


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: Netscape doesn't work (libc5/libc6)

1998-02-01 Thread Remco Blaakmeer
On 30 Jan 1998, William R. Ward wrote:

 I'm running hamm and I can't get Netscape to work.  I know it's
 probably a problem with libc5 vs libc6, and that I probably need to
 reinstall one or more libc5 files, but I don't know which ones!  I ran
 ldd and strace and the output is attached here.  I just don't know how
 to read the output of these programs in order to find out what to
 install.
 
 Any help would be most appreciated.
 
 Here's the output of ldd:
 
   /lib/nfslock.so = /lib/nfslock.so (0x4000c000)
   libXt.so.6 = /usr/X11R6/lib/libXt.so.6 (0x4000e000)
   libSM.so.6 = /usr/X11R6/lib/libSM.so.6 (0x40056000)
   libICE.so.6 = /usr/X11R6/lib/libICE.so.6 (0x4005f000)
   libXmu.so.6 = /usr/X11R6/lib/libXmu.so.6 (0x40074000)
   libXpm.so.4 = /usr/X11R6/lib/libXpm.so.4 (0x40086000)
   libXext.so.6 = /usr/X11R6/lib/libXext.so.6 (0x40094000)
   libX11.so.6 = /usr/X11R6/lib/libX11.so.6 (0x400a)
   libdl.so.1 = /lib/libdl.so.1 (0x40143000)
   libc.so.5 = /lib/libc.so.5 (0x40146000)
   libm.so.5 = /lib/libm.so.5 (0x40204000)
   libc.so.6 = /lib/libc.so.6 (0x4020d000)
   ld-linux.so.2 = /lib/ld-linux.so.2 (0x402af000)
 
 And here's the output of strace:
snipped output

Tell me, what version of the xlib6 and xlib6g packages do you have
installed? Probably they are too old. I think you upgraded them to hamm
when they didn't work with netscape and left them in this state. Try
upgrading them to the latest version.

What I get is this:
[EMAIL PROTECTED]:~]$ ldd /usr/lib/netscape/netscape
libXt.so.6 = /usr/lib/libc5-compat/libXt.so.6 (0x4000c000)
libSM.so.6 = /usr/lib/libc5-compat/libSM.so.6 (0x4004e000)
libICE.so.6 = /usr/lib/libc5-compat/libICE.so.6 (0x40057000)
libXmu.so.6 = /usr/lib/libc5-compat/libXmu.so.6 (0x4006c000)
libXpm.so.4 = /usr/lib/libc5-compat/libXpm.so.4 (0x4007e000)
libXext.so.6 = /usr/lib/libc5-compat/libXext.so.6 (0x4008c000)
libX11.so.6 = /usr/lib/libc5-compat/libX11.so.6 (0x40097000)
libdl.so.1 = /lib/libdl.so.1 (0x40135000)
libc.so.5 = /lib/libc.so.5 (0x40138000)
libm.so.5 = /lib/libm.so.5 (0x401f6000)

Once the libc.so.6 stops showing up I think you are safe.

In general, it is a bad thing if libc.so.5 and libc.so.6 both show up in
ldd's output.

Remco


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Netscape doesn't work (libc5/libc6)

1998-01-31 Thread William R. Ward
I'm running hamm and I can't get Netscape to work.  I know it's
probably a problem with libc5 vs libc6, and that I probably need to
reinstall one or more libc5 files, but I don't know which ones!  I ran
ldd and strace and the output is attached here.  I just don't know how
to read the output of these programs in order to find out what to
install.

Any help would be most appreciated.

Here's the output of ldd:

/lib/nfslock.so = /lib/nfslock.so (0x4000c000)
libXt.so.6 = /usr/X11R6/lib/libXt.so.6 (0x4000e000)
libSM.so.6 = /usr/X11R6/lib/libSM.so.6 (0x40056000)
libICE.so.6 = /usr/X11R6/lib/libICE.so.6 (0x4005f000)
libXmu.so.6 = /usr/X11R6/lib/libXmu.so.6 (0x40074000)
libXpm.so.4 = /usr/X11R6/lib/libXpm.so.4 (0x40086000)
libXext.so.6 = /usr/X11R6/lib/libXext.so.6 (0x40094000)
libX11.so.6 = /usr/X11R6/lib/libX11.so.6 (0x400a)
libdl.so.1 = /lib/libdl.so.1 (0x40143000)
libc.so.5 = /lib/libc.so.5 (0x40146000)
libm.so.5 = /lib/libm.so.5 (0x40204000)
libc.so.6 = /lib/libc.so.6 (0x4020d000)
ld-linux.so.2 = /lib/ld-linux.so.2 (0x402af000)

And here's the output of strace:

execve(/usr/lib/netscape/netscape, [/usr/lib/netscape/netscape], [/* 31 
vars */]) = 0
mmap(0, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0x40007000
mprotect(0x4000, 20961, PROT_READ|PROT_WRITE|PROT_EXEC) = 0
mprotect(0x8048000, 7445109, PROT_READ|PROT_WRITE|PROT_EXEC) = 0
stat(/etc/ld.so.cache, {st_mode=0, st_size=0, ...}) = 0
open(/etc/ld.so.cache, O_RDONLY)  = 3
mmap(0, 11602, PROT_READ, MAP_SHARED, 3, 0) = 0x40008000
close(3)= 0
stat(/etc/ld.so.preload, {st_mode=0, st_size=0, ...}) = 0
open(/etc/ld.so.preload, O_RDONLY)= 3
mmap(0, 17, PROT_READ|PROT_WRITE, MAP_PRIVATE, 3, 0) = 0x4000b000
close(3)= 0
open(/lib/nfslock.so, O_RDONLY)   = 3
read(3, \177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3..., 4096) = 4096
mmap(0, 8192, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x4000c000
mmap(0x4000c000, 3154, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED, 3, 0) = 
0x4000c000
mmap(0x4000d000, 3376, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 0) = 
0x4000d000
close(3)= 0
mprotect(0x4000c000, 3154, PROT_READ|PROT_WRITE|PROT_EXEC) = 0
munmap(0x4000b000, 17)  = 0
open(/usr/lib/libXt.so.6, O_RDONLY)   = -1 ENOENT (No such file or directory)
open(/usr/local/lib/libXt.so.6, O_RDONLY) = -1 ENOENT (No such file or 
directory)
open(/usr/X11R6/lib/libXt.so.6, O_RDONLY) = 3
read(3, \177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3..., 4096) = 4096
mmap(0, 294912, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x4000e000
mmap(0x4000e000, 274999, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED, 3, 0) = 
0x4000e000
mmap(0x40052000, 12216, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 
0x43000) = 0x40052000
mmap(0x40055000, 1452, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x40055000
close(3)= 0
mprotect(0x4000e000, 274999, PROT_READ|PROT_WRITE|PROT_EXEC) = 0
open(/usr/lib/libSM.so.6, O_RDONLY)   = -1 ENOENT (No such file or directory)
open(/usr/local/lib/libSM.so.6, O_RDONLY) = -1 ENOENT (No such file or 
directory)
open(/usr/X11R6/lib/libSM.so.6, O_RDONLY) = 3
read(3, \177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3..., 4096) = 4096
mmap(0, 36864, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40056000
mmap(0x40056000, 27961, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED, 3, 0) = 
0x40056000
mmap(0x4005d000, 4908, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 0x6000) 
= 0x4005d000
close(3)= 0
mprotect(0x40056000, 27961, PROT_READ|PROT_WRITE|PROT_EXEC) = 0
open(/usr/lib/libICE.so.6, O_RDONLY)  = -1 ENOENT (No such file or directory)
open(/usr/local/lib/libICE.so.6, O_RDONLY) = -1 ENOENT (No such file or 
directory)
open(/usr/X11R6/lib/libICE.so.6, O_RDONLY) = 3
read(3, \177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3..., 4096) = 4096
mmap(0, 86016, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x4005f000
mmap(0x4005f000, 71871, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED, 3, 0) = 
0x4005f000
mmap(0x40071000, 3516, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 0x11000) 
= 0x40071000
mmap(0x40072000, 6696, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x40072000
close(3)= 0
mprotect(0x4005f000, 71871, PROT_READ|PROT_WRITE|PROT_EXEC) = 0
open(/usr/lib/libXmu.so.6, O_RDONLY)  = -1 ENOENT (No such file or directory)
open(/usr/local/lib/libXmu.so.6, O_RDONLY) = -1 ENOENT (No such file or 
directory)
open(/usr/X11R6/lib/libXmu.so.6, O_RDONLY) = 3
read(3, \177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3..., 4096) = 4096
mmap(0, 73728, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40074000
mmap(0x40074000, 63121, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED, 3, 0) = 
0x40074000
mmap(0x40084000, 3832, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3,