home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / mail / elm / 1963 < prev    next >
Encoding:
Internet Message Format  |  1992-07-22  |  4.5 KB

  1. Path: sparky!uunet!cis.ohio-state.edu!zaphod.mps.ohio-state.edu!sdd.hp.com!mips!darwin.sura.net!jvnc.net!netnews.upenn.edu!eniac.seas.upenn.edu!wfang
  2. From: wfang@eniac.seas.upenn.edu (Wenjia Fang)
  3. Newsgroups: comp.mail.elm
  4. Subject: Help needed on Elm2.3 on IRIX4.03
  5. Message-ID: <84126@netnews.upenn.edu>
  6. Date: 22 Jul 92 20:51:50 GMT
  7. Sender: news@netnews.upenn.edu
  8. Organization: University of Pennsylvania
  9. Lines: 253
  10. Nntp-Posting-Host: eniac.seas.upenn.edu
  11.  
  12. I met a problem when installing elm2.3 on a SGI of IRIX4.03
  13. When sending out emails to users on the machines, elm works
  14. just fine, but while sending mails to outside users, it comes
  15. up with a line saying "Initializing internal tables...sh:uuname:not found",
  16. though the everything else works just fine, there are no
  17. problems about the mail sent out or received, that line is really
  18. anonying.
  19.  
  20. I don't have uuname on the machine, so in the config.sh file, I made
  21. uuname='uname -n', I have "hostname" on the machine too.
  22.  
  23. Any suggestions? Any ideas? Thanks a lot in advance for any help!
  24.  
  25.  
  26. The following is the config.sh file
  27. -----------------  config.sh  ------------------------------------------------
  28.  
  29. #!/bin/sh
  30. # config.sh
  31. # This file was produced by running the Configure script.
  32.  
  33. define='define'
  34. eunicefix=':'
  35. Log='$Log'
  36. Header='$Header'
  37. bin='/usr/local/bin'
  38. byteorder='4321'
  39. contains='grep'
  40. cppstdin='/usr/lib/cpp'
  41. cppminus=''
  42. d_crypt='define'
  43. cryptlib=''
  44. d_getopt='define'
  45. d_havetlib='define'
  46. termlib='-lcurses'
  47. d_mkdir='define'
  48. d_rename='define'
  49. d_sigvec='define'
  50. d_sigvectr='undef'
  51. d_symlink='define'
  52. d_vfork='undef'
  53. d_whoami='undef'
  54. defeditor='/usr/local/bin/emacs'
  55. hostname='ernst'
  56. phostname=''
  57. mydomain='.chem.upenn.edu'
  58. i_time='undef'
  59. i_systime='define'
  60. d_systimekernel='undef'
  61. maildir='/usr/mail'
  62. n=''
  63. c='\c'
  64. package='elm2'
  65. pager='builtin+'
  66. prefshell='/bin/csh'
  67. spitshell='cat'
  68. shsharp='true'
  69. sharpbang='#!'
  70. startsh='#!/bin/sh'
  71. d_eunice='undef'
  72. loclist='
  73. cat
  74. chgrp
  75. chmod
  76. cp
  77. echo
  78. expr
  79. grep
  80. ln
  81. ls
  82. make
  83. mv
  84. rm
  85. sed
  86. sleep
  87. touch
  88. tr
  89. '
  90. expr='/bin/expr'
  91. sed='/bin/sed'
  92. echo='/bin/echo'
  93. cat='/bin/cat'
  94. rm='/bin/rm'
  95. mv='/bin/mv'
  96. cp='/bin/cp'
  97. tail=''
  98. tr='/usr/bin/tr'
  99. mkdir=''
  100. sort=''
  101. uniq=''
  102. grep='/bin/grep'
  103. trylist='
  104. Mcc
  105. cpp
  106. date
  107. emacs
  108. line
  109. lint
  110. lp
  111. lpr
  112. mailx
  113. more
  114. nroff
  115. pg
  116. pmake
  117. pr
  118. rmail
  119. sendmail
  120. shar
  121. smail
  122. submit
  123. tar
  124. tbl
  125. test
  126. troff
  127. uname
  128. uuname
  129. vi
  130. '
  131. test='test'
  132. inews=''
  133. egrep=''
  134. more='more'
  135. pg='/usr/bin/pg'
  136. Mcc='Mcc'
  137. vi='/usr/bin/vi'
  138. mailx='mailx'
  139. mail=''
  140. cpp='/usr/lib/cpp'
  141. perl=''
  142. emacs='/usr/local/bin/emacs'
  143. ls='/bin/ls'
  144. rmail='/bin/rmail'
  145. sendmail='/usr/lib/sendmail'
  146. shar='shar'
  147. smail='smail'
  148. submit=''
  149. tbl='/usr/bin/tbl'
  150. troff='troff'
  151. nroff='/usr/bin/nroff'
  152. uname='/bin/uname'
  153. uuname='uuname'
  154. line='/bin/line'
  155. chgrp='/bin/chgrp'
  156. chmod='/bin/chmod'
  157. lint='/usr/bin/lint'
  158. sleep='/bin/sleep'
  159. pr='/bin/pr'
  160. tar='/bin/tar'
  161. ln='/bin/ln'
  162. lpr='lpr'
  163. lp='/usr/bin/lp'
  164. touch='/bin/touch'
  165. make='/bin/make'
  166. date='/bin/date'
  167. csh=''
  168. pmake='pmake'
  169. c_date='Wed Jul  1 17:30:13 EDT 1992'
  170. d_ascii='undef'
  171. d_calendar='define'
  172. calendar='calendar'
  173. d_cuserid='undef'
  174. d_flock='define'
  175. d_flockonly='define'
  176. lock_dir='/usr/spool/locks'
  177. d_gethname='undef'
  178. d_douname='undef'
  179. d_phostname='undef'
  180. d_host_comp='define'
  181. ign_hname='y'
  182. d_havedbm='undef'
  183. dbm=''
  184. d_index='define'
  185. d_internet='define'
  186. d_mboxedit='define'
  187. d_mmdf='undef'
  188. d_newauto='undef'
  189. d_nfs='define'
  190. d_networkorder='undef'
  191. d_noxheader='undef'
  192. d_optreturn='define'
  193. d_pafirst='undef'
  194. d_notouchadd='undef'
  195. d_noaddfrom='define'
  196. d_usedomain='undef'
  197. d_nocheckvalid='define'
  198. d_pidcheck='define'
  199. d_portable='undef'
  200. d_ptem='undef'
  201. d_remlock='undef'
  202. maxattempts='6'
  203. d_setgid='define'
  204. mailermode='2755'
  205. d_strcspn='define'
  206. d_strspn='define'
  207. d_strings='undef'
  208. d_pwdinsys='undef'
  209. strings='/usr/include/string.h'
  210. includepath=''
  211. d_subshell='define'
  212. d_tempnam='define'
  213. tempnamo=''
  214. tempnamc=''
  215. d_termio='undef'
  216. d_termios='define'
  217. d_tz_min='define'
  218. d_useembed='define'
  219. d_utimbuf='define'
  220. d_voidsig='define'
  221. defbatsub='no subject (file transmission)'
  222. elmalias='503'
  223. maxsysalias='503'
  224. maxuseralias='251'
  225. lib='/usr/lib'
  226. libc='/usr/lib/libc_s.a'
  227. linepr='/usr/bin/lp'
  228. mailer='/usr/lib/sendmail'
  229. mailgrp='mail'
  230. mansrc='/usr/man/u_man/man1'
  231. manext='1'
  232. models='none'
  233. split=''
  234. small=''
  235. medium=''
  236. large=''
  237. huge=''
  238. optimize='-O'
  239. ccflags='-lcurses -lbsd -cckr'
  240. cppflags=''
  241. ldflags=''
  242. cc='cc'
  243. libs='-lc_s'
  244. nametype='bsd'
  245. d_passnames='define'
  246. d_berknames='define'
  247. d_usgnames='undef'
  248. passcat='cat /etc/passwd'
  249. pathalias='/usr/lib/nmail.paths'
  250. domains='/usr/lib/domains'
  251. rmttape='unknown-remote-tape-unit'
  252. roff='troff'
  253. tmpdir='/tmp'
  254. use_pmake='n'
  255. xencf=''
  256. xenlf=''
  257. d_xenix='undef'
  258. d_bsd='undef'
  259. CONFIG=true
  260.  
  261.  
  262.  
  263.  
  264.  
  265.