Re: wordperfect on linux

2001-06-25 Thread USM Bish

This segmentation fault problems can at best be attempted by
guess-work. This is  my guess ... could be wrong  ! No harm in
giving it a try.

I had installed  WP8 on my slink box,  and thereafter upgraded
to potato, package  by package    WP8 never  broke in  the
transition. Some of my old lib files are still hanging around.
I vaguely  remember having seen something  about glibc version
in the WP8 docs 

I  just checked  my box.  I seem  to be  having glibc2.1  (viz
libstdc++2.9-glibc2.1)  from  oldlibs   also  installed.  This
package  contains  an  additional   runtime  library  for  C++
programs built with the gnu/egcs compiler version 1.1.x.

I am not quite sure, but this may give a clue.

USM Bish

On Sun, Jun 24, 2001 at 06:08:36PM -0400, Agner-Nichols wrote:

 the  saga continues  -- (thanks  again for  all the  help) I
 cleaned up the symbolic  links (had already installed xlib6,
 libc5,  and xpm4.7)  so the  character-based install  worked
 (and I  managed to trap  the install  script so I  could get
 some idea why  it did not want to initiate  the gui install)
 ... Anyway,  I get a segmentation  fault when I run  xwp (no
 explanation, just  'segmentation fault'). Is there  a way to
 trap what is causing the segmentation fault?






Re: wordperfect on linux

2001-06-24 Thread USM Bish
Script output (below) is for wp8:

#
aedes:/opt/wp8/wpbin$ ldd xwp
libXt.so.6 = /usr/lib/libc5-compat/libXt.so.6 (0x4000c000)
libX11.so.6 = /usr/lib/libc5-compat/libX11.so.6 (0x4004f000)
libXpm.so.4 = /usr/lib/libc5-compat/libXpm.so.4 (0x400f)
libm.so.5 = /lib/libm.so.5 (0x400fe000)
libc.so.5 = /lib/libc.so.5 (0x40107000)
libSM.so.6 = /usr/lib/libc5-compat/libSM.so.6 (0x401c5000)
libICE.so.6 = /usr/lib/libc5-compat/libICE.so.6 (0x401ce000)

aedes:~$ dpkg -S libc5-compat
xlib6, libc5, xpm4.7: /usr/lib/libc5-compat
[rest clipped]

#

You would need: a) xlib6  (oldlibs)
b) libc5  (oldlibs)
c) xpm4.7 (oldlibs) 

HTH

USM Bish

On Sat, Jun 23, 2001 at 07:57:50PM -0500, ktb wrote:
 On Sat, Jun 23, 2001 at 08:25:50PM -0400, Agner-Nichols wrote:
  I am trying to install WordPerfect on Linux -- it is set up to use a 2.0.8
  kernel, but I am running Potato 2.2.12, and I get a 'cannot open libXt.so.6'
  message when I start WordPerfect.  In Potato, libXt.so.6 is in
  /usr/X11R6/lib.  Anyone recall where the 2.0 kernel points for libXt.so.6.
  
  Any help is appreciated.
 
 Look at the thread Mosaic: can't find library 'libXt.so.6'
 and Thanks that hit the list today.  You have the same problem with a
 different program. 
 
 If you have deleted them check
 http://www.geocrawler.com/lists/3/Debian-Linux/199/0/
 The Mosaic... thread is there already.
 
 The Thanks thread basically said try -
 $ strace wordperfect  strace_out
 or whatever^^^ executable wordperfect uses
 
 $ grep libXt.so.6 strace_out
 
 Look at where the library is pointing and then create a link there from
 where your libXt.so.6 actually resides.  Run -
 $ locate libXt.so.6
 if it isn't on your machine you will have to install xlib6g.
 hth,
 kent
 




Re: wordperfect on linux

2001-06-24 Thread Agner-Nichols
thanks, will try it out

- Original Message -
From: USM Bish [EMAIL PROTECTED]
To: debian-user@lists.debian.org
Sent: Sunday, June 24, 2001 7:29 AM
Subject: Re: wordperfect on linux


 Script output (below) is for wp8:

 #
 aedes:/opt/wp8/wpbin$ ldd xwp
 libXt.so.6 = /usr/lib/libc5-compat/libXt.so.6 (0x4000c000)
 libX11.so.6 = /usr/lib/libc5-compat/libX11.so.6 (0x4004f000)
 libXpm.so.4 = /usr/lib/libc5-compat/libXpm.so.4 (0x400f)
 libm.so.5 = /lib/libm.so.5 (0x400fe000)
 libc.so.5 = /lib/libc.so.5 (0x40107000)
 libSM.so.6 = /usr/lib/libc5-compat/libSM.so.6 (0x401c5000)
 libICE.so.6 = /usr/lib/libc5-compat/libICE.so.6 (0x401ce000)

 aedes:~$ dpkg -S libc5-compat
 xlib6, libc5, xpm4.7: /usr/lib/libc5-compat
 [rest clipped]

 #

 You would need: a) xlib6  (oldlibs)
 b) libc5  (oldlibs)
 c) xpm4.7 (oldlibs)

 HTH

 USM Bish

 On Sat, Jun 23, 2001 at 07:57:50PM -0500, ktb wrote:
  On Sat, Jun 23, 2001 at 08:25:50PM -0400, Agner-Nichols wrote:
   I am trying to install WordPerfect on Linux -- it is set up to use a
2.0.8
   kernel, but I am running Potato 2.2.12, and I get a 'cannot open
libXt.so.6'
   message when I start WordPerfect.  In Potato, libXt.so.6 is in
   /usr/X11R6/lib.  Anyone recall where the 2.0 kernel points for
libXt.so.6.
  
   Any help is appreciated.
 
  Look at the thread Mosaic: can't find library 'libXt.so.6'
  and Thanks that hit the list today.  You have the same problem with a
  different program.
 
  If you have deleted them check
  http://www.geocrawler.com/lists/3/Debian-Linux/199/0/
  The Mosaic... thread is there already.
 
  The Thanks thread basically said try -
  $ strace wordperfect  strace_out
  or whatever^^^ executable wordperfect uses
 
  $ grep libXt.so.6 strace_out
 
  Look at where the library is pointing and then create a link there from
  where your libXt.so.6 actually resides.  Run -
  $ locate libXt.so.6
  if it isn't on your machine you will have to install xlib6g.
  hth,
  kent
 



 --
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact
[EMAIL PROTECTED]




Re: wordperfect on linux

2001-06-24 Thread Agner-Nichols
the saga continues --
(thanks again for all the help)
I cleaned up the symbolic links (had already installed xlib6, libc5, and
xpm4.7) so the character-based install worked (and I managed to trap the
install script so I could get some idea why it did not want to initiate the
gui install) ...
Anyway, I get a segmentation fault when I run xwp (no explanation, just
'segmentation fault').
Is there a way to trap what is causing the segmentation fault?


- Original Message -
From: Agner-Nichols [EMAIL PROTECTED]
To: USM Bish [EMAIL PROTECTED]; debian-user@lists.debian.org
Sent: Sunday, June 24, 2001 5:53 AM
Subject: Re: wordperfect on linux


 thanks, will try it out

 - Original Message -
 From: USM Bish [EMAIL PROTECTED]
 To: debian-user@lists.debian.org
 Sent: Sunday, June 24, 2001 7:29 AM
 Subject: Re: wordperfect on linux


  Script output (below) is for wp8:
 
  #
  aedes:/opt/wp8/wpbin$ ldd xwp
  libXt.so.6 = /usr/lib/libc5-compat/libXt.so.6 (0x4000c000)
  libX11.so.6 = /usr/lib/libc5-compat/libX11.so.6 (0x4004f000)
  libXpm.so.4 = /usr/lib/libc5-compat/libXpm.so.4 (0x400f)
  libm.so.5 = /lib/libm.so.5 (0x400fe000)
  libc.so.5 = /lib/libc.so.5 (0x40107000)
  libSM.so.6 = /usr/lib/libc5-compat/libSM.so.6 (0x401c5000)
  libICE.so.6 = /usr/lib/libc5-compat/libICE.so.6 (0x401ce000)
 
  aedes:~$ dpkg -S libc5-compat
  xlib6, libc5, xpm4.7: /usr/lib/libc5-compat
  [rest clipped]
 
  #
 
  You would need: a) xlib6  (oldlibs)
  b) libc5  (oldlibs)
  c) xpm4.7 (oldlibs)
 
  HTH
 
  USM Bish
 
  On Sat, Jun 23, 2001 at 07:57:50PM -0500, ktb wrote:
   On Sat, Jun 23, 2001 at 08:25:50PM -0400, Agner-Nichols wrote:
I am trying to install WordPerfect on Linux -- it is set up to use a
 2.0.8
kernel, but I am running Potato 2.2.12, and I get a 'cannot open
 libXt.so.6'
message when I start WordPerfect.  In Potato, libXt.so.6 is in
/usr/X11R6/lib.  Anyone recall where the 2.0 kernel points for
 libXt.so.6.
   
Any help is appreciated.
  
   Look at the thread Mosaic: can't find library 'libXt.so.6'
   and Thanks that hit the list today.  You have the same problem with
a
   different program.
  
   If you have deleted them check
   http://www.geocrawler.com/lists/3/Debian-Linux/199/0/
   The Mosaic... thread is there already.
  
   The Thanks thread basically said try -
   $ strace wordperfect  strace_out
   or whatever^^^ executable wordperfect uses
  
   $ grep libXt.so.6 strace_out
  
   Look at where the library is pointing and then create a link there
from
   where your libXt.so.6 actually resides.  Run -
   $ locate libXt.so.6
   if it isn't on your machine you will have to install xlib6g.
   hth,
   kent
  
 
 
 
  --
  To UNSUBSCRIBE, email to [EMAIL PROTECTED]
  with a subject of unsubscribe. Trouble? Contact
 [EMAIL PROTECTED]
 


 --
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact
[EMAIL PROTECTED]




Re: wordperfect on linux

2001-06-23 Thread ktb
On Sat, Jun 23, 2001 at 08:25:50PM -0400, Agner-Nichols wrote:
 I am trying to install WordPerfect on Linux -- it is set up to use a 2.0.8
 kernel, but I am running Potato 2.2.12, and I get a 'cannot open libXt.so.6'
 message when I start WordPerfect.  In Potato, libXt.so.6 is in
 /usr/X11R6/lib.  Anyone recall where the 2.0 kernel points for libXt.so.6.
 
 Any help is appreciated.

Look at the thread Mosaic: can't find library 'libXt.so.6'
and Thanks that hit the list today.  You have the same problem with a
different program. 

If you have deleted them check
http://www.geocrawler.com/lists/3/Debian-Linux/199/0/
The Mosaic... thread is there already.

The Thanks thread basically said try -
$ strace wordperfect  strace_out
or whatever^^^ executable wordperfect uses

$ grep libXt.so.6 strace_out

Look at where the library is pointing and then create a link there from
where your libXt.so.6 actually resides.  Run -
$ locate libXt.so.6
if it isn't on your machine you will have to install xlib6g.
hth,
kent


-- 
 From seeing and seeing the seeing has become so exhausted
 First line of The Panther - R. M. Rilke




Re: wordperfect on linux

2001-06-23 Thread Michael P. Soulier
On Sat, Jun 23, 2001 at 08:25:50PM -0400, Agner-Nichols wrote:
 I am trying to install WordPerfect on Linux -- it is set up to use a 2.0.8
 kernel, but I am running Potato 2.2.12, and I get a 'cannot open libXt.so.6'
 message when I start WordPerfect.  In Potato, libXt.so.6 is in
 /usr/X11R6/lib.  Anyone recall where the 2.0 kernel points for libXt.so.6.

You have to use the old R5 X libs. Corel was kinda dumb on that one. 

Mike

-- 
Michael P. Soulier [EMAIL PROTECTED] 
With sufficient thrust, pigs fly just fine. However, this is not necessarily a
good idea. It is hard to be sure where they are going to land, and it could be
dangerous sitting under them as they fly overhead. -- RFC 1925


pgpVZx1w7RtbJ.pgp
Description: PGP signature


Re: wordperfect on linux

2001-06-23 Thread Bob Nielsen
On Sat, Jun 23, 2001 at 10:23:55PM -0400, Michael P. Soulier wrote:
 On Sat, Jun 23, 2001 at 08:25:50PM -0400, Agner-Nichols wrote:
  I am trying to install WordPerfect on Linux -- it is set up to use a 2.0.8
  kernel, but I am running Potato 2.2.12, and I get a 'cannot open libXt.so.6'
  message when I start WordPerfect.  In Potato, libXt.so.6 is in
  /usr/X11R6/lib.  Anyone recall where the 2.0 kernel points for libXt.so.6.
 
 You have to use the old R5 X libs. Corel was kinda dumb on that one. 
 

There are a couple of others from oldlibs besides LibXt.so.6 (ldd xwp
will show them). 

More likely they were a bit behind the times.  It depends on the
version of WP.  WP8.1 or later don't have that problem (although 8.1
still depends on libc5).



Re: Wordperfect for Linux

2000-04-07 Thread pplaw
hi,

i've had no problem with wordperfect suite 8 on several of my debian linux, 
slink
installs.

what are the error messages you get?

bentley taylor
[EMAIL PROTECTED]

Sandy Shapiro wrote:

 I have Debian 2.1 (Slink).

 I downloaded Wordperfect 8 for Linux (guilg00.gz).

 During the install I get numerous error messages. It seems to be looking
 for subdirectories that don't exist on my system, and the program won't
 run.

 Will Wordperfect only work on the Corel Linux, or is there a way to get it
 to work on Debian?

 Thanks,

 Sandy Shapiro

 --
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null

--




 Bentley Taylor 
   __
  [EMAIL PROTECTED]



Re: Wordperfect for Linux

2000-04-07 Thread Erik Ryberg



 Sandy Shapiro wrote:

  I have Debian 2.1 (Slink).
 
  I downloaded Wordperfect 8 for Linux (guilg00.gz).
 
  During the install I get numerous error messages. It seems to be looking
  for subdirectories that don't exist on my system, and the program won't
  run.
 
  Will Wordperfect only work on the Corel Linux, or is there a way to get it
  to work on Debian?
 
  Thanks,
 
  Sandy Shapiro
 

Sandy,

You need to load xpm4  libc6 first, then install wp and it should work.  Runs 
fine on
Debian.

Erik Ryberg


Re: Wordperfect for Linux

2000-04-06 Thread Pann McCuaig
On Thu, Apr 06, 2000 at 09:31, Sandy Shapiro wrote:
 I have Debian 2.1 (Slink).
 
 I downloaded Wordperfect 8 for Linux (guilg00.gz).
 
 During the install I get numerous error messages. It seems to be looking
 for subdirectories that don't exist on my system, and the program won't
 run.
 
 Will Wordperfect only work on the Corel Linux, or is there a way to get it
 to work on Debian?

I have it running on slink, but the file I downloaded is

-rw-r--r--   1 pann  pann  23711095 Jan  6 09:43 /usr/local/WordPerfect_tar.gz

It's been awhile since I downloaded it, but I can't imagine I changed
the name.

Do they offer more than one download file? If you're running slink make
sure you don't download something that wants glibc 2.1 or kernel 2.2.

Luck,
Pann
-- 
geek by nature, Linux by choice L I N U X   .~.
The Choice  /V\
http://www.ourmanpann.com/linux/ of a GNU  /( )\
Generation ^^-^^


Re: Wordperfect for Linux

2000-04-06 Thread Tony Crawford
Sandy Shapiro wrote (on 6 Apr 00, at 9:31):

 I have Debian 2.1 (Slink).
 
 I downloaded Wordperfect 8 for Linux (guilg00.gz).
 
 During the install I get numerous error messages. It seems to be looking
 for subdirectories that don't exist on my system, and the program won't
 run.
 
 Will Wordperfect only work on the Corel Linux, or is there a way to get it
 to work on Debian?

It will run (though I still haven't got anything to go through the 
Word import filter yet). I had it running on mostly-hamm-with-XFree86-
v3.3.5, kernel 2.0.34. You need to watch the error messages and feed 
it some old libraries from the oldlibs and maybe X11 sections of 
the Debian installation--search the archives of this list or just ask 
Corel if you can wait a few days for the answer.

T.


-- Tony Crawford
-- [EMAIL PROTECTED]
-- Phone: +49-3341-30 99 99
-- Fax:   +49-3341-30 99 98


Re: Wordperfect for Linux

1999-08-13 Thread Martin Waller
Worked fine for me, but since you can't use lots of options in the free 
version (equations, etc.) I deleted it.


Martin



From: Jeff Flowers [EMAIL PROTECTED]
Is there any problems downloading and installing Wordperfect for Linux
on Debian 2.1 (Slink)?



__
Get Your Private, Free Email at http://www.hotmail.com


Re: Wordperfect for Linux

1999-08-13 Thread Aaron Solochek
Well, I havn't gotten it working yet, but apparently some people have.

-Aaron Solochek
 [EMAIL PROTECTED]


Jeff Flowers wrote:

 Is there any problems downloading and installing Wordperfect for Linux
 on Debian 2.1 (Slink)? I just need to know before downloading a 28 MB
 file.

 TIA,

 Jeff

 --
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null


Re: Wordperfect for Linux

1999-08-13 Thread Alisdair McDiarmid
On Fri, Aug 13, 1999 at 06:27:10AM -0400, Jeff Flowers wrote:
 Is there any problems downloading and installing Wordperfect for Linux
 on Debian 2.1 (Slink)? I just need to know before downloading a 28 MB
 file.

I think you'll need to install the xpm4.7 package before
installing - that way you'll get the graphical install, and
Wordperfect should work okay.

It's a bit of a dire wordprocessor though, anyway.
-- 
alisdair mcdiarmid[EMAIL PROTECTED]
[if you see some guy spit on me knock him on the side of the head]


Re: WordPerfect for Linux installation problem...

1999-04-15 Thread MallarJ
In a message dated 4/15/99 7:46:00 AM Central Daylight Time, 
[EMAIL PROTECTED] writes:

 I downloaded WordPerfect for Linux (an X application), gunzipped it to a
  tar file and then ran tar on it to extract about 8 or 9 files plus Runme
  (the installer script) and readme (the info and instructions). I put the
  lot in /tmp on my filesystem. I run Runme and it starts unpacking stuff,
  and then there are a whole list of messages as to how it couldn't find
  such and such a directory for CHMOD. At the end it asks me for my
  installation directory (I suppose I'm expected to say what directory I
  want WordPerfect installed in), and when I enter a new directory name,
  it says that it's no good.
  

You don't have all the libraries you need installed.  Please check with 
linux.corel.com and make sure you have everything you need.  In particular, 
make sure you have the libc versions installed.

-Jay


Re: WordPerfect for Linux installation problem...

1999-04-15 Thread David Nelson
Hi again,
Thanks for the info, although I had a good look at the page on
linux.corel.com where I got the file from, and really didn't see
anything (nothing like reading the instructions before doing
something!). However, I just looked again and they posted the following
update:

DO NOT INSTALL Corel WordPerfect 8 for Linux as “root”. 

As far as I can see, this is probably not related to my problem, but
look at this: http://linux.corel.com/linux8/tlinuxfix.htm

David


Jan Muszynski wrote:
 
 Wordperfect depends on libc5 (It does say this somewhere, maybe on
 the website? I forget where, but I did see it before I installed)
 
 Slink is not libc5 based, so you need to install the libc5 packages.
 at a minimum you'll need xpm4.7
 you'll also need (but may find them already installed)
 libc5
 xlib6
 
 libm.so.5 is part of xpm4.7
 
 HTH
 
 On 15 Apr 99, at 14:43,  David Nelson
  wrote about WordPerfect for Linux installation :
 
  Hi there,
  Anybody got any ideas for this?
 
  I downloaded WordPerfect for Linux (an X application), gunzipped it to a
  tar file and then ran tar on it to extract about 8 or 9 files plus Runme
  (the installer script) and readme (the info and instructions). I put the
  lot in /tmp on my filesystem. I run Runme and it starts unpacking stuff,
  and then there are a whole list of messages as to how it couldn't find
  such and such a directory for CHMOD. At the end it asks me for my
  installation directory (I suppose I'm expected to say what directory I
  want WordPerfect installed in), and when I enter a new directory name,
  it says that it's no good.
 
  There were a whole series of folders created at the top of my
  filesystem, many of which contain subdirectories and files, some of
  which contain nothing.
 
  At one point it complains it doesn't find libm.so.5. This doesn't appear
  to be installed, it doesn't apparently form part of the debian
  distribution (no entry for it in the dselect packages list), and
  WordPerfect says nothing about some extra needed library file.
 
  I then gunzip and tar into the root directory of the filesystem to see
  if that works better. Here, the installer starts unpacking stuff (no
  messages, but the hard disk works hard) and then after a while silence
  falls and nothing happens (I gave it 10 minutes).
 
  Does anybody have any ideas at all? The rest of my system works fine,
  and I tried running the script from X and from a console. The
  instructions say run it from within sh, whereas bash is the default
  shell installed by Debian, and I did run sh from within bash before
  starting the script.
 
  Yours,
  Puzzled and Disappointed
 
 
  --
  Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null
 
 
 
 
 ==
Jan M.-  mailto:[EMAIL PROTECTED]
 
PGP key mailto:[EMAIL PROTECTED]
Fingerprint:397D 093C E802 964E  5316 B90A 93CE 6696
 
 Thought for the day:
 'If I had known then, what I know now...
  I'd have sooner been a watch-maker.'
--Albert Einstein


Re: WordPerfect for Linux installation problem...

1999-04-15 Thread William R Pentney
On Thu, 15 Apr 1999, David Nelson wrote:

 At one point it complains it doesn't find libm.so.5. This doesn't appear
 to be installed, it doesn't apparently form part of the debian
 distribution (no entry for it in the dselect packages list), and
 WordPerfect says nothing about some extra needed library file.

That file is part of libc5, if I'm not mistaken. Do you have that
installed? I had a problem with WP8 too, but after I installed libc5 and
xlib4g it worked fine.

- Bill
 
 


Re: WordPerfect for Linux installation problem...

1999-04-15 Thread MallarJ
The libraries Jan menionted (included at the end of this post) are the files 
you need to make the install work.  You need the xlib, xpm, and licb5 
installed.  The xlib and xpm need to be libc5 versions - you may already have 
then libc6 versions installed as well.

-Jay

In a message dated 4/15/99 10:06:14 AM Central Daylight Time, 
[EMAIL PROTECTED] writes:

 Hi again,
  Thanks for the info, although I had a good look at the page on
  linux.corel.com where I got the file from, and really didn't see
  anything (nothing like reading the instructions before doing
  something!). However, I just looked again and they posted the following
  update:
  
  DO NOT INSTALL Corel WordPerfect 8 for Linux as “root”. 
  
  As far as I can see, this is probably not related to my problem, but
  look at this: http://linux.corel.com/linux8/tlinuxfix.htm
  
  David
  
  
  Jan Muszynski wrote:
   
   Wordperfect depends on libc5 (It does say this somewhere, maybe on
   the website? I forget where, but I did see it before I installed)
   
   Slink is not libc5 based, so you need to install the libc5 packages.
   at a minimum you'll need xpm4.7
   you'll also need (but may find them already installed)
   libc5
   xlib6
   
   libm.so.5 is part of xpm4.7
  


Re: WordPerfect for Linux installation problem...

1999-04-15 Thread David Nelson
Thanks for all the help.

So libc6 does not in anyway replace libc5, meaning I have to install
both libraries and not just libc6 then?

David


[EMAIL PROTECTED] wrote:
 
 The libraries Jan menionted (included at the end of this post) are the files
 you need to make the install work.  You need the xlib, xpm, and licb5
 installed.  The xlib and xpm need to be libc5 versions - you may already have
 then libc6 versions installed as well.
 
 -Jay
 
 
   Jan Muszynski wrote:
   
Wordperfect depends on libc5 (It does say this somewhere, maybe on
the website? I forget where, but I did see it before I installed)
   
Slink is not libc5 based, so you need to install the libc5 packages.
at a minimum you'll need xpm4.7
you'll also need (but may find them already installed)
libc5
xlib6
   
libm.so.5 is part of xpm4.7
 


Re: WordPerfect for Linux installation problem...

1999-04-15 Thread David Nelson
A big thanks to you for all the help. I installed the said libraries,
etc, etc, and WordPerfect is now installed and up and running.

The installation files should be dumped in a subdirectory, not the root
directory, and then all goes fine.


Re: WordPerfect for Linux installation problem...

1999-04-15 Thread David Nelson
A big thanks to you for all the help. I installed the said libraries,
etc, etc, and WordPerfect is now installed and up and running.

For the information of other beginners, the installation files should be
dumped in a subdirectory, not the root directory, and then all goes
fine.

Do you think I can delete all the directories it created for the
installation? (not the WordPerfect directory of course.) I suppose these
might have been left behind because of my multiple attempts to install
the programme?

Thanks again,

David


Re: WordPerfect for Linux installation problem...

1999-04-15 Thread MallarJ
In a message dated 4/15/99 12:54:58 PM Central Daylight Time, 
[EMAIL PROTECTED] writes:

 Do you think I can delete all the directories it created for the
  installation? (not the WordPerfect directory of course.) I suppose these
  might have been left behind because of my multiple attempts to install
  the programme?
  
  

When I ran into this same issue, WP install created a slew of dirs in my / 
dir shlibs, wp, etc...   yes, you can remove them.

-Jay