home *** CD-ROM | disk | FTP | other *** search
/ linuxmafia.com 2016 / linuxmafia.com.tar / linuxmafia.com / wpfaq / todo~ < prev    next >
Text File  |  2008-04-09  |  47KB  |  1,397 lines

  1. WP8 macro language:
  2. http://www.wpuniverse.com/vb/showthread.php?s=&threadid=15663
  3.  
  4.  
  5. http://www.silicon.com/hardware/desktops/0,39024645,39119739,00.htm
  6. http://news.com.com/2100-1012_3-5183642.html
  7. http://slashdot.org/articles/04/04/02/011200.shtml
  8. http://www.linuxjournal.com/article.php?sid=7475&mode=thread&order=0&thold=0
  9. http://zdnet.com.com/2100-1104_2-5183642.html
  10. http://news.zdnet.co.uk/software/applications/0,39020384,39150682,00.htm
  11.  
  12.  
  13.  
  14.  
  15. From: Ralph Alvy <ralvy@warpmail.net>
  16. Subject: WordPerfect 8 and KDE 3.2
  17. Newsgroups: corel.wpoffice.wordperfect8-linux
  18. Date: Thu, 19 Feb 2004 08:24:38 -0800
  19. User-Agent: KNode/0.7.2
  20. Organization: "Another Corel User"
  21.  
  22. Just found this in another list:
  23.  
  24. ---
  25.  
  26. WP8 for Linux is toast in KDE 3.2
  27. From: Andrew Schulman
  28. Date: Thursday 19 February 2004 02:26:23 am
  29. Group: gmane.linux.debian.user.kde
  30.  
  31. ---
  32.  
  33. KDE 3.2 depends on xlibs 4.3.x, which conflicts with xlibs6, which is
  34. required for WP8 for Linux to run.  Therefore, WP8 is toast.
  35.  
  36. But we still need to run WP
  37. here. AFAICT, the only other option is WP2K4L.
  38. I'll consider buying a copy, but I want to be sure first that it will
  39. work with KDE 3.2.  Is anyone else running this combination?  How's it working
  40. for you?
  41.  
  42. I looked into Star Office, which is supposed to have a read/write WP
  43. conversion
  44. filter.  But it turns out that the WP filter isn't included in
  45. the Linux version.
  46.  
  47. Are there other KDE 3.2 users who are reading and writing WP documents?
  48. What's your solution?
  49.  
  50. Thanks,
  51. Andrew.
  52.  
  53.  
  54.  
  55. To: corel.wpoffice.wordperfect8-linux
  56. From: diego <esta_no_vale@terra.es>
  57. Newsgroups: corel.wpoffice.wordperfect8-linux
  58. Subject: Re: WordPerfect 8 and KDE 3.2
  59. Date: Thu, 19 Feb 2004 19:54:58 +0000
  60. Organization: DOMUS
  61. User-Agent: KNode/0.7.6
  62.  
  63. Ralph Alvy wrote:
  64.  
  65. > Are there other KDE 3.2 users who are reading and writing WP
  66. > documents?  What's your solution?
  67.  
  68. I'm using it without problems.
  69.  
  70. SuSe 9.0 with kde 3.2, in spanish.
  71.  
  72. I always use WordPerfect.
  73.  
  74. Diego
  75.  
  76.  
  77.  
  78. To: corel.wpoffice.wordperfect8-linux
  79. Date: Sat, 21 Feb 2004 23:29:24 -0700
  80. From: James Richard Tyrer <tyrerj@acm.org>
  81. User-Agent: Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.6)
  82. Gecko/20040113
  83. X-Accept-Language: en-us, en
  84. MIME-Version: 1.0
  85. Newsgroups: corel.wpoffice.wordperfect8-linux
  86. Subject: Re: WordPerfect 8 and KDE 3.2
  87. References: <4034de2e_2@cnews>
  88. In-Reply-To: <4034de2e_2@cnews>
  89. Content-Type: text/plain; charset=us-ascii; format=flowed
  90. Content-Transfer-Encoding: 7bit
  91. Message-ID: <4038472c$1_2@cnews>
  92. Organization: "Another Corel User"
  93. Lines: 38
  94. X-UIDL: f3a47f4c2104c0757767290a4113c416
  95. Approved: moderator@moderate.corel.com
  96. NNTP-Posting-Host: 10.249.0.125
  97. X-Trace: 22 Feb 2004 01:07:54 -0500, 10.249.0.125
  98. Path: cnews
  99. Xref: cnews corel.wpoffice.wordperfect8-linux:2079
  100.  
  101.  
  102. Ralph Alvy wrote:
  103. > Just found this in another list:
  104. >
  105. > ---
  106. >
  107. > WP8 for Linux is toast in KDE 3.2
  108. > From: Andrew Schulman
  109. > Date: Thursday 19 February 2004 02:26:23 am
  110. > Group: gmane.linux.debian.user.kde
  111. >
  112. > ---
  113. >
  114. > KDE 3.2 depends on xlibs 4.3.x, which conflicts with xlibs6, which is
  115. > required for WP8 for Linux to run.  Therefore, WP8 is toast.
  116.  
  117. No, this shouldn't be a problem.  You should be able to deal with it as
  118. you
  119. would any application that needs a certain version of a library.
  120.  
  121. You will need the old library.  Just put it in: "/usr/lib/wp8/wpbin/"
  122. (for
  123. example).
  124.  
  125. Then you need a script to start XWP:
  126.  
  127. ------8<------8<------8<------8<------8<------8<------8<------8<
  128.  
  129. LD_LIBRARY_PATH=/usr/lib/wp8/wpbin
  130.  
  131. PATH=/usr/lib/wp8/wpbin:/usr/lib/wp8/shbin10:/bin:/usr/bin:/usr/local/bin:/usr/
  132. X11R6/bin
  133.  
  134. export LD_LIBRARY_PATH PATH
  135.  
  136. exec xwp "$@"
  137.  
  138. ------8<------8<------8<------8<------8<------8<------8<------8<
  139.  
  140. Make appropriate adjustments in the paths.
  141.  
  142. --
  143. JRT
  144.  
  145.  
  146.  
  147. Reply-To: "howard kainz" <kainzh@wi.rr.com>
  148. From: "howard kainz" <kainzh@wi.rr.com>
  149. Newsgroups: corel.wpoffice.wordperfect8-linux
  150. Subject: Re: WordPerfect 8 and KDE 3.2
  151. Date: Fri, 27 Feb 2004 14:30:05 -0600
  152. X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
  153.  
  154. I installed WP8 for Linux in Suse Linux 9.0.  It's necessary to install
  155. shlib5 with YAST2, before installation.
  156.       Howard Kainz
  157.  
  158.  
  159.  
  160. From: Mary Ann Panevska <panevska@execpc.com>
  161. Subject: Corel testing the market for Linux !
  162. Newsgroups: corel.wpoffice.wordperfect8-linux
  163. Date: Thu, 11 Mar 2004 11:36:57 -0800
  164.  
  165. While searching eBay for a Linux book, I noticed that "CorelStore" is
  166. selling several "Corel WordPerfect for Linux Full Version NIB".  It
  167. gives no details at all, so I emailed them via eBay to ask if this is
  168. version 8 ..1 or WPO2K4L, or what, and got an automated reply that was
  169. not a reply (see our FAQs, but if you can't find help there, send
  170. another email) - so I se nt a second email and then got a reply to send
  171. my email to another place at corel.com - and every time I try, their
  172. website gets paralyzed in loading mode.
  173.  
  174. Anyway, while stumbling around the Corel website, I did a "Search Our
  175. Knowledgebase" for Linux, and found a few interesting Q&As, among which:
  176.  
  177. ============
  178. Does Corel have a version of WordPerfect for Linux?
  179. Answer
  180.  
  181. On an ongoing basis, Corel« engages in strategic analyses of a wide var
  182. iety of business opportunities. As part of our continuing analysis of
  183. the Linux market's potential, Corel has developed a proof-of-concept,
  184. Linux-native version of WordPerfect«. WordPerfect for Linux« is being
  185. sold through the Corel Store on eBay.
  186.  
  187. Visit the Corel Store on eBay.
  188.  
  189. This pilot project will help us determine the feasibility of developing
  190. future Linux versions of WordPerfect or WordPerfect Office.
  191. ============
  192. The posting was last updated on 12-15-03 - so maybe the Corel folks are
  193. actually thinking of getting back on the Linux bandwagon????
  194.  
  195. Maybe we should start a campaign to get people to order this (cost $10
  196. plus $10 s&h) ???
  197.  
  198. If I ever get a reply as to exactly what "WP for Linux" they are
  199. selling, I'll post it.  And wouldn't it be incredible if they designed
  200. it to install on all the popular recent distros? (So, nooh, I'm a
  201. dreamer.) 
  202.  
  203. Mary Ann Panevska
  204.  
  205.  
  206.  
  207. From: Mary Ann Panevska <panevska@execpc.com>
  208. Subject: Re: Corel testing the market for Linux !
  209. Newsgroups: corel.wpoffice.wordperfect8-linux
  210. Date: Mon, 15 Mar 2004 11:35:23 -0800
  211.  
  212. I finally spoke with a Linux-friendly rep at Corel, and here's the
  213. story:
  214.  
  215. It's called WordPerfect 8 for Linux and is fully featured similar to
  216. 8.1.
  217.  
  218. It is native Linux and has been re-optimized to work in the newest Linux
  219. kernel. I asked if it was a debian or rpm package and he said neither -
  220. it has a user-friendly installation engine designed for people new to
  221. Linux.
  222.  
  223. I recommended that Corel put a press release about it on every Linux
  224. oriented website.
  225.  
  226.  
  227.  
  228. Date: Tue, 16 Mar 2004 08:01:33 -0700
  229. From: "Frank B" <"Frank B"@cnews1.corel.dmz>
  230. Reply-To: nospam <chip616@yahoo.com>
  231. User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20031119 Debian/1.4.0.x.1-20
  232. Newsgroups: corel.wpoffice.wordperfect8-linux
  233. Subject: Re: Corel testing the market for Linux !
  234.  
  235.  
  236. OK, I traced the links back, and this IS A GENUINE MARKET RESEARCH ITEM
  237. FROM COREL ITSELF.  I called Corel in Ottawa (1-800-772-6735) and talked
  238. to Jose in the pre-sales support and he gave me the following
  239. information:
  240.  
  241. The version that is being sold on eBay is 8.1 for Linux, and it is NOT
  242. updated in any way.  If they sell a bunch of them, then they take this
  243. to mean that there is a demand, and they may get back into the Linux
  244. market with a native port.
  245.  
  246.  
  247.  
  248. From: Mary Ann Panevska <panevska@execpc.com>
  249. Subject: Re: Corel testing the market for Linux !
  250. Newsgroups: corel.wpoffice.wordperfect8-linux
  251. Date: Tue, 16 Mar 2004 11:59:04 -0800
  252.  
  253. Sorry everyone, that I didn't add the following message that I
  254. posted to the WPO2000 newsgroup - (aside: I wish we had only ONE
  255. WP for Linux newsgroup since there's a good bit of overlapping).
  256.  
  257. Anyhow, when I finally got thru by telephone to Corel, the fellow
  258. (who said he actually used Linux somewhat and sounded
  259. enthusiastic about Linux and this market-testing) said that this
  260. package is "fully-featured" (which should mean more 8.1 than
  261. 8.0) AND "re-optimized to work on the latest Linux kernel" and
  262. when I asked if it was a debian or rpm package, he checked with
  263. someone else and said it's neither but
  264. "it has its own install engine geared to make it simple
  265. for even newbies to install."
  266.  
  267. I've also ordered a copy, and I guess we all have to try it out
  268. and see what it really is - and let each other know.
  269.  
  270. I also fully endorse what Frank said - we should take the time to
  271. send a snail-mail letter to Corel.
  272.  
  273. Another thought:  I also have some misgivings about the lack of
  274. promotion by Corel.  How about if we write our own little news
  275. announcement with a review, and send it to all the Linux-related
  276. websites?  But better to wait till we try it out first so we can
  277. tell people what's really inside.
  278.  
  279. Mary Ann
  280.  
  281.  
  282.  
  283.  
  284. Date: Fri, 19 Mar 2004 08:25:38 -0600
  285. From: Chris D <chris@drewww.com>
  286. User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.6) Gecko/20040113
  287. Newsgroups: corel.wpoffice.wordperfect8-linux
  288. Subject: New WP8 for Linux
  289.  
  290.  
  291. I just received the disk ordered from eBay. It came FedEx from Ohio, and
  292. was a single disk in a disk envelope [strangely packed in a box big
  293. enough to hold a two-slice toaster, filled with those small air bag
  294. shipping filler]. There is a license number included. I checked the
  295. files on the disk, and they all are dated September 2003. A readme text
  296. file indicates there are 130 Type 1 fonts included.
  297.  
  298. I don't have time to install this morning, but I will work on it his
  299. weekend, on my Xandros 2.0 distro.
  300.  
  301.  
  302.  
  303. Date: Mon, 22 Mar 2004 20:00:59 -0500
  304. From: "Leon A. Goldstein" <metapsych@earthlink.net>
  305. X-Mailer: Mozilla 4.79 [en] (X11; U; Linux 2.4.23 i686)
  306. Newsgroups: corel.wpoffice.wordperfect8-linux
  307. Subject: Re: New WP8 for Linux
  308.  
  309. Summary of findings - incomplete.
  310.  
  311. It is WP8.1:  the xwp executable is exactly the same size.; the splash
  312. screen is WP8.1
  313.  
  314. It installs a compatibility directory in /usr.  The executable is a
  315. script that points to another script - wplauncher - in ~/wpbin.
  316. This script sets the path to the compatibility directory.  In short - it
  317. is still libc5 based, and installs what it needs.
  318.  
  319. Filtrix file conversion works.  No new MS Word formats, i.e. Word 97 is
  320. still the latest it will open.
  321. I'd appreciate someone who has MS Word 2000 or XP to send me a short
  322. document (not fast saved!) to test.
  323. If possible, insert a table in a a copy  and send that too.  I'd like to
  324. test the filter further.
  325.  
  326. The printer configuration is set up by default for Passthru Postscript
  327. and uses the WPSpool destination.
  328. Newbies should find this version ready to print, more or less.
  329.  
  330. Same printer drivers as in WP8.1 - no new ones.
  331.  
  332. --
  333. Leon A. Goldstein
  334.  
  335. Powered by Libranet 2.8 Debian Linux
  336. System LI
  337.  
  338.  
  339.  
  340. From: Mary Ann Panevska <panevska@execpc.com>
  341. Subject: Re: New WP8 for Linux
  342. Newsgroups: corel.wpoffice.wordperfect8-linux
  343. Date: Tue, 23 Mar 2004 10:05:25 -0800
  344.  
  345. Leon,
  346.  
  347. By splash screen do you mean what appears in the little "program
  348. box"?  If that says "Corel WordPerfect 8 for Linux", and the
  349. Help About box for me says Release 8.1 ll/1/1999, then I don't
  350. think you are running the new product.
  351.  
  352. I found that the installation puts an icon on the desktop with
  353. /usr/bin/xwp, which is the OLD 8.1 xwp
  354. and I had to change the icon to bring up
  355. /usr/wplinux/wpbin/xwp which is the NEW xwp
  356.  
  357. This gives the program box that says only "Corel WordPerfect for
  358. Linux" (without number 8), and the Help About box for me says
  359. Release 8.1.0076 11/1/1999
  360.  
  361. It would seem that it is the same program, but I'm finding a few
  362. things that seem to work better on my system than the WP8.1.
  363.  
  364. I agree that this thread is getting too complex to follow, so
  365. maybe the next person should start fresh with a subject of
  366. "Findings on the new WP" or some such.
  367.  
  368.  
  369.  
  370.  
  371.  
  372. Date: Tue, 23 Mar 2004 13:40:28 -0500
  373. From: Leon Goldstein <metapsych@earthlink.net>
  374. User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3) Gecko/20030327 Debian/1.3-4
  375. Newsgroups: corel.wpoffice.wordperfect8-linux
  376. Subject: Re: New WP8 for Linux
  377.  
  378.  
  379. I made my test install on a fresh Libranet 2.8.1 without the WP8
  380. compatibility package and without any other WP8 installed.  The Help >
  381. About Corel WordPerfect is definitely not the same. It says release
  382. 8.1.0076 like yours. The license key is different and is exactly what I
  383. had to type in to install it.  Also, as previously mentioned, the
  384. printer is preconfigured.  Perhaps my use of "splash screen" is
  385. misleading.
  386.  
  387. BTW this version can be adapted to use the old localization packages for
  388. the download version. hat may be of interest to Dutch, Italian, German
  389. and Spanish users, since the new release omitted these languages. I'll
  390. be reporting that in my Linux Journal report.
  391.  
  392. --
  393. Leon A. Goldstein
  394.  
  395. Powered by Libranet 2.8 Debian Linux
  396. System G2
  397.  
  398.  
  399.  
  400.  
  401. Date: Sun, 04 Apr 2004 23:29:09 -0700
  402. From: James Richard Tyrer <tyrerj@acm.org>
  403. User-Agent: Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.6) Gecko/20040113
  404. Newsgroups: corel.wpoffice.wordperfect8-linux
  405. Subject: Re: Big response to WP8L on Slashdot
  406.  
  407. There clearly  is  a market for the old WordPerfect 8.x for X (on
  408. UNIX/Linux) if the price is right.  But this is just a niche product.
  409. If it is available for like $50.00 they will sell some.
  410.  
  411. I'm not sure what their plans are, but the previous management's rapid
  412. release of several new versions of WordPerfect Office for Windows isn't
  413. what they need with Linux.   A Linux word processor doesn't need to be a
  414. Swiss Army Knife.  It just needs to be an excellent word processor.
  415. Linux users will use other tools to do other jobs -- that is the UNIX
  416. way of doing things.  I doubt that UNIX users would use WordPerfect to
  417. compose HTML.
  418.  
  419. I can't see any features that are lacking in WordPerfect 8.x for X.  It
  420. could use some improvement.  First, they need to see that everything
  421. works or if they are unnecessary they could be removed (i.e. HTML
  422. editing).  It would be better if it had 1200 DPI like the Windows
  423. versions -- actually it would be better if you could choose your
  424. resolution for page layout (at least the common resolutions or 2^N*72
  425. and 2^N*75 would be sufficient.
  426.  
  427. The printing system needs to be converted to PostScript ONLY and it
  428. should use PPD files for configuration.  The font system should be
  429. changed to directly use the X font (old) system or FontConfig.  This
  430. would permit a lot of printing and font stuff to be removed because it
  431. would be redundant.  I would keep the ability to override the auto
  432. detect for Bold and Italic until that could be fixed/replaced.  They
  433. should also add the ability to configure font embedding on a per font
  434. basis (like Scribus) and to make fonts invisible on a per font basis
  435. (everything needs this :-D).  It should be able to embed TrueType fonts
  436. as scalable (outline) Type42 fonts.
  437.  
  438. Such a product would be competitive with what is available for Linux
  439. even if you had to install old libraries -- UNIX uses hundreds of
  440. libraries, a few more won't matter.  I think that what was being sold on
  441. e-Bay as 8.2 included all of the needed libraries.
  442.  
  443. If they could update it to use FontConfig, FreeType2, and Xft[2] (for
  444. display and TrueType fonts) and the current version of GLibc, they they
  445. would a product that would be competitive with Word for Windows for
  446. applications where people only did word processing.  There are a lot of
  447. business seats that only do word processing.
  448.  
  449. Also, on Linux direct export (print) to PDF, and PS & PDF import are
  450. much more important than filters to import/export anything but RTF.
  451.  
  452. The next major version should use the OASIS file format.
  453.  
  454.  
  455.  
  456.  
  457. TransGaming's WineX has been renamed "Cedega":
  458. http://lwn.net/Articles/90587/  
  459.  
  460.  
  461.  
  462. FWIW, the recently available "WordPerfect for Linux" is version 8 (Help
  463. shows: release 8.1.0076 11/1/1999).
  464.  
  465.  
  466. July 2004: 
  467.  
  468. At this time Corel's WordPerfect for Linux proof of concept is
  469. temporarily unavailable for purchase from wordperfect.com.
  470.  
  471. Corel is currently in the process of investigating a number of minor
  472. enhancements to the product. We will endeavor to notify the Linux
  473. community once the product is again available.
  474.  
  475. In the meantime, we continue to aggressively promote the new WordPerfect
  476. Office 12 for Windows. For more information on Corel's Linux-native
  477. version of WordPerfect or WordPerfect Office 12, please contact Corel's
  478. customer service department at 1-800-772-6735.
  479.  
  480. Sincerely,
  481. Greg Wood
  482.  
  483.  
  484.  
  485. > I don't suppose that they will fix the PostScript driver or the bugs in
  486. > the font system.  It would be nice.
  487.  
  488. They haven't told us yet.  I'd be happy just to see the menu shortcuts
  489. work when the caps or num lock keys are on.  :)
  490.  
  491.  
  492.  
  493. Leon A. Goldstein:
  494.  
  495. WP8.1, as provided by CLOS 1 or 1.2, can be made to run using its own
  496. static support libs on some distributions.  My original how-to on the
  497. SxS site describes this.  The last, limited WP8 release, which is WP8.1
  498. with a new installer and  support libs,  needs no additional user
  499. intervention to install and run.
  500.  
  501.  
  502. Frank B:
  503.  
  504. 8.1 is fully functional, but has to be purchased.  It is my
  505. understanding that it is this version that comes with the WP8/Linux
  506. Bible.
  507.  
  508. The pilot version was 8.1 with a new loader, even more fonts, and
  509. apparently some static libs along with it so it would run on current
  510. distros.
  511.  
  512.  
  513.  
  514. Ping-Wu Zhang <PWZhangZ@netscape.net>:
  515.  
  516. Leon Goldstein wrote:
  517.  
  518. > Anyhow, to summarize:  WP8 has three incarnations:
  519. > 1.  WP8 Personal Edition
  520. > 2.  WP8 Download Personal Edition
  521. > 3.  WP8 Server Edition (this is the rare (i.e. expensive!) and highly
  522. > sought version that also runs in the classic text mode.)
  523.  
  524. There is actually a "fourth" incarnation, which is the version included
  525. in Steve Harris's WordPerfect Linux Bible.  Steve Harris, who is now (I
  526. believe) an executive with Xandros, negotiated this unique version with
  527. Corel which is very similar to the Personal Edition (and definitely not
  528. the download Edition) but with a much simplified installation script.
  529.  
  530. The WP8 Linux Bible Edition is very similar to POC Edition, except that
  531. you have to run two rpms.  I have successfully installed it in all new
  532. versions of Red Hat (including RHEL3, CentOS, Fedora 1/2/3), and
  533. Mandrake.  As I mentioned in a previous thread, since I, at least at the
  534. present time, am unable to run WPWin in Linux under Win4Lin, I am really
  535. loving it.  Ping-Wu
  536.  
  537.  
  538.  
  539.  
  540. http://software.newsforge.com/software/04/08/27/2143205.shtml?tid=130
  541.  
  542. "We're looking at reviewing some aspects of WordPerfect for Linux and
  543. making some alterations to it," Corel spokesman Greg Wood said on
  544. Friday. When asked if there were plans to port WordPerfect 12 to Linux,
  545. or to produce a parallel release to the Windows product on GNU/Linux,
  546. Wood said that it would be pure conjecture at this point, and that Corel
  547. was still in the process of evaluating its potential in the Linux
  548. market. "Our investigation into the Linux market is serious and
  549. ongoing," he added.
  550.  
  551.  
  552.  
  553. Frank Billington:
  554.  
  555. Yes. Starting April 15 it will be sold through the Corel online store at
  556. www.corel.com. However, it is NOT WP Office, only WordPerfect 8 for
  557. Linux.
  558.  
  559. We got an answer back from Greg Wood at Corel confirming this, so it is
  560. not an April Fool's joke. :)
  561.  
  562. He also underlined that this is a 'proof of concept' market analysis
  563. only. This is not a product launch. So don't expect a lot, or start
  564. comparing this old product with newer word processors. Hopefully, if the
  565. pilot goes well, we will eventually see an UPDATED version that we CAN
  566. compare to other Linux-native word processors.
  567.  
  568. This pilot is basically a repackaged version of WP8.1, but with a new
  569. loader, a fix for the filtrix MS Word 97 import filter, 130 Type 1
  570. fonts, and the necessary compatibility libraries that WP8L needs to run
  571. on newer distros.
  572.  
  573. While I don't fully grasp what is done when it loads, my understanding
  574. is that the compatibility libraries are placed in a path where WP8 can
  575. find them, but where nothing else loaded on a modern distro will look.
  576. This gives WP the older support libraries it needs, without 'breaking'
  577. the distro for other, newer products.
  578.  
  579. So, this is NOT a new product. In fact, the executable is byte for byte
  580. the same size as the one that shipped with CLOS some years ago. It still
  581. has the same interface quirks. However, it will install fully
  582. automatically and run on modern distros that are either RPM or DEB based
  583. without having to jump through hoops.
  584.  
  585. I am told that it installs in less that 1.5 minutes, and comes up ready
  586. to run in less than 2 seconds after you click the icon.
  587.  
  588.  
  589.  
  590. To: corel.wpoffice.wordperfect8-linux
  591. Date: Fri, 03 Sep 2004 08:23:59 -1000
  592. From: Ping-Wu Zhang <PWZhangZ@netscape.net>
  593. User-Agent: Mozilla/5.0 (X11; U; Linux i686; zh-TW; rv:1.7.2)
  594. Gecko/20040803
  595. Newsgroups: corel.wpoffice.wordperfect8-linux
  596. Subject: Re: Search & Replace
  597.  
  598. [...]
  599.  
  600. (In Windows, I have used WP 10/11/12, but have since gone back to WP
  601. 8/9--I need WP9 b/c Corel changed file format in version QP9.)
  602.  
  603.  
  604.  
  605. To: corel.wpoffice.wordperfect8-linux
  606. Date: Fri, 03 Sep 2004 12:46:21 -1000
  607. From: Ping-Wu Zhang <PWZhangZ@netscape.net>
  608. User-Agent: Mozilla/5.0 (X11; U; Linux i686; zh-TW; rv:1.7.2)
  609. Gecko/20040803
  610. Newsgroups: corel.wpoffice.wordperfect8-linux
  611. Subject: Re: Search & Replace
  612.  
  613. [...]
  614.  
  615. WP Uinverse has a thread discussing the development history of WPWin;
  616. you will get some idea:
  617.  
  618. http://www.wpuniverse.com/vb/showthread.php?s=8ec6b44d6aeaca03be0cf7d8285c10cf&
  619. threadid=12449
  620.  
  621.  
  622.  
  623. Review:
  624. http://www.thejemreport.com/modules.php?op=modload&name=News&file=article&sid=122
  625.  
  626.  
  627.  
  628. To: corel.wpoffice.office2000-linux
  629. Date: Tue, 24 Aug 2004 16:04:47 -0700
  630. From: user@domain.invalid
  631. Newsgroups: corel.wpoffice.office2000-linux
  632. Subject: Word filters in new ebay WP8
  633.  
  634. I saw a posting in Linux Journal--
  635. In Linux Review: WordPerfect 8 for Linux Redux?
  636. Posted on Thursday, March 25, 2004 by Leon A. Goldstein
  637. ..
  638. ..
  639. To start my test, I opened a MS Word file. It opened; the Filtrix file
  640. conversion utility that died September 9, 2001, from the UNIX
  641. one-billion-second bug was functional. Unfortunately, it still is
  642. limited to MS Word 97 and earlier files. There are no new MS Word
  643. formats more recent than Word 97.
  644. '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
  645.  
  646. My question: Was it the Filtrix file conversion utility, or from INSO? I
  647. think Corel licensed from INSO, too, though maybe not Word filters. Does
  648. it have FrameMaker filters, too?
  649.  
  650.  
  651.  
  652. To: corel.wpoffice.office2000-linux
  653. Date: Fri, 03 Sep 2004 00:45:56 -0700
  654. From: James Richard Tyrer <tyrerj@acm.org>
  655. Newsgroups: corel.wpoffice.office2000-linux
  656. Subject: Re: Making WPO2KL run on a newer distro - it CAN be done!
  657.  
  658. [...]
  659.  
  660. I presume that you didn't install the unofficial update for Corel-WINE :
  661.  
  662. http://students.cs.byu.edu/~torriem/corelwine/corelwine-cvs-20010613-1.i386.rpm
  663.  
  664. Two other updates at the same place that are also needed:
  665.  
  666. http://students.cs.byu.edu/~torriem/corelwine/fonttastic-glibc-2.1-7x-1mt.i386.
  667. rpm
  668. http://students.cs.byu.edu/~torriem/corelwine/libaps-1.0-1568.0.i386.rpm
  669.  
  670. There is one small mystery.  The startup script refers to:
  671.  
  672. \011/opt/libc-compat/ld-linux.so.2
  673.  
  674. and there is no such file in the package.
  675.  
  676. This must be on your system, is it a link?  The important question here
  677. is if there is a compatibility library in: "/opt/libc-compat/".  Which
  678. would mean that I would need other packages for this to work.  The DEB
  679. package contains old XFree86 libraries but no GLibc libraries.
  680.  
  681. Anyhow, I will have to try installing this if I can remember how.  Was
  682. it FontTastic that required the trick??  Yes, so don't try to install
  683. the update without using the trick in the install script:
  684.  
  685. ftp://ftp.corel.com/pub/linux/Office2000/updates/installscript/install.tar
  686.  
  687.  
  688.  
  689.  
  690.  
  691.  
  692. $ cd /tmp
  693. $ [unpack the wp8 files]
  694. $ su -
  695. # ldconfig -v | grep libc.so.5  #Must return "libc.so.5 -> libc.so.5.n.nn"
  696. ## where 5.n.nn is some value of 5.3.12 through 5.4.46
  697. # ldconfig -v | grep ld-linux.so.1  #Must return "ld-linux.so.1 -> ld-linux.so.1.n.nn"
  698. # ldconfig -v | grep libm.so.5  #Must return "libm.so.5 -> libm.so.5.n.n"
  699. # ldconfig -v | grep libsafe  #Must return null value.
  700. # mkdir /opt/wp8
  701. # chown yourself.yourself /opt/wp8  #Where "yourself" is your non-root login.
  702. # exit   #Ending root-user access, reverting to user "yourself".
  703. $ cd /tmp/[wherever]
  704. $ ./Runme
  705.  
  706. You are now running the installer with regular, non-root-user authority,
  707. having first confirmed that the necessary libs are installed and known
  708. to the dynamic loader.  You've also created a target directory for
  709. installation and chowned it so you can write there.  Accordingly, when
  710. prompted for a target directory specify /opt/wp8.
  711.  
  712. New WP8.1 in Europe:
  713.  
  714. http://shop.mensys.nl/cgi-bin/db2www/MNS_art2.d2w/report?artname=&catname=LINUXW
  715. P8
  716.  
  717. Reveal Codes?
  718.  
  719. 8.1.0076
  720.  
  721. http://www.linuxjournal.com/article.php?sid=7475
  722.  
  723. From: "Frank B" <"Frank B"@cnews1.corel.dmz>
  724. Reply-To: nospam <chip616@yahoo.com>
  725. User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4)
  726. Gecko/20031119 Debi
  727. an/1.4.0.x.1-20
  728. X-Accept-Language: en
  729. MIME-Version: 1.0
  730. Newsgroups: corel.wpoffice.wordperfect8-linux
  731. Subject: Install script language limitation
  732. Content-Type: text/plain; charset=us-ascii; format=flowed
  733. Content-Transfer-Encoding: 7bit
  734. Message-ID: <40b0a39c$1_3@cnews>
  735. Organization: "Another Corel User"
  736. Lines: 18
  737. X-UIDL: 1bfb24a5889f6f3f2cfd89edde6e2379
  738. Approved: moderator@moderate.corel.com
  739. NNTP-Posting-Host: 10.249.0.125
  740. X-Trace: 23 May 2004 09:14:18 -0400, 10.249.0.125
  741. Path: cnews
  742. Xref: cnews corel.wpoffice.wordperfect8-linux:2500
  743.  
  744.  
  745. There is an experience of trying to choose something other than the
  746. default US English as a language during the install of the new WP8L in
  747. the WP Universe web forum at:
  748.  
  749. http://www.wpuniverse.com/vb/showthread.php?s=&threadid=13574&perpage=10&pagenu
  750. mber=2
  751.  
  752. Apparently, the install fails if you try to choose anything other that
  753. the default US English.
  754.  
  755. Other language modules apparently can be installed correctly AFTER the
  756. install (see thread in the newsgroup date 04/29/04 "Ordering WP8 for
  757. Linux in Europe").  Just don't try to do it DURING the install.  This
  758. may be a limitation of the install script.
  759.  
  760. For your information.
  761.  
  762. Frank.
  763.  
  764. Z
  765.  
  766.  
  767.  
  768.  
  769. 5.  What (incompatible) versions of WP's .wpd document format have
  770. existed, post-WP 8.1 PE for Linux?  How many?  Which WP for Windows
  771. versions introduced each of those formats?
  772.  
  773.  
  774. In 1999, WP 8.1 was slightly updated for the version bundled on CD with
  775. Stephen E. Harris and Erwin Zijleman's book WordPerfect for Linux Bible,
  776. to feature a simplified installation script, 140 Type 1 PostScript fonts
  777. (versus 300 in WP 8.1 PE bundled with Corel Linux OS boxed sets), 5,000
  778. clip art images, and a now-outdated set of KDE 1.1 RPMs for Red Hat
  779. Linux 5.1/5.2.
  780.  
  781.  
  782.  
  783.  
  784.  
  785. Date: Fri, 19 Nov 2004 08:48:38 -1000
  786. From: Ping-Wu Zhang <pwzhangz@netscape.net>
  787. User-Agent: Mozilla/5.0 (X11; U; Linux i686; zh-TW; rv:1.7.3)
  788. Gecko/20041020
  789. X-Accept-Language: en-us, en
  790. MIME-Version: 1.0
  791. Newsgroups: corel.wpoffice.wordperfect8-linux
  792. Subject: Re: WPLinux and too many processes
  793. References: <419ad8a8$1_3@cnews>
  794. In-Reply-To: <419ad8a8$1_3@cnews>
  795. Content-Type: text/plain; charset=us-ascii; format=flowed
  796. Content-Transfer-Encoding: 7bit
  797. Message-ID: <419e39de$1_3@cnews>
  798. Organization: "Another Corel User"
  799. Lines: 23
  800. X-UIDL: 8f6f656950bb6995e776be460a2682a3
  801. Approved: moderator@moderate.corel.com
  802. NNTP-Posting-Host: 10.249.0.125
  803. X-Trace: 19 Nov 2004 13:22:25 -0500, 10.249.0.125
  804. Path: cnews
  805. Xref: cnews corel.wpoffice.wordperfect8-linux:2837
  806.  
  807.  
  808. @(none) wrote:
  809. >
  810. > Now when I start WP I receive an error message stating:
  811. >
  812. > "Cannot create a new process:  You may have exceeded either the user
  813. > or
  814. > system limit for the number of active processes.  Or the executable
  815. > may
  816. > not be in its proper directory"
  817.  
  818. > Michael Galvin
  819. >
  820.  
  821. This appears to be a kernel issue.  I have experienced the same problem
  822. in FC2 when upgraded to the 2.6.8-1.521 kernel.  WP8 works OK when I
  823. boot back into the 2.6.7-1.494 kernel.  I don't know whether there is
  824. something that was changed in the kernel itself that's causing the
  825. problem, or it was simply a compilation issue.  (I have not had time to
  826. look at the kernel configuration files.)
  827.  
  828.  
  829. Additionally, when running WP8 with the 2.6.8-1.521 kernel in FC2, I
  830. wasn't able to do anything. The system would freeze solid.  In FC3
  831. (2.6.9-1.667 kernel), I saw the error message, but I was able to do
  832. everything (seemingly) except printing.
  833.  
  834.  
  835.  
  836. Leon Goldstein a/o 12 Feb 2004:
  837.  
  838. Of the current Linuces, only SuSE (RPM) and Libranet (Debian) include in
  839. their distribution CD's the support libs needed to install WP8.
  840.  
  841. Chris D, 6 May 2004:
  842.  
  843. I received my copy of SuSE 9.1 today, and I'm happy to report that WP8.1
  844. installs just fine.
  845.  
  846.  
  847. Newsgroups: corel.WordPerfect_older_versions
  848. From: Ralph Alvy <ralvy@warpmail.net>
  849. Subject: Re: WP5.1 for DOS under Linux
  850. Followup-To: corel.wpoffice.wordperfect8-linux
  851. Date: Wed, 21 Jul 2004 15:46:39 -0700
  852. Organization: Ralph Alvy DC
  853. User-Agent: KNode/0.7.7
  854.  
  855. Edward Mendelson wrote:
  856.  
  857. > "Giovanni" <gfalzoni@inwind.it> wrote in message
  858. > news:cdlsv1$19h$1@marina.home.net.it...
  859. >> I use now DOSEMU-1.2.1 on a Linux kernel 2.4.24 and the keyboard is
  860. >> not a problem anymore and, for the limited use I do, every feature of
  861. >> WP5.1 seems OK except for the ALT-Fn shortcuts. Maybe it can be
  862. >> solved with the proper directive in the configuration but I never
  863. >> worried to try it.
  864. >
  865. > Perhaps these somewhat ancient instructions will help with the Alt-Fn
  866. > key problem:
  867. >
  868. > http://www.columbia.edu/~em36/wpdos/linux.html#functionkeys
  869. >
  870. > This is mostly about Gnome, but there's a note there about KDE. The
  871. > author of that page (me) will be grateful for any feedback.
  872. >
  873. > Edward Mendelson
  874.  
  875. I don't use Gnome, but I use KDE almost 100% of the time. Under KDE you
  876. can turn off all Alt-Fn keys want, one combination at a time, within the
  877. KDE Control Center:
  878.  
  879.         Regional & Accessibility
  880.         Keyboard Shortcuts
  881.  
  882. This will keep KDE from intercepting those keystroke combos.
  883.  
  884.  
  885.  
  886.  
  887.  
  888. Newsgroups: corel.WordPerfect_older_versions
  889. Date: Sat, 07 Aug 2004 23:02:45 -0400
  890. From: "Leon A. Goldstein" <metapsych@earthlink.net>
  891. X-Mailer: Mozilla 4.79 [en] (X11; U; Linux 2.4.19 i686)
  892. Subject: Re: installing WP8.1 under RedHat 9.0
  893.  
  894. [In response to someone having problems using alien on RH9:]
  895.  
  896. Here is the old Corel WP8/Linux help file; this will identify the needed
  897. support libs.  Alien is funny; some releases work better with the WP8.1
  898. Deb's than others.  You can try an earlier version.
  899.  
  900. #9210 -Installing WordPerfect« 8 Under New Linux Distributions
  901.  
  902. This document will provide information on installing WordPerfect« 8
  903. under the latest RedHat Linux, Mandrake Linux and SuSE Linux.
  904. Foreknowledge of RPM package installation is required.
  905.  
  906. RedHat
  907.  
  908. 1. Download and install the ld.so-1.9.5-13.i386.rpm package.
  909.  
  910. 2. Download and install the libc-5.3.12-31.i386.rpm package.
  911.  
  912. 3. Run the ldconfig command to regenerate the library list.
  913.  
  914. 4. Follow the standard installation instructions provided with
  915. WordPerfect« 8 .
  916.  
  917.  
  918.  
  919. Mandrake
  920.  
  921. 1. Download and install the ld.so-1.9.11-4mdk.i586.rpm package, part of
  922. the Mandrake Cooker project.
  923.  
  924. 2. Install the libc-5.3.12-35mdk.i586.rpm package from the installation
  925. CD.
  926.  
  927. 3. Run the ldconfig command to regenerate the library list.
  928.  
  929. 4. Follow the standard installation instructions provided with
  930. WordPerfect« 8 .
  931.  
  932.  
  933. SuSE
  934.  
  935. 1. Install the shlibs5 package from the SuSE FTP server for SuSE 7.2,
  936. the file off the installation disk #2 does not contain the necessary
  937. configurations. See http://sdb.suse.de/en/sdb/html/wordperfect72.html
  938. for more details. For SuSE Linux versions other than 7.2, the
  939. distributed shlibs5.rpm will function.
  940.  
  941. 2. Run the ldconfig command to regenerate the library list.  (Note: this
  942. step is not really necessary if you install shlibs with SuSE's YAST,
  943. which I recommend.)
  944.  
  945. 3. Follow the standard installation instructions provided with
  946. WordPerfect« 8 .
  947.  
  948. --
  949. Leon A. Goldstein
  950.  
  951. Powered by Libranet 2.7 Debian
  952. System LI
  953.  
  954.  
  955.  
  956. Newsgroups: corel.WordPerfect_older_versions
  957. From: AAW <NOarnldSPAM23@execpc.com>
  958. Subject: Re: installing WP8.1 under RedHat 9.0
  959. Date: Sun, 08 Aug 2004 16:36:57 -0500
  960. User-Agent: KNode/0.7.7
  961.  
  962. Leon,
  963.  
  964. Couple of points:
  965.  
  966. 1) ld.so is in cookers contrib directory, as opposed to cooker main.
  967.  
  968. 2) libc5 isn't necessary for 8.1, which contain its own libraries. In
  969. fact, the package can mess up macros if it's installed and listed
  970. before /usr/lib/wp8/wpbin in /etc/ld.so.conf.
  971.  
  972. Regards,
  973. Arn
  974.  
  975.  
  976. Newsgroups: corel.WordPerfect_older_versions
  977. Date: Sun, 08 Aug 2004 18:23:03 -0400
  978. From: "Leon A. Goldstein" <metapsych@earthlink.net>
  979. X-Mailer: Mozilla 4.79 [en] (X11; U; Linux 2.4.23 i686)
  980. Subject: Re: installing WP8.1 under RedHat 9.0
  981.  
  982. The old Corel help page, as it states, was for WP 8.  It is old, no
  983. longer displayed on Corel's website, and undoubtedly no longer valid for
  984. some distributions.
  985.  
  986. WP8.1, as provided by CLOS 1 or 1.2, can be made to run using its own
  987. static support libs on some distributions.  My original how-to on the
  988. SxS site describes this.  The last, limited WP8 release, which is WP8.1
  989. with a new installer and  support libs,  needs no additional user
  990. intervention to install and run.
  991.  
  992. --
  993. Leon A. Goldstein
  994.  
  995. Powered by Libranet 2.8 Debian Linux
  996. System LI
  997.  
  998.  
  999.  
  1000.  
  1001. Newsgroups: corel.WordPerfect_older_versions
  1002. Date: Fri, 19 Nov 2004 08:48:38 -1000
  1003. From: Ping-Wu Zhang <pwzhangz@netscape.net>
  1004. User-Agent: Mozilla/5.0 (X11; U; Linux i686; zh-TW; rv:1.7.3) Gecko/20041020
  1005. Subject: Re: WPLinux and too many processes
  1006. In-Reply-To: <419ad8a8$1_3@cnews>
  1007.  
  1008. @(none) wrote:
  1009.  
  1010. > Now when I start WP I receive an error message stating:
  1011. >
  1012. > "Cannot create a new process:  You may have exceeded either the user
  1013. > or system limit for the number of active processes.  Or the executable
  1014. > may not be in its proper directory"
  1015.  
  1016. > Michael Galvin
  1017.  
  1018. This appears to be a kernel issue.  I have experienced the same problem
  1019. in FC2 when upgraded to the 2.6.8-1.521 kernel.  WP8 works OK when I
  1020. boot back into the 2.6.7-1.494 kernel.  I don't know whether there is
  1021. something that was changed in the kernel itself that's causing the
  1022. problem, or it was simply a compilation issue.  (I have not had time to
  1023. look at the kernel configuration files.)
  1024.  
  1025.  
  1026. Additionally, when running WP8 with the 2.6.8-1.521 kernel in FC2, I
  1027. wasn't able to do anything. The system would freeze solid.  In FC3
  1028. (2.6.9-1.667 kernel), I saw the error message, but I was able to do
  1029. everything (seemingly) except printing.
  1030.  
  1031.  
  1032.  
  1033.  
  1034. Date: Sat, 04 Dec 2004 23:33:20 +0100
  1035. From: "J.A. de Vries" <j.a.devries@home.nl>
  1036. User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040114
  1037. X-Accept-Language: nl, en-us, en
  1038. MIME-Version: 1.0
  1039. Newsgroups: corel.WordPerfect_older_versions
  1040. Subject: Re: NewsGroups
  1041.  
  1042. > Which reminds me:  Judging by names, none of the new hierarchy seems
  1043. > likely to house the former corel.linux.corellinux newsgroup's
  1044. > contents.  Am I missing something, or were they summarily given the
  1045. > heave-ho with no advance notice?
  1046.  
  1047. Rick,
  1048. The old WP for linux group can be found at:
  1049. http://groups.google.com/groups?hl=en&lr=&group=corel.wpoffice.wordperfect8-lin
  1050. ux 
  1051. Also WPO4linux can be found in the google groups.
  1052.  
  1053.  
  1054.  
  1055. Date: Wed, 29 Sep 2004 12:06:14 +0800
  1056. From: Glen Lund <G.Lund@murdoch.edu.au>
  1057. To: rick@linuxmafia.com
  1058. Subject: RPM for Corel WordPerfect 8
  1059.  
  1060. Hi Rick, I have just been your excellent FAQ on WordPerfect for Linux. I
  1061. have found a repository for the WordPerfect RPM so I thought I would
  1062. pass it on to you so that you could include it on your FAQ next time you
  1063. updated it. I found the WP8 RPM on
  1064. http://xfiles.erin.utoronto.ca/pub/unix/redhat/6.0/WordPerfect/ this is
  1065. version 8.01 and includes language files in RPM format. I hope this is
  1066. of use.
  1067.  
  1068. Regards
  1069. Glen
  1070.  
  1071.  
  1072.  
  1073. Date: Tue, 9 Aug 2005 19:03:51 +0100 (IST)
  1074. From: Paul Jakma <paul@clubi.ie>
  1075. To: Niall O Broin <niall@linux.ie>
  1076. Cc: Irish Linux Users Group <ilug@linux.ie>
  1077. Subject: Re: [ILUG] Xen
  1078. X-Spam-Status: No, score=-0.5 required=5.0 tests=AWL,BAYES_00,
  1079.         SPF_HELO_SOFTFAIL autolearn=no version=3.0.2
  1080.  
  1081. On Tue, 9 Aug 2005, Niall O Broin wrote:
  1082.  
  1083. >xen IS cute, no doubt, but it's not vmware - it's not really in the
  1084. >same space, unlike say Bochs.
  1085.  
  1086. None of them are quite like each other.
  1087.  
  1088. Vmware: x86 fully virtualised on x86, code runs natively as much as
  1089.         possible, hardware is emulated.
  1090.  
  1091. Bochs: x86 fully virtualised in reasonably portable C code, x86 code
  1092.        runs very slowly. Hardware is emulated.
  1093.  
  1094. Qemu: Similar to bochs, but JIT optimisations make it /much/ faster
  1095.       than Bochs. Hardware is emulated.
  1096.  
  1097. Xen: OS virtualisation, using some hardware tricks - on x86, done by
  1098.      running guest kernels in ring-1 or 2, cant remember which, with
  1099.      a small, Linux derived, arbitrator running ring-0. All
  1100.      code runs native. Hardware is not emulated, instead one of the
  1101.      ring-2 kernels, called domain-0, provides services
  1102.      (block device, networking) to guest kernels using a message
  1103.      passing facility provided by the underlying Xen kernel.
  1104.  
  1105.      Requires that guest kernels:
  1106.         a) are ported to be able to boot in ring-1/2 (whichever it is)
  1107.         b) have "device drivers" written for them so they can use
  1108.            the Xen message passing facilities to do IO
  1109.  
  1110. Guest ports exist for:
  1111.         Linux
  1112.         NetBSD
  1113.         FreeBSD (not sure of status)
  1114.         Solaris (not yet public)
  1115.  
  1116. Support for running as domain-0 exists for Linux and NetBSD.
  1117.  
  1118. Coming Soon: Both Intel and AMD are adding a VM to x86, essentially a
  1119. ring-'-1' that can be setup to trap ring-0. Xen runs in this ring -1
  1120. mode (VMM) and runs either ported (aka "HyperVirtualised") guest
  1121. kernels, or will use Qemu derived hardware emulation code to run
  1122. unmodified guests (ie Windows and any other x86 OS which supports
  1123. IDE, Cirrus video and RTL8139 networking - the devices implemented by
  1124. qemu to date).
  1125.  
  1126. Qemu is very nice, works really well. I've used it to play with
  1127. Windows98, FreeBSD, NetBSD..
  1128.  
  1129. Xen is fairly nice too and comes with FC4. Though, the networking
  1130. seems borked wrt iptables+bridging on domain0, at least in how FC4             
  1131. sets it up (or maybe FC4 xen0 kernel).
  1132.  
  1133.  
  1134.  
  1135. Will want to note upcoming ability of Xen to virtualise MS-Windows on
  1136. suitable CPUs.  Can then run Corel WP 10,11,12 for Windows.
  1137.  
  1138.  
  1139. Date: Sun, 2 Oct 2005 15:09:24 -0400
  1140. From: "Jay R. Ashworth" <jra@baylink.com>
  1141. To: The Answer Gang <tag@lists.linuxgazette.net>
  1142. Organization: Ashworth & Associates, St Pete FL USA
  1143. Subject: Re: [TAG] segmentation fault
  1144. X-Spam-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00
  1145. autolearn=ham
  1146.         version=3.0.2
  1147. Reply-To: The Answer Gang <tag@lists.linuxgazette.net>
  1148.  
  1149. On Tue, Sep 27, 2005 at 08:25:19AM -0700, Mike Orr wrote:
  1150. > I suspect you have a library version mismatch.  Run "ldd hardinfo"
  1151. > from
  1152. > both accounts and note whether the library paths are the same.  It
  1153. > could
  1154. > be that the user account is finding stray obsolete libraries, or it
  1155. > doesn't have permission to read the correct libraries.
  1156.  
  1157. Just a quick side trip: I had to install WP8 for a client last week.
  1158. In addition to needing libc5, it needs ld-linux.so.*1*, instead of the
  1159. current .2.
  1160.  
  1161. And if you don't have ld-linux.so.1 *in /lib*, ldd won't even read the
  1162. libraries out of the file.  And you get *weird* errors when you try to
  1163. run it.
  1164.  
  1165. Just in case anyone ever gets bitten by this.
  1166.  
  1167. Cheers,
  1168. -- jra
  1169.  
  1170.  
  1171. Keyserver was taken down, some time during 2005.
  1172.  
  1173. http://www.wpuniverse.com/
  1174.  
  1175.  
  1176.  
  1177. From: mrmdls <mrmdls@aernet.ca>
  1178. To: rick@linuxmafia.com
  1179. X-Mailer: Ximian Evolution 1.4.6.338
  1180. Date: Wed, 01 Feb 2006 13:21:26 -0400
  1181. Subject: Great Site! - Something that you may be interested in
  1182.  
  1183. Rick,
  1184.  
  1185. I just discovered your wonderful site from an article that was posted on
  1186. lxer.com, and I got real curious, as I used to run Word Perfect 8 on
  1187. both Corel and Progeny Linux. Anyway, I have a copy of WP8.1 (in which
  1188. the actual package name is wpx-free_0.0.87_i386.deb) from the Offical
  1189. Corel Linux Starter Kit (book) from which I was able to make an i586 rpm
  1190. package using alien (still need to use the libs that your site links
  1191. to). (Alien also makes an i386 rpm.)  Also there is a copy of WP8 Red
  1192. Hat 6.0 i386 rpm currently on the web.
  1193.  
  1194. Kindest Regards,
  1195.  
  1196. Dave Southern
  1197.  
  1198.  
  1199.  
  1200. Date: Thu, 09 Feb 2006 11:08:08 -0700
  1201. From: James Richard Tyrer <tyrerj@acm.org>
  1202. To: rick@linuxmafia.com
  1203. Subject: WP-8.1 for Linux, GLibc--2.3.6, XFree86-4.5
  1204.  
  1205. Technical problems department:
  1206.  
  1207. After I upgraded to GLibc-2.3.6 and XFree86-4.5, it no longer works.  It
  1208. crashes immediately when the small widow appears with the message:
  1209.  
  1210.         Segmentation fault
  1211.  
  1212. So, I ran Gdb and I get this message:
  1213.  
  1214. Program received signal SIGSEGV, Segmentation fault.
  1215. 0xb7f6b002 in free () from /usr/lib/wp8/wpbin/libc.so.5
  1216.  
  1217. IIUC, the memory allocation API changed slightly and this is the cause.
  1218.  
  1219. I presume that the fix would be to modify: "libc.so.5" so that it was
  1220. compatible with the new version of GLibc.
  1221.  
  1222. --
  1223. JRT
  1224.  
  1225.  
  1226.  
  1227. Date:   Fri, 10 Feb 2006 08:10:03 +0200
  1228. From: Olli Tammilehto <olli.tammilehto@nic.fi>
  1229. To: rick@linuxmafia.com
  1230. Subject: new debelopemnts concerning wp in linux
  1231.  
  1232. Thanks a lot for your wp for linux FAQ, which I used when installed wp 8
  1233. to my earlier Linux. The reasons I did not install wp8 it to my present
  1234. Linux desktops are that:
  1235.     1. OpenOffice 2 reads quite well WP-files.
  1236.     2. It is possible to install WP12 to Linux through CrossOverOffice.         
  1237. (Macros do not work, otherwise it functions.)
  1238.  
  1239.     Should't you add these facts to your FAQ?
  1240.  
  1241.        Best wishes,
  1242.              Olli Tammilehto
  1243.  
  1244. --
  1245. ______________________________________________________________
  1246. Olli Tammilehto, Baklurantie 6 D, FIN-10470 Fiskars, Finland
  1247. puh./tel. t./w: +358-19-239 0163; k./h: - 237 035
  1248. email: olli.tammilehto@nic.fi;  WorldWideWeb:
  1249. http://www.tammilehto.info  or http://www.saunalahti.fi/otammile
  1250.  
  1251.  
  1252.  
  1253.  
  1254. Date: Thu, 04 May 2006 15:45:07 -0700
  1255. From: "Dr. Yasha Karant,JB-344,(909) 537-5329" <ykarant@csci.csusb.edu>
  1256. Subject: WP 8 linux current
  1257. To: rick@linuxmafia.com
  1258. Reply-to: ykarant@csci.csusb.edu
  1259.  
  1260. Rick,
  1261.  
  1262. I have a licensed copy of WP 8 for linux.  I have installed the various
  1263. compatability libraries, and have had WP for linux perfectly operational
  1264. (save for known issues with later format conversions from MS Word DOC
  1265. and the like) until I upgraded to the latest Centos 4.x with a 2.6.x
  1266. kernel.  Now, WP runs, but refuses to print, etc., because of a Cannot
  1267. create new process error.  I am MIME attaching a TIFF file that allows
  1268. you to read the full diagnostic.  Is there a fix, or is WP "dead"?
  1269.  
  1270. Thanks.
  1271.  
  1272. Yasha Karant
  1273.  
  1274.  
  1275. Date: Thu, 27 Jul 2006 15:43:49 -0400
  1276. From: "L.S. McCarty" <lsmccarty@rogers.com>
  1277. To: rick@linuxmafia.com
  1278. Subject: Wordperfect 8.x broken by Xorg 7
  1279.  
  1280. Rick,
  1281.  
  1282. Thank you for maintaining the WP on Linux FAQ, I have found it extremely
  1283.  useful over the past few years after I moved from OS/2 to Linux. I'm
  1284. currently running Kanotix 2005-04 which is essentially Debian testing.
  1285. I've managed to get WP8 running on Xandros, Mepis, and now Kanotix,
  1286. however, I've run into the problem noted by Patrick Wiseman
  1287. (http://ul451.gsu.edu/~pwiseman/WP8_and_Debian_GNU_Linux.html) in his
  1288. June Update.
  1289.  
  1290. When I tried to update to Xorg 7.0 from 6.9 WP8 will not run, crashing
  1291. with a segmentation fault. I tried a installing WP8 on a newer clean
  1292. install of Kanotix Easter 2006 (2.6.16 and Xorg 7) but ended up with the
  1293. same problem. I'm back on Xorg 6.9 but would like to solve the problem.
  1294.  
  1295. I think that others will soon face this issue as various distributions
  1296. move to Xorg 7.x. Wiseman indicated that he resolved his problem by
  1297. creating some symlinks. I tried a bit of this but don't know enough to
  1298. be sure if I am doing the right thing. Some more detailed directions are
  1299. needed.
  1300.  
  1301. As a WP for Linux guru I thought I would bring it to your attention as
  1302. you may know how to resolve this or know someone who does. If WP is to
  1303. continue to be useful on Linux this issue will need to be resolved.
  1304.  
  1305.  
  1306. Thanks!
  1307.  
  1308.  
  1309. Lynn McCarty
  1310.  
  1311.  
  1312. --
  1313. SENT BY: Lynn Scott McCarty
  1314.          Markham, ON, Canada
  1315.          lsmccarty "at" rogers "dot" com
  1316.  
  1317.  
  1318.  
  1319. From lsmccarty@rogers.com Fri Oct 27 12:45:57 2006
  1320. Date: Fri, 27 Oct 2006 15:45:29 -0400
  1321. From: "L.S. McCarty" <lsmccarty@rogers.com>
  1322. To: rick@linuxmafia.com
  1323. Subject: New XWP problem when running Xorg
  1324.  
  1325. Rick,
  1326.  
  1327. I have used your FAQ on WP for Linux over the last couple of years and
  1328. have found it quite informative and useful. With your FAQ and other
  1329. noted from various people on the web I have managed to get WP8 running
  1330. on all versions of Linux (Xandros, Mephis, and now Kanotix) since moving
  1331. from OS/2 and WP for OS/2.
  1332.  
  1333. I have recently run into a showstopper. I am running Kanotix 2005-04
  1334. mostly updated, including the latest kernel (2.6.18.1-kanotix1) and WP8
  1335. runs fine. However, I am using Xorg 6.9. as soon as I try Xorg 7.0 and
  1336. more recently Xorg 7.1 xwp starts, the WP logo comes up in the centre of
  1337. the screen, and the as the WordPerfect 2 file menu window opens in the
  1338. upper right it crashes. If I run xwp from a console window it indicates
  1339. "Segmentation fault".
  1340.  
  1341.  
  1342. P Wiseman indicated in an update of his WP8 advice:
  1343.  
  1344. 20060620 UPDATE:  After a recent testing upgrade, WP8 was broken.  At
  1345. first, it was throwing a 'floating point exception' and then it was
  1346. exiting prematurely with a 'segmentation fault'.  Using 'strace ./xwp'
  1347. from my wp8 directory, I found that it was bailing out when it could not
  1348. find locale.alias and locale.dir.  The symlink to the 'locale' directory
  1349. in /usr/i486-linuxlibc1/lib/X11/ was broken; I created a new symlink to
  1350. /usr/share/X11/locale/ and WP8 works again.  (I also corrected a broken
  1351. link to 'app-defaults' but I don't think that had anything to do with
  1352. the problem.)  [I'm just hoping that future upgrades won't break those
  1353. links again!]
  1354.  
  1355.  
  1356. I tried this fix (as best as I could figure it out) but to no avail.
  1357.  
  1358. I'm sure that I am not the only one with this problem and I am not sure
  1359. that it is fixable. However, as the maintainer of the WP* FAQ I thought
  1360. I'd pass it on to you and see if there is anyone who knows how to keep
  1361. WP8 running as Linux evolves.
  1362.  
  1363. Thanks for any additional assistance you may be able to provide.
  1364.  
  1365. Sincerely,
  1366. Lynn McCarty
  1367.  
  1368.  
  1369.  
  1370.  
  1371. Date: Thu, 10 Apr 2008 12:04:39 -0400
  1372. From: "Frederick W. Koehler" <fkoehler1@comcast.net>
  1373. To: rick@linuxmafia.com
  1374. Subject: Wordperfect on Linux FAQ:  WP81 under Fedora 8
  1375.  
  1376. I don't know if you're still maintaining the WP on Linux FAQ, but I just
  1377. wanted to mention the following 'hack' to get WP81 up and running...
  1378.  
  1379. Under Fedora 8 (with kernel 2.6.24.4-64.fc8) I was finally able to get
  1380. WP81 running. I diagnosed the problem using strace ./xwp from the wpbin
  1381. directory. This showed a number of files not found while xwp was
  1382. starting up, right before the segmentation fault was reported. These
  1383. were files it was trying to load from /usr/X11R6/lib/X11/locale/.
  1384.  
  1385. Under Fedora 8, these files are now located here:
  1386. /usr/share/X11/locale/locale.alias.
  1387.  
  1388. There's likely a more elegant solution, but I simply created the
  1389. /usr/X11R6/lib/X11/locale subdirectory and then from that directory did
  1390. the following:  ln -s /usr/share/X11/locale/* .
  1391.  
  1392. The result was a working xwp!  It seems it has some of these paths
  1393. hardcoded and can't recover if it can't find them.
  1394.  
  1395. Frederick Koehler
  1396. fkoehler1@comcast.net
  1397.