From owner-freebsd-stable Mon May 1 14:12: 4 2000 Delivered-To: freebsd-stable@freebsd.org Received: from mail.rdc1.ct.home.com (ha1.rdc1.ct.home.com [24.2.0.66]) by hub.freebsd.org (Postfix) with ESMTP id 610FE37BEB2 for ; Mon, 1 May 2000 14:02:26 -0700 (PDT) (envelope-from tsikora@home.com) Received: from home.com ([24.2.168.186]) by mail.rdc1.ct.home.com (InterMail vM.4.01.02.00 201-229-116) with ESMTP id <20000501210225.DNXF18096.mail.rdc1.ct.home.com@home.com>; Mon, 1 May 2000 14:02:25 -0700 Message-ID: <390DF133.DB2B2C9F@home.com> Date: Mon, 01 May 2000 17:03:47 -0400 From: Ted Sikora Reply-To: tsikora@powerusersbbs.com Organization: Jtl Development X-Mailer: Mozilla 4.72 [en] (X11; I; Linux 2.2.12 i386) X-Accept-Language: en-US,en-GB MIME-Version: 1.0 To: "freebsd-stable@FreeBSD.ORG" , "gunnut@2ainfo.it" Subject: Re: Problem with WP8 References: <20000501.12233200@mis.configured.host> <390DEF13.D3FC5928@home.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Ted Sikora wrote: > > gunnut@2ainfo.it wrote: > > > > I run 4.0-STABLE on PentiumII 266 128MB Xfree86-4 with Linux emulation > > enabled. > > I have built all the software from ports exept the linux_base > > installed > > with the system. > > I tried to install from ports wordperfect and everything went well. > > When I launch xwp I get the following error: > > The following path/filenames do not exist > > Styles > > .wprc/ > > as well as > > file not found .wprc/wp8x.set > > the directory .wprc is created in my home directory but it is empty > > (I tried to copy this directory from my Linux partition but the error > > persists).I do have POSIX compliance enabled in my kernel and in fact > > I can run Acrobat and Staroffice. > > I did edit /compat/linux/etc/ld.so.conf and then ran > > /compat/linux/sbin > > /ldconfig. > > Any help really appreciated > > Filippo > > > gunnut@2ainfo.it wrote: > > > > I run 4.0-STABLE on PentiumII 266 128MB Xfree86-4 with Linux emulation > > enabled. > > I have built all the software from ports exept the linux_base > > installed > > with the system. > > I tried to install from ports wordperfect and everything went well. > > When I launch xwp I get the following error: > > The following path/filenames do not exist > > Styles > > .wprc/ > > as well as > > file not found .wprc/wp8x.set > > the directory .wprc is created in my home directory but it is empty > > (I tried to copy this directory from my Linux partition but the error > > persists).I do have POSIX compliance enabled in my kernel and in fact > > I can run Acrobat and Staroffice. > > I did edit /compat/linux/etc/ld.so.conf and then ran > > /compat/linux/sbin > > /ldconfig. > > Any help really appreciated > > Filippo > > > > Did you run make install-user? after make install? You also need a ln -s > Office51 to /usr/local At least I had to.. to run make install-user. > Yikes!!!?? Wrong application I'm losing it disregard this do the xwp script below. > I also edited xwp like so and put it in a directory in my path. > > #!/bin/sh > set -a > PATH=/usr/compat/linux/usr/lib/wp8/wpbin:/usr/compat/linux/usr/lib/wp8/shbin10:/usr/compat/linux/bin:/usr/compat/linux/usr/bin:/usr/compat/linux/usr/X11R6/bin > set +a > exec xwp "$@" > -- Ted Sikora Jtl Development Group tsikora@powerusersbbs.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message