Re: New gv does not find Xaw3D-libs

1997-12-08 Thread Joost Kooij
On Mon, 8 Dec 1997, Frank Barknecht wrote:

 Hi all,
 recently I completed my libc6-upgrade with no further problems but 
 now I cannot start gv anymore. It gives me:
 
 $ gv
 gv: error in loading shared libraries
 libXaw3d.so.6: cannot open shared object file: No such file or directory
 
 And ldd shows:
 
 $ ldd /usr/bin/X11/gv 
 libm.so.6 = /lib/libm.so.6 (0x4000f000)
 libXaw3d.so.6 = not found
 libXmu.so.6 = /usr/X11R6/lib/libXmu.so.6 (0x40028000)
 libXt.so.6 = /usr/X11R6/lib/libXt.so.6 (0x4003a000)
 libSM.so.6 = /usr/X11R6/lib/libSM.so.6 (0x40082000)
 libICE.so.6 = /usr/X11R6/lib/libICE.so.6 (0x4008b000)
 libXext.so.6 = /usr/X11R6/lib/libXext.so.6 (0x400a)
 libX11.so.6 = /usr/X11R6/lib/libX11.so.6 (0x400ae000)
 libc.so.6 = /lib/libc.so.6 (0x40151000)
 /lib/ld-linux.so.2 = /lib/ld-linux.so.2 (0x4000)
 
 I am using the gv-package gv_3.5.8-.1.deb form unstable and
 I do have this xaw stuff installed:
 
 $ dpkg -l | grep xaw
 ii  xaw-wrappers0.11   allow use of programs with xaw replacements
 ii  xaw3d   1.3-6.1Adds a cute 3d to X apps using the athena 
 wi
 ii  xaw95   1.1-4.1Windows 95-like look for X apps using the 
 At
 
 Could anyone give me a pointer what's wrong here?

I've also seen problems like these with the replacement widgets after
switching to libc6.
What does /etc/ld.so.conf look like on your machine? And the output of
ldconfig -v (as root)?

Cheers,


Joost 





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


Re: New gv does not find Xaw3D-libs [SOLVED]

1997-12-08 Thread Frank Barknecht
Joost Kooij hat gesagt: // Joost Kooij wrote:

 On Mon, 8 Dec 1997, Frank Barknecht wrote:
 
  Hi all,
  recently I completed my libc6-upgrade with no further problems but 
  now I cannot start gv anymore. 
  
  [...]
 
  I am using the gv-package gv_3.5.8-.1.deb form unstable and
  I do have this xaw stuff installed:
  
  $ dpkg -l | grep xaw
  ii  xaw-wrappers0.11   allow use of programs with xaw 
  replacements
  ii  xaw3d   1.3-6.1Adds a cute 3d to X apps using the 
  athena wi
  ii  xaw95   1.1-4.1Windows 95-like look for X apps using 
  the At
  
  Could anyone give me a pointer what's wrong here?
 
 I've also seen problems like these with the replacement widgets after
 switching to libc6.
 What does /etc/ld.so.conf look like on your machine? And the output of
 ldconfig -v (as root)?

Well, I have solved the problem now: I had to install the xaw3dg-package. 
It is a bug in gv that it does not depend on xaw3dg and some users have 
already filed a bug report against this. 

I should have been suspicious when ldconfig - which gets run by a lot of 
postinst-scipts - claimed missing xaw-libs ...
-- 
  Yours a href=http://www.koeln-online.de/einblick/;
  Frank Barknecht   Das Koelner Stadt- und Unimagazin
  -   /a


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


Re: New gv does not find Xaw3D-libs

1997-12-08 Thread Igor Grobman
 Hi all,
 recently I completed my libc6-upgrade with no further problems but 
 now I cannot start gv anymore. It gives me:
 
 $ gv
 gv: error in loading shared libraries
 libXaw3d.so.6: cannot open shared object file: No such file or directory
 
 And ldd shows:
 
 $ ldd /usr/bin/X11/gv 
 libm.so.6 = /lib/libm.so.6 (0x4000f000)
 libXaw3d.so.6 = not found
 libXmu.so.6 = /usr/X11R6/lib/libXmu.so.6 (0x40028000)
 libXt.so.6 = /usr/X11R6/lib/libXt.so.6 (0x4003a000)
 libSM.so.6 = /usr/X11R6/lib/libSM.so.6 (0x40082000)
 libICE.so.6 = /usr/X11R6/lib/libICE.so.6 (0x4008b000)
 libXext.so.6 = /usr/X11R6/lib/libXext.so.6 (0x400a)
 libX11.so.6 = /usr/X11R6/lib/libX11.so.6 (0x400ae000)
 libc.so.6 = /lib/libc.so.6 (0x40151000)
 /lib/ld-linux.so.2 = /lib/ld-linux.so.2 (0x4000)
 
 I am using the gv-package gv_3.5.8-.1.deb form unstable and
 I do have this xaw stuff installed:
 
 $ dpkg -l | grep xaw
 ii  xaw-wrappers0.11   allow use of programs with xaw replacements
 ii  xaw3d   1.3-6.1Adds a cute 3d to X apps using the athena 
 wi
 ii  xaw95   1.1-4.1Windows 95-like look for X apps using the 
 At


looks like you need xaw3dg installed.
-- 
Proudly running Debian Linux! Linux vs. Windows is a no-Win situation
Igor Grobman   [EMAIL PROTECTED] [EMAIL PROTECTED] 



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