Date: Thu, 16 Nov 1995 12:14:13 -0600 From: "Eric L. Hernes" <erich@lodgenet.com> To: "Amancio Hasty Jr." <hasty@rah.star-gate.com> Cc: hackers@freebsd.org Subject: Re: worperfect again... Message-ID: <199511161814.MAA21140@jake.lodgenet.com> In-Reply-To: Your message of "Thu, 16 Nov 1995 01:10:13 PST." <199511160910.BAA02219@rah.star-gate.com>
next in thread | previous in thread | raw e-mail | index | archive | help
"Amancio Hasty Jr." writes: > >No matter what I do on stable I can't get wordperfect to work. >I am running stable .... Anyone out there can you run >wordperfect in current or stable?? How did you get past ``/dev/X0R: No such file or directory''? I tried `ln -s /dev/null /dev/X0R', which gets me to the point you're at now. from the cdevsw[] in conf.c { nxopen, nxclose, nxread, nxwrite, /*41*/ nxioctl, nxstop, nullreset, nxdevtotty,/* was socksy s */ it appears that /dev/socksys is deprecated, maybe. also there's an #ifdef SOCKSYS_HACK in the ibcs2 sources, which doesn't seem to make a difference. ;( > > Tnks, > Amancio > > modstat >Type Id Off Loadaddr Size Info Rev Module Name >EXEC 0 3 f0cee000 0018 f0cf3000 1 linux_emulator >MISC 1 0 f0d0d000 0020 f0d14000 1 ibcs2_mod >EXEC 2 4 f0d15000 0008 f0d16000 1 ibcs2_coff_mod >DEV 3 33 f0d17000 0010 f0d1a02c 1 socksys_mod >rah# setenv DISPLAY unix:0.0 >rah# ./wpinstall > WPCorp Installation for: > > WordPerfect 6.0 for UNIX (R) Systems > > Warning: Unable to copy Wp60 to > Warning: Unable to copy Wp60 to > Wp60 will be installed in the wplib directory. > This will affect the default colors for WordPerfect 6.0. > Refer to Default Colors in your documentation for more information. >/dev/spx: No such device or address >Error: Can't open display: unix:0.0 >rah# ls -ald /dev/spx >crw-rw-rw- 1 root wheel 41, 1 Nov 15 01:17 /dev/spx > > eric. -- erich@lodgenet.com erich@rrnet.com
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199511161814.MAA21140>