Date: Thu, 3 Mar 2005 19:19:15 -0800 (PST) From: dR <dystopianrebel@yahoo.com> To: "Michael W. Oliver" <michael@gargantuan.com>, Jung-uk Kim <jkim@niksun.com> Cc: freebsd-amd64@freebsd.org Subject: Re: AMD64/rel 5.3 - setting up Linux compatibility Message-ID: <20050304031915.36520.qmail@web52308.mail.yahoo.com> In-Reply-To: <20050303173112.GA65467@gargantuan.com>
next in thread | previous in thread | raw e-mail | index | archive | help
I follow your steps, but I get no soffice.bin among the extracted files! (Your step 17.) # ls opt/openoffice.org1.9.79/program/ libanalysis680li.so libdate680li.so resource libbf_sc680li.so libsc680li.so scalc libcalc680li.so libscd680li.so I get a syntax error message in step 13. while: Expression Syntax. - - - 8. fetch "http://openoffice.mirrors.pair.com/contrib/rc/2.0bc/OOo_2.0bc_LinuxIntel_install.tar.gz" 9. tar -zxvf OOo_2.0bc_LinuxIntel_install.tar.gz 10. cd RPMS 11. mv openofficeorg* /usr/compat/linux # (do this so that the extracted usr/bin and usr/share stuff are put in the right place later) 12. cd /usr/compat/linux 13. /bin/ls -1 openofficeorg*rpm | while read line; \ do rpm2cpio $line | tar -xvf - ; done 14. rm openofficeorg*rpm 15. echo "/opt/openoffice.org1.9.79/program/filter" >>/usr/compat/linux/etc/ld.so.conf 16. /usr/compat/linux/sbin/ldconfig 17. Execute /compat/linux/opt/openoffice.org1.9.79/program/soffice __________________________________ Celebrate Yahoo!'s 10th Birthday! Yahoo! Netrospective: 100 Moments of the Web http://birthday.yahoo.com/netrospective/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050304031915.36520.qmail>