home *** CD-ROM | disk | FTP | other *** search
/ Executor 2.0 / executorv2.0.iso / pc / linux / extra / docs / maillist / text / archive.96 / text0752.txt < prev    next >
Encoding:
Text File  |  1996-07-25  |  957 b   |  36 lines

  1. jk002e@uhura.cc.rochester.edu (Jeffrey Kenney) writes:
  2.  
  3. >Has anyone had any success running ExecutorLinux under FreeBSD  2.1.0
  4. >I cant seem to get it to work I keep getting the message
  5.  
  6. >    /usr/local/bin/executor: can't load dynamic linker '/lib/ld.so'
  7.  
  8. >This file 'ld.so' is located under /usr/libexec on my machine, I tried
  9. >linking /lib to /usr/libexec but got the same result.
  10.  
  11. You have to install the Linux library package to run Linux binaries.
  12. It's in /cdrom/packages/All/linux_lib-1.0.tgz, if you have the
  13. FreeBSD 2.1 cdrom.
  14.  
  15. Then the /usr/bin/linux shellscript is still missing, so here it is:
  16.  
  17. ------------------------
  18. #!/bin/sh
  19.  
  20. set -e
  21.  
  22. kernelfile=`sysctl -n kern.bootfile`
  23. kernelfile=`basename $kernelfile`
  24. newkernelfile="/tmp/${kernelfile}+linux"
  25.  
  26. modload -e linux_init -o $newkernelfile -q /lkm/linux_mod.o
  27. set +e
  28. ------------------------
  29.  
  30. Hope, that helps
  31. Paddy
  32.  
  33. -- 
  34. Patrick M. Hausen    Gerwigstr. 11    76131 Karlsruhe    pmh@islay.sub.org
  35.  
  36.