[3595] in SIPB bug reports
th
daemon@ATHENA.MIT.EDU (shabby@Athena.MIT.EDU)
Sat Mar 20 02:50:13 1993
From: shabby@Athena.MIT.EDU
Date: Sat, 20 Mar 1993 02:49:41 -0500
To: bug-sipb@Athena.MIT.EDU
found the problem with th on aix 3.2:
oliver% th promiscuous
Can't open "/mit/sipb/src/src/Roget/lib/@sys/roget.txt": No such file or directory
fixed by
oliver% cd /mit/sipb/src/src/Roget/lib/
oliver% ls
common pmax_ul4 rt_aos4 sun4c_411
pmax_ul3 rs_aix31 sun4c_41 vax_bsd43
oliver% ln -s rs_aix31 rs_aix32
checked afterwards, it worked.
-shabby