home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / os / linux / 22131 < prev    next >
Encoding:
Text File  |  1992-12-30  |  1.6 KB  |  48 lines

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!cs.utexas.edu!sun-barr!ames!pacbell.com!att-out!cbfsb!cbnewsg.cb.att.com!wto
  3. From: wto@cbnewsg.cb.att.com (William T. O Connell)
  4. Subject: Need to update non-shared stub version of shlib
  5. Message-ID: <1992Dec30.075023.18046@cbfsb.cb.att.com>
  6. Keywords: seyon,shared libraries
  7. Sender: news@cbfsb.cb.att.com
  8. Organization: AT&T
  9. Date: Wed, 30 Dec 1992 07:50:23 GMT
  10. Lines: 36
  11.  
  12.  
  13. This problem started with trying to get seyon to run under X.
  14. I siffed through all the docs that I can find and am kinda stuck.
  15.  
  16. My machine locks up when seyon tries to display the "seyon command center"
  17. window. I'm assuming (now weren't you told never to assume anything 8-) ),
  18. that this is because seyon requires version 2.1 shared libraries
  19. were I have 2.0.
  20.  
  21. I have 2.1 shlibs but, seyon is linked with 2.0. i.e.)
  22. #ldd seyon-cmd
  23.     /lib/XawVen.so.2.0 (Classic 2.0)    <-----  Wrong libraries
  24.     /lib/libX11.so.2.0 (Classic 2.0)    <-----   (Need 2.1)
  25.     /lib/libc.so.4 (Jump table 4.1)
  26.  
  27. I just installed the new shared libraries (version 2.1), but when I
  28. build seyon-cmd, it's still using the old shared libraries.
  29.  
  30. I quess what I need to do is replace the stub libraries (libXaw.a &
  31. libX11.a) so that they will now point to the new shared libraries?
  32.  
  33. This is were I am stuck. Any help on how to re-build them or on where 
  34. I could locate the new ones would be appreciated.
  35.  
  36. If anybody knows of a different reason that would be causing X to
  37. lock up (from the above scenerio) I would welcome you input.
  38.  
  39. I am using SLS .99p1.
  40.  
  41.  
  42. - Bill        wto@ihlpx.att.com
  43.  
  44.  
  45. BTW: Peter, SLS works great :-}, I'm REALLY impressed with what you
  46.      put together!
  47.  
  48.