Date: Fri, 5 Nov 1999 17:33:52 -0500 From: Rick Knebel <rknebel@uplink.net> To: questions@freebsd.org Subject: staroffice Message-ID: <19991105173352.C965@rknebel.uplink.net>
next in thread | raw e-mail | index | archive | help
Hi, I am trying to get staroffice running on 3.3. I am trying to follow the directions on http://www.stat.duke.edu/~sto/StarOffice51a/install.html I get to the point where I have to apply the patches for setup and soffice. I cut and paste these patches to my computer and mname the files soffice.patch and setup.patch. I then run the command patch /usr/local/Office51/bin/setup setup.patch This is what I get. Hmm... Looks like a unified diff to me... (Patch is indented 14 spaces.) The text leading up to this was: -------------------------- | | | --- setup.orig Mon Oct 25 16:37:03 1999 | +++ setup Mon Oct 25 16:37:29 1999 -------------------------- Patching file /usr/local/Office51/bin/setup using Plan A... Hunk #1 failed at 25. 1 out of 1 hunks failed--saving rejects to /usr/local/Office51/bin/setup.rej Hmm... Ignoring the trailing garbage. done the setup.reg file looks like this *************** *** 25,31 **** LD_LIBRARY_PATH=.:/usr/openwin/lib:../lib export LD_LIBRARY_PATH ;; - Linux) LD_LIBRARY_PATH=.:../lib:$LD_LIBRARY_PATH export LD_LIBRARY_PATH ;; --- 25,31 ---- LD_LIBRARY_PATH=.:/usr/openwin/lib:../lib export LD_LIBRARY_PATH ;; + Linux|FreeBSD) LD_LIBRARY_PATH=.:../lib:$LD_LIBRARY_PATH export LD_LIBRARY_PATH ;; the soffice patch gives me a similiar output. If anyone could help I would appreciate it. I am sort of new to unix. I read the man page on patch and did a search in the mailarchives and did not find anything to help. Thanks Rick -- Rick Knebel rknebel@uplink.net http://rknebel.uplink.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19991105173352.C965>