home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / os / linux / 10150 < prev    next >
Encoding:
Text File  |  1992-09-08  |  1.9 KB  |  45 lines

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!usc!sol.ctr.columbia.edu!ira.uka.de!math.fu-berlin.de!informatik.tu-muenchen.de!LRZnews!regent!mch
  3. From: mch@regent.e-technik.tu-muenchen.dbp.de (Michael Hermann)
  4. Subject: Re: Help getting xv, xload,xlander, and xantfarm working
  5. Message-ID: <mch.715933564@regent.e-technik.tu-muenchen.de>
  6. Keywords: help,xv,xload,xlander,xantfarm
  7. Sender: news@regent.e-technik.tu-muenchen.de (News System)
  8. Organization: Technical University of Munich, Germany
  9. References: <67774@hydra.gatech.EDU>
  10. Date: Tue, 8 Sep 1992 06:26:04 GMT
  11. Lines: 32
  12.  
  13. gt6698a@prism.gatech.EDU (Andrew Hobson) writes:
  14.  
  15. >...
  16. >I cannot get xv, xload, xlander, and xantfarm to work.  First I will give 
  17. >you my setup
  18. >97.pl1 and X11v1.1 
  19. >...
  20. >xload problems:
  21. >I try to compile xload with the -V 2.2.2 option, but I get
  22. >...
  23. >get_load.o: Undefined symbol _open_psdb referenced from text segment
  24. >get_load.o: Undefined symbol _k_addr referenced from text segment
  25. >get_load.o: Undefined symbol _close_psdb referenced from text segment
  26. >get_load.o: Undefined symbol _kmemread referenced from text segment
  27. >make: *** [xload] Error 1
  28. >
  29. >I am guessing that this means that the xload I have is for a different version
  30. >of the kernel.  where would I get one that will work for 97.pl1 ?
  31.  
  32. xload is based on the ps-package to get the necessary load-info from
  33. the kernel. Unfortunately with every new kernel & patchlevel you need
  34. a slightly different ps. Fortunately the part xload uses seems to be
  35. unaffected. At least my xload, that is untouched since 0.96c or so
  36. still (seems to) work. And now I am using 97pl2 on home machine and
  37. 97pl4 on notebook.
  38.  
  39. What you need for linking xload is a file called no_update.o that
  40. you can generate by installing the ps-package. Link this file 
  41. with xload and you should at least get an executable.
  42. If you are lucky, xload will even display some load. 
  43.  
  44. Michael Hermann
  45.