home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / sys / sun / admin / 5580 < prev    next >
Encoding:
Text File  |  1992-08-16  |  1.1 KB  |  44 lines

  1. Newsgroups: comp.sys.sun.admin
  2. Path: sparky!uunet!mcsun!ub4b!sunbim!usenet
  3. From: db@sunbim.be (Danny Backx)
  4. Subject: Re: setting up anonymous ftp
  5. Message-ID: <1992Aug17.071749.7557@sunbim.be>
  6. Sender: usenet@sunbim.be (user news)
  7. Reply-To: db@sunbim.be
  8. Organization: Sun Microsystems
  9. References: <1992Aug14.152748.19844@msuinfo.cl.msu.edu>
  10. Date: Mon, 17 Aug 92 07:17:49 GMT
  11. Lines: 31
  12.  
  13. In order to fix that you need sufficient things under ~ftp to make shared
  14. libraries work. (Or put statically linked executables in there - but I
  15. guess you need SunOS source for that.)
  16.  
  17. Things you need are
  18.     ~ftp/usr/lib/ld.so
  19.     ~ftp/usr/lib/libc.so.1.*
  20.  
  21. You obviously can NOT link those symbolically into /usr/lib, so you either
  22. have to make real copies, or ~ftp would have to be on /usr, so you can make
  23. hard links.
  24.  
  25. You had better tested all the binaries you put under ~ftp with ldd to see
  26. if you've got all the shared libraries.
  27.  
  28.     Danny
  29. ---
  30.     Danny Backx
  31.     System Engineer
  32.  
  33. E-Mail: db@sunbim.be    (or uunet!mcsun!ub4b!sunbim!db)
  34.  
  35. Telephone: +32(2)759.59.25    Fax : +32(2)759.47.95
  36.  
  37. Postal Mail :
  38.     Danny Backx
  39.     BIM
  40.     Kwikstraat 4
  41.     3078 Everberg
  42.     Belgium
  43.  
  44.