home *** CD-ROM | disk | FTP | other *** search
/ Executor 2.0 / executorv2.0.iso / pc / dos / extra / docs / maillist / text / archive.96 / text0776.txt < prev    next >
Encoding:
Text File  |  1996-07-25  |  1.9 KB  |  56 lines

  1.     id m0toAo0-0007q3a; Sun, 18 Feb 96 08:13 MST
  2. Sender: owner-paper
  3. Received: from ardi.com by ftp.ardi.com
  4.     (Smail3.1.29.1 #3) id m0toAnT-0007q2n; Sun, 18 Feb 96 08:13 MST
  5. Path: sloth.swcp.com!ns2.mainstreet.net!news.us.world.net!news.inc.net!news.uoregon.edu!newsfeed.internetmci.com!howland.reston.ans.net!blackbush.xlink.net!snert!not-4-mail
  6. From: pmh@pilhuhn.de (Patrick M.Hausen)
  7. Newsgroups: comp.emulators.mac.executor,comp.unix.bsd.freebsd.misc
  8. Subject: Re: ExecutorLinux under FreeBSD
  9. Date: 18 Feb 1996 01:17:02 +0100
  10. Organization: The Home Of The Pilhuhn
  11. Lines: 34
  12. Message-ID: <4g5r5u$720@pilhuhn.pilhuhn.de>
  13. References: <1996Feb16.041137.26318@galileo.cc.rochester.edu>
  14. NNTP-Posting-Host: pilhuhn.de
  15. Xref: sloth.swcp.com comp.emulators.mac.executor:1114 comp.unix.bsd.freebsd.misc:16387
  16. To: executor@ardi.com
  17. X-MailNews-Gateway: From newsgroup comp.emulators.mac.executor
  18. Sender: owner-paper@ardi.com
  19. Precedence: bulk
  20.  
  21. jk002e@uhura.cc.rochester.edu (Jeffrey Kenney) writes:
  22.  
  23. >Has anyone had any success running ExecutorLinux under FreeBSD  2.1.0
  24. >I cant seem to get it to work I keep getting the message
  25.  
  26. >    /usr/local/bin/executor: can't load dynamic linker '/lib/ld.so'
  27.  
  28. >This file 'ld.so' is located under /usr/libexec on my machine, I tried
  29. >linking /lib to /usr/libexec but got the same result.
  30.  
  31. You have to install the Linux library package to run Linux binaries.
  32. It's in /cdrom/packages/All/linux_lib-1.0.tgz, if you have the
  33. FreeBSD 2.1 cdrom.
  34.  
  35. Then the /usr/bin/linux shellscript is still missing, so here it is:
  36.  
  37. ------------------------
  38. #!/bin/sh
  39.  
  40. set -e
  41.  
  42. kernelfile=`sysctl -n kern.bootfile`
  43. kernelfile=`basename $kernelfile`
  44. newkernelfile="/tmp/${kernelfile}+linux"
  45.  
  46. modload -e linux_init -o $newkernelfile -q /lkm/linux_mod.o
  47. set +e
  48. ------------------------
  49.  
  50. Hope, that helps
  51. Paddy
  52.  
  53. -- 
  54. Patrick M. Hausen    Gerwigstr. 11    76131 Karlsruhe    pmh@islay.sub.org
  55.  
  56.