WordPerfect 8 under debian

2001-02-01 Thread Stewart James

Hi,

Is anyone successfully running wp8 under debian unstable or testing.

On execuation I get an error, can not find libXpm.so.4 it is unstalled it
is there(/usr/X11R6/lib/). If I copy the library to /usr/lib. wp finds it
but segfaults.

I have the exact same issues with netscape calendar client. Is there
issues with debian and backwards compatibility? Who will be best to talk
to about this. When I sent in this same question in regards to netscape
calendar I got no responses.

Cheers,

Stewart

--
Stewart James  Systems Programmer
Victoria UniversityInformation Technology
--== Sent via PINE 4.30 running on Linux ==--

   Do not mistake my conscious decision to ignore
  your request as failure to comprehend it.
- Michael Jennings




Re: WordPerfect 8 under debian

2001-02-01 Thread D-Man
On Fri, Feb 02, 2001 at 09:52:56AM +1100, Stewart James wrote:
| 
| Hi,
| 
| Is anyone successfully running wp8 under debian unstable or testing.
| 
| On execuation I get an error, can not find libXpm.so.4 it is unstalled it
| is there(/usr/X11R6/lib/). If I copy the library to /usr/lib. wp finds it
| but segfaults.
| 
| I have the exact same issues with netscape calendar client. Is there
| issues with debian and backwards compatibility? Who will be best to talk
| to about this. When I sent in this same question in regards to netscape
| calendar I got no responses.

Hmm,  I think I heard something a while back about Netscape (may WP
too) being linked against an old version of libXpm.  If you find the
correct version, and put it in /usr/lib it might work.  Sorry I don't
know which version, try searching the archives for libXpm.

-D



Re: WordPerfect 8 under debian

2001-02-01 Thread Stewart James

Your a gun. I figured out my problem. I onley ever seem tp search
packages.debian.org for unstable packages. There is a package with an
older libXpm(compiled againes libc5) which, once installed make netscape
calendar work without a problem. I would also be thinking wordperfect wll
be working now aswell.

Thanks for your help it is something that i have been grapling with for
about a month nowif only I had have thought to check something other
than unstable.

Thanks heaps,

Stewart James



On Thu, 1 Feb 2001, David Raeker-Jordan wrote:

 Stewart James wrote:
 
  Hi,
 
  Is anyone successfully running wp8 under debian unstable or testing.
 
  On execuation I get an error, can not find libXpm.so.4 it is unstalled it
  is there(/usr/X11R6/lib/). If I copy the library to /usr/lib. wp finds it
  but segfaults.
 
 I am running stable, but I had a similar problem. I recall finding something
 on the Corel web site that described the problem and offered a solution;
 something about installing the xlib6 package.
 (Sorry, I do not have the exact address.)

 Additionally, here is the ldd output for WP:

 [EMAIL PROTECTED]:~$ ldd /usr/local/wordperfect/wpbin/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)

 Hope this helps.


--
Stewart James  Systems Programmer
Victoria UniversityInformation Technology
--== Sent via PINE 4.30 running on Linux ==--

   Do not mistake my conscious decision to ignore
  your request as failure to comprehend it.
- Michael Jennings




Re: WordPerfect 8 under debian

2001-02-01 Thread Bob Nielsen
There are two versions of wp8.  The original one (including the free
downloadable version) requires xpm4.7 from oldlibs (it was built with
libc5) instead of xpm4g (both can be installed without conflict,
however).  Corel Linux Deluxe edition included a full version of WP8.1 in
.deb format which was also built with libc5 but does not require libXpm.

Sorry, I have no knowledge of netscape calendar, but it could possibly
be the same problem.

Bob


On Fri, Feb 02, 2001 at 09:52:56AM +1100, Stewart James wrote:
 
 Hi,
 
 Is anyone successfully running wp8 under debian unstable or testing.
 
 On execuation I get an error, can not find libXpm.so.4 it is unstalled it
 is there(/usr/X11R6/lib/). If I copy the library to /usr/lib. wp finds it
 but segfaults.
 
 I have the exact same issues with netscape calendar client. Is there
 issues with debian and backwards compatibility? Who will be best to talk
 to about this. When I sent in this same question in regards to netscape
 calendar I got no responses.
 
 Cheers,
 
 Stewart
 
 --
 Stewart James  Systems Programmer
 Victoria UniversityInformation Technology
 --== Sent via PINE 4.30 running on Linux ==--
 
Do not mistake my conscious decision to ignore
   your request as failure to comprehend it.
 - Michael Jennings
 
 
 
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

-- 
Bob Nielsen, N7XY  [EMAIL PROTECTED]
Bainbridge Island, WA  http://www.oz.net/~nielsen
IOTA NA-065, USI WA-028S 



Re: WordPerfect 8 under debian

2001-02-01 Thread Dan Christensen
Stewart James [EMAIL PROTECTED] writes:

 Hi,
 
 Is anyone successfully running wp8 under debian unstable or testing.
 
 On execuation I get an error, can not find libXpm.so.4 it is unstalled it
 is there(/usr/X11R6/lib/). If I copy the library to /usr/lib. wp finds it
 but segfaults.

To install wordperfect, I needed to first install xlib6, libc5 and
xpm4.7.  (The latter is in stable but not unstable, if I recall
correctly.)

Dan