home *** CD-ROM | disk | FTP | other *** search
/ Big Green CD 8 / BGCD_8_Dev.iso / NEXTSTEP / UNIX / Networking / ncftp-2.4.2-MIHS / src / README.binaries < prev    next >
Encoding:
Text File  |  1996-10-16  |  1.1 KB  |  29 lines

  1. (This file only applies to the binary distribution;  if this is the source
  2. distribution read the README instead.)
  3.  
  4. The package may come with one or two executables.  If there are two, one
  5. is a statically-linked program, and the other is linked using shared
  6. libraries.  See if you can run the shared program first.  If that works,
  7. use it because you'll save diskspace and memory by using the shared libraries.
  8.  
  9. If there is only one executable, it is a statically-linked program.
  10.  
  11. If you can't get the executables to run properly, you'll have to compile
  12. the sources yourself.  You can get the sources from
  13.     ftp://ftp.probe.net/pub/ncftp/
  14.  
  15. To install the program, you just need to copy the executable you want
  16. to /usr/local/bin/ncftp.  The man page can also be installed, typically
  17. in /usr/local/man/man1.
  18.  
  19. Here is the list of platforms that I include both shared and static:
  20.  
  21. Linux 2.0:
  22.     You need ncurses 1.9.9e, libc 5.3.12, and readline 2.0.
  23.     If you do 'ldd ncftp' you get:
  24.         libreadline.so.2 => /usr/lib/libreadline.so.2.0
  25.         libncurses.so.3.0 => /usr/lib/libncurses.so.3.0
  26.         libc.so.5 => /lib/libc.so.5.3.12
  27.  
  28. --Mike Gleason
  29.